# 4. Dashboard

The displayed screen showcases the AeroGCS GREEN Dashboard, featuring a range of controls and informational elements for user interaction and information display.&#x20;

<figure><img src="/files/cHXzPiCw4csPUdacVmsI" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

Once the user connects the drone to the AeroGCS GREEN application, they will gain access to this dashboard. The process of connecting the drone to AeroGCS GREEN will be detailed in the **"Connecting the Drone"** section.

This screen will present the following icons and information for the user’s viewing.

**1.   Projects**   <img src="/files/WaSk8Nph1xJzENCAmgGa" alt="" data-size="line">  : By clicking on this, the user will be able to view a list of the projects that are currently available.

**2.   Home** <img src="/files/zPB04Ului9Lig7Mlb1wj" alt="" data-size="line">  : Tapping on this option will display a list of projects along with essential information, providing the option to rename and delete them. By tapping the "+" sign within this view, the user can initiate the process of creating new projects.

**3.  Battery** <img src="/files/QnIBUQ65cIta7SPhdZT9" alt="" data-size="line">  :  This widget shows the battery voltage which is required to track a battery voltage during drone flights.

4\.   **Wind Speed** <img src="/files/pJG0eUPpE4cDdrcCjleC" alt="" data-size="line">  :  This widget offers data concerning the current wind speed.

5\.   **GPS**  <img src="/files/CbeCZXOyOUYIbuslghBN" alt="" data-size="line"> :  This widget provides information on the number of connected GPS satellites and their corresponding HDOP (Horizontal Dilution of Precision) value.

6\.   **Altitude**  <img src="/files/PhuX3AqUCNMaaQiVGckx" alt="" data-size="line">  **:**  This widget offers the current altitude reading for the connected drone.

7\.    **Mode and Status** <img src="/files/O9nI7jCIs1u3aNK28usY" alt="" data-size="line"> :  This widget provides details regarding the operational mode and status of the drone.

8\.   **Settings**  <img src="/files/YELv1W8JvwZh5Gd1zpnP" alt="" data-size="line">  :  By tapping the three dots, the user can access options for Cloud Synchronization, Settings, and Drone Connection.

9\.   **Start Here**  <img src="/files/Y7CIAyfSzb2LMNth3GDE" alt="" data-size="line"> :  This serves as the initial point from which the user can commence project creation and utilize AeroGCS GREEN.

10\.  **Head Direction** <img src="/files/vUcbFjRw6tiS9zXJYOwV" alt="" data-size="line">    This is utilized to display the drone's current heading direction.

11\.   **Toggle Map View** <img src="/files/M9vD5sKvsoY4rbx4PGMl" alt="" data-size="line"> :  This button serves the purpose of toggling between different map views.

12\.  **Drone Location** <img src="/files/YdDaUTriOFmFMO4s0Xm8" alt="" data-size="line">      This button is utilized to center the user's drone location on the map view display.&#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://aerogcs-green-docs.aeromegh.com/4.-dashboard.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.
