> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/astro/pilots-operating-handbook/essential-software.md).

# Auterion Software

Freefly has partnered with Auterion to provide customers an easy way to fly using Auterion Mission Control, as well as manage their fleet using Auterion Suite.

### [Auterion Mission Control](https://docs.freeflysystems.com/astro/~/revisions/mTpQspqCOZxVfR8CbzgE/pilots-operating-handbook/essential-software/auterion-mission-control)

<figure><img src="https://2177404587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8dwrGJhxGd9cIvsStziq%2Fuploads%2FfCSf4VV8lbkUihL3MwE9%2Famc.png?alt=media&amp;token=3c79ce0f-5174-4109-94a3-8cae42c5e16e" alt=""><figcaption></figcaption></figure>

**Auterion Mission Control (AMC)** is the mission planning software pre-installed on Pilot Pro.&#x20;

### [Auterion Suite](https://docs.freeflysystems.com/astro/~/revisions/mTpQspqCOZxVfR8CbzgE/pilots-operating-handbook/essential-software/auterion-suite)

<figure><img src="https://2177404587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8dwrGJhxGd9cIvsStziq%2Fuploads%2FHyH9uO5B1w2mrOJQAgOW%2Fdashboard_suite.png?alt=media&amp;token=9906e23c-d4e7-4f32-be49-76e3307d9bfd" alt=""><figcaption></figcaption></figure>

**Auterion Suite** is an *optional* fleet management web app that is fully compatible with Astro. It has useful features like automatic flight log uploads, image uploads, and more. Learn more by visiting [Auterion's documentation](https://docs.auterion.com/vehicle-operation/auterion-suite-fleet-management).


---

# 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.freeflysystems.com/astro/pilots-operating-handbook/essential-software.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.
