# Scan Parameters

{% hint style="warning" %}
Faded icons or menu options cannot be clicked on. These functionalities have not been built into this version of the prototype.&#x20;
{% endhint %}

Scan Parameters are the different settings required for a given scan scenario. These include resolution and quality, user profile, scan area, and color mode.&#x20;

![List of menu options in the Scan Parameters screen](/files/akEmKIQnyseRcTanzZDC)

## Select Profile

The Select Profile button (1) lets the user choose from several presets for scanning built into the laser scanner.&#x20;

## Resolution / Quality

The Resolution and Quality button *(2)* lets the user choose their desired resolution and desired quality based upon their scanning needs.&#x20;

## Scan Area

The Scan Area button *(3)* allows the user to limit the area of scan capture.&#x20;

## Select Sensors

The Select Sensors button *(4)* allows the user to toggle on and off the sensors present in the laser scanner. These include an inclinometer, an altimeter, and a compass.&#x20;

## Scan with Color

{% hint style="info" %}
Users may determine that they do not wish to scan in color as such is not beneficial to their task. For the purposes of this demonstrator, the scan with color option will always default to being turned on.&#x20;
{% endhint %}

The Scan with Color button *(5)* allows the user to toggle between color and monochrome imagery depending on individual scanning needs.&#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/scan-parameters.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.
