> For the complete documentation index, see [llms.txt](https://docs.camflite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.camflite.com/camflite-aurora-intro/software/auterion-mission-control/fly.md).

# 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
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://docs.camflite.com/camflite-aurora-intro/software/auterion-mission-control/fly.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.
