# Annotations

## Types of Annotations

There are 3 different types of annotations that you can have on the FlytBase dashboard:

1. Point Annotations - To mark observational notes at a particular location on the map.
2. Line Annotations - To mark observational notes along a path on the map.
3. Shape Annotation - To mark observational notes for a geographic area on the map.

<figure><img src="/files/GKNDJHfll1EnDesLea3Z" alt=""><figcaption><p>Annotations on FlytBase</p></figcaption></figure>

## **How To Use Annotations During Your Flight?**

* Click on the Annotations <img src="/files/5qggS3XcctftGFrUXdyt" alt="" data-size="line">/<img src="/files/sJiquv7WmJQw0IHfcTBQ" alt="" data-size="line">/ <img src="/files/SsDyzFK3pA49z3TaNbAM" alt="" data-size="line">icon located on the bottom left corner of the map view, according to whether you want to annotate a point, line, or area.

  <figure><img src="/files/2qjQS7rVaw01dBhzhFKX" alt="" width="563"><figcaption><p>Annotations</p></figcaption></figure>

#### Adding a Point Annotation

* To add point annotations, left-click on the desired location on the map.

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

* A dialogue box will appear, allowing the operator to enter a description, edit latitude and longitude for the location, add altitude relative to the take-off point, assign a colour tag, and save them.

<figure><img src="/files/aSc6m8y40a1Avaqs3BNW" alt="" width="186"><figcaption><p>Adding Annotations</p></figcaption></figure>

* You also have the option to either send the drone to the annotated location or to orient the drone towards the specified area.
  * Face here - The drone yaws, and the gimbal pitches as per the defined altitude to face the annotated location on the map. \
    **Note:** The drone must be hovering to respond to the 'Face here' command.<br>
  * Go to - When you click on 'Go to location', the drone moves to the location and altitude defined for the point annotation. \
    \
    Refer to the following documentation to know more about 'Go to location':

{% content-ref url="/pages/JL4oY7AZRMhL1yw7vdVI" %}
[Go to Location (GTL)](/in-flight-modules/flight-execution/go-to-location-gtl.md)
{% endcontent-ref %}

#### Adding a Line Annotation

* To add a line annotation, left-click on the desired locations on the map and press 'Enter'.

<figure><img src="/files/QCPQYgRg1DLZfcxIjqWq" alt=""><figcaption><p>Line Annotation</p></figcaption></figure>

* A dialogue box will appear, allowing the operator to type in notes, assign a color tag, and save them.

#### Adding a Shape Annotation

* To add a Shape Annotation, left-click on the desired location on the map, drag its vertices or control points on the segments to adjust its shape and location, and then press 'Enter'.

<figure><img src="/files/vguYw6VLFJo6BhfehwTM" alt=""><figcaption><p>Polygon Annotation</p></figcaption></figure>

* A dialogue box will appear, allowing the operator to type in notes, assign a colour tag, and save them.

## **To review the operator's annotated messages**

* Navigate to **Annotations**<img src="/files/55khU7GnlHd4L8BDHEDx" alt="" data-size="line">section inside the Navigation drawer, to see all the annotations marked on the map.

<figure><img src="/files/OU9jORHE9yptL64V7MNj" alt=""><figcaption><p>Annotations Section</p></figcaption></figure>

<figure><img src="/files/AuPQPDlHNH7XtGLAfpvJ" alt=""><figcaption><p>Annotations Section</p></figcaption></figure>

* Edit, search, or filter between multiple annotations assigned by operators.
* You can even send a drone to the annotated location or make the drone face the particular area in the case of a point annotation.

Annotations are the operator's sticky notes during flight and can serve as a valuable reference for future flights, helping to ensure safe and efficient flight operations.

Please refer to the following documentation to learn more about how to review the flight logs post-flight.

{% content-ref url="/pages/1O79TauQNIpgesbTaRxz" %}
[Reviewing Your Flight Logs](/post-flight-modules/reviewing-your-flight-logs.md)
{% endcontent-ref %}


---

# 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.flytbase.com/in-flight-modules/annotations.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.
