# 6.13 Advanced Settings

This is an exhaustive list of the parameters that can be configured to regulate vehicle behavior. They are saved in the vehicle's persistent storage. This list is created automatically from the source code and may contain parameters that are not yet in the stable released versions of the code.

Safety checks like RC Loss, Geofence Violation, and other checks, attitude triggers, and other failure detector checks, or a command from a ground station may cause flight termination and, consequently, parachute deployment. During flight termination, PWM outputs will be set to "failsafe" values. Failsafe values turn off motors but can be used to turn on/trigger the parachute. A command to activate the parachute will be sent if it is connected and functioning properly.

This tab will allow observing and altering (if required) the values set for different parameters with details like value, range, option, description, etc., as shown below.

<figure><img src="/files/nfnKQ7Pd13lQ1NMov75w" alt=""><figcaption><p>Advanced Settings</p></figcaption></figure>

#### 6.13.1 Browse

AeroGCS KEA 2.3 allows the user to import the parameters from an existing '.param' file by clicking on the "Browse" button. Select the required .param file from your local computer to open and use it.&#x20;

<figure><img src="/files/HrqkShxu6PDqfw5RDxRW" alt=""><figcaption><p>Browse for a .param file</p></figcaption></figure>

#### 6.13.2 Export

If these parameters and settings are to be shared or export to another user, then the user can click on the "Export" button.

<figure><img src="/files/rKRgtJnx0OSyElxPq1D4" alt=""><figcaption><p>Export parameters</p></figcaption></figure>

The location of the file is mentioned in the dialog box popped up on the screen. Press "Ok" button to proceed. The .param file will be downloaded that can be easily read by the user.

#### 6.13.3 Search Parameter

<figure><img src="/files/6vAO2OE7cRXhrtWRWMDl" alt=""><figcaption><p>Search for a Parameter</p></figcaption></figure>

Type a specific parameter in the window mentioned for searching a parameter. The list of parameters matching the string mentioned in the search window will be displayed on the screen from which the user can select a particular parameter. If the user wants to modify the value of that parameter, then just click on the parameter and change the value and update it. The changed value should be updated by clicking on "Update" button.

<figure><img src="/files/DCb8GPbt08K5qqM3ITuS" alt=""><figcaption><p>Update a parameter</p></figcaption></figure>

After observing the values of the parameters set if the user finds some corrections in the values of specific parameters, he can change these values from respective sections. Sometimes few parameters need some changes.&#x20;


---

# 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://aerogcs-docs.aeromegh.com/5-rpa-configuration/6.13-advanced-settings.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.
