> For the complete documentation index, see [llms.txt](https://aerogcs-orange-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-orange-docs.aeromegh.com/7.-projects/7.2-setting-location.md).

# 7.2 Setting Location

By default, AeroGCS ORANGE retrieves the location from the connected device/drone and sets it as the project location.

Follow these steps to map out your journey to a different destination using AeroGCS ORANGE.

**Step 1: Confirm Drone Disconnection**. Ensure the drone is not linked to AeroGCS ORANGE.

**Step 2: Access the Home Screen** by navigating to AeroGCS ORANGE's main interface.

**Step 3: Utilize the Search Bar on the Home screen**. Locate and enter your desired location for precise results.

**Step 4: Initiate the search** by clicking on the search icon or pressing Enter.

The user will see the following screen on the display.

<figure><img src="/files/h7sDOJw7ChFd7gFUhFI9" alt=""><figcaption><p>Set Location</p></figcaption></figure>

Clicking on "**Start Here**" on this screen allows users to begin planning their mission at location.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://aerogcs-orange-docs.aeromegh.com/7.-projects/7.2-setting-location.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
