# 13.5 Range Finder

This feature helps detect obstacles in the airspace, displaying their distance from the drone in centimeters (cm). It's crucial for safer spraying missions, reducing potential damage. Users can set a "**Sensor Threshold Distance**" in cm in the Rangefinder settings of RPA settings, and AeroGCS GREEN will display distances using color codes based on this threshold. Range finder will look like on flyview as shown in the following screen.&#x20;

<figure><img src="/files/Y7Dqe06RHPNrZ4OwCBNZ" alt=""><figcaption><p>range finder</p></figcaption></figure>


---

# 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://aerogcs-green-docs.aeromegh.com/13.-flyview/13.5-range-finder.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.
