> 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/auterion-mission-control/amc-vehicle-setup/parameters.md).

# Parameters

## Accessing Advanced Parameters

{% hint style="danger" %}
Please exercise extreme caution before changing parameters. Do not operate Astro with edited parameters unless you are certain you know what you're doing or have been instructed to do so by a Freefly employee.&#x20;
{% endhint %}

Parameters are only accessible after [enabling AMC's Advanced Mode](https://freefly.gitbook.io/astro-public/pilots-operating-handbook/essential-software/auterion-mission-control/amc-vehicle-setup/advanced-vehicle-setup#activating-advanced-mode)

{% tabs %}
{% tab title="Video Instructions" %}
{% embed url="<https://www.loom.com/share/88cde2426a6145b188512176f82ff53d>" %}
Enabling Advanced Mode and accessing parameters
{% endembed %}
{% endtab %}

{% tab title="Text Instructions" %}

1. Enable AMC's advanced mode by rapidly tapping the AMC logo in the top left:![](/files/ANgOu0cuZM1ENOMW52Yi)
2. A popup to enable Advanced Mode will appear, confirm that you would like to switch to Advanced mode

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

3. Tap the AMC icon one more time to open the menu, and more options will now appear. Go into Advanced

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

4. Now scroll down to the bottom and choose Parameters, and parameters will now be accessible and searchable in the screen to the right

<figure><img src="/files/zZ3sVkzoODA3e2516Cvr" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Advanced Parameter Commands

### Resetting Parameters to Factory Defaults

On occasion you may need to reset the parameters to the vehicle's default. To do this, once you navigate to parameters, click on Tools > Reset to vehicle's configuration defaults

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

### Loading Parameter Files

Especially in support situations, we may ask you to load a parameter file. To do this, the file will need to be copied into AMC's visible folder so that it can load the file. AMC will be looking for parameters under Documents > Auterion Mission Control > Parameters

To load the parameter file, go to the parameter page and go to Tools > Load from file. As long as the file is in the right location, it should show up and be selectable to import the parameter changes

<figure><img src="/files/3sUHDPAUDlYMHGnEO2XX" 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.freeflysystems.com/astro/pilots-operating-handbook/essential-software/auterion-mission-control/amc-vehicle-setup/parameters.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.
