# Fly

## Camera View

This screen includes a live camera feed, telemetry, and camera/gimbal control. You can also launch uploaded missions or take off using the touch screen.

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

## Map View

This screen displays the nearby satellite map and the current mission if uploaded.&#x20;

<figure><img src="/files/0UMUyfkP5l0fEj7yvX54" alt=""><figcaption></figcaption></figure>

## Pre-Flight Checklist

There is an optional checklist that can help you ensure the safety of your flight. This checklist can be accessed by tapping the Vehicle box located on the top-left corner of your screen. You can manually verify each item before takeoff by tapping on the yellow boxes, which will turn green once verified. \
\
If there is a warning or error, it will be indicated by a red item on the checklist. Some items are crucial and will prevent takeoff, such as insufficient battery power, while others will allow for takeoff with some limited usage. For example, if there is no GPS signal, the aircraft will only be capable of taking off in Manual mode.

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

<figure><img src="/files/2fOCTH75j6XpMcRYsmod" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/4qqIN7sF0buI0T0hx50A" alt=""><figcaption></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://docs.camflite.com/camflite-aurora-intro/software/auterion-mission-control/fly.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.
