# Vehicle Setup

The *Vehicle Setup* view is used to configure the vehicle settings that a pilot might *occasionally* need to change before flying.

{% hint style="info" %}
A vehicle must be connected in order to see or modify these settings. If multiple vehicles are connected the setting apply to the currently selected vehicle.
{% endhint %}

![](/files/mQBcEyF1brJAmeMrt6ik)

The main sections are:

* **Summary:** Overview of all the settings
* [**Sensors**](/hardware-integration/hardware-integration/sensors-setup/compass-calibration.md)**:** Calibrate sensors and set their orientations
* [**Safety**](/vehicle-operation/settings-and-maintenance/safety.md)**:** Set the thresholds and actions for various safety failsafes (e.g. low battery)


---

# 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.auterion.com/vehicle-operation/settings-and-maintenance/vehicle-setup.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.
