# Home Screen

The Home Screen is the main landing screen for the prototype and houses all the key interactions of the laser scanner simulator.

![List of Buttons in the Home Screen on the Access Mode.](/files/0OBSy4Wp6Dxi57DNTf57)

## The Scan Button

The scan button is represented by the blue play circle *(1)*. Clicking on this button initiates the scan.&#x20;

## Set Scan Parameters

The Parameters Button *(2)* lets the user choose from different settings that are required for a given scan scenario. These settings include resolution and quality, a user profile, the scan area, and the color mode.&#x20;

## View Scans

The view scan button *(3)* allows the user to see a preview of the scans that have been taken by the scanner. The user can select and view the information about the settings of the scans taken.&#x20;

## Manage

The manage button *(4)* allows the user to explore the settings of the scanner's user interface (UI) including the date and time, screensaver and language options. Users can also add projects under which their scans will be housed, see operators' details for the device and explore the different preset scanning profiles.&#x20;

## Help&#x20;

{% hint style="info" %}
The help document link is only available in the Access Mode.&#x20;
{% endhint %}

The help button *(5)* found in the top right corner of the home screen redirects users to this documentation if the users have any questions about the operation of the laser scanner simulator.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abhishekshankar.gitbook.io/scanner/the-interface/home-screen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
