# Navigation Panel

On the right of the screen is a dockable panel. This panel is the main place where all navigation will happen. This panel lets you navigate to the maps, vehicles, cameras and flights subpages that allow you to configure and view their respective content.

<figure><img src="/files/erEpIBuJb7TBAqekPfCH" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### [Maps](/gcs-software/vozilla-2.0/maps.md) Sub page

When in the root panel and a device is connected, you will be able to see the currently active map selected for your device. Clicking "Manage Maps" will take you to the [Maps](/gcs-software/vozilla-2.0/maps.md)
{% endstep %}

{% step %}

### [Vehicles](/gcs-software/vozilla-2.0/vehicles.md) Sub page

When in the root panel and a device is connected, you will be able to see the currently active vehicle configured for your device. Clicking "Manage Vehicles" will take you to the [Vehicles](/gcs-software/vozilla-2.0/vehicles.md) Sub page
{% endstep %}

{% step %}

### [Cameras](/gcs-software/vozilla-2.0/cameras.md) Sub page

When in the root panel and a device is connected, you will be able to see the currently active vehicle configured for your device. Clicking "Manage Cameras" will take you to the [Cameras](/gcs-software/vozilla-2.0/cameras.md) Sub page
{% endstep %}

{% step %}

### [Flights](/gcs-software/vozilla-2.0/flights.md) Sub page

When in the root panel and a device is connected, you will be able to see the currently active vehicle configured for your device. Clicking "View all flights" will take you to the [Flights](/gcs-software/vozilla-2.0/flights.md)Sub page
{% endstep %}
{% endstepper %}


---

# 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://docs.theseus.us/gcs-software/vozilla-2.0/navigation-panel.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.
