# Platform Settings

The **Settings** tab on the Dashboard allows personalization of operations using FlytBase. Various parameters such as default flight altitudes, key binding for manual flight controllers, custom pre-flight checklist items, etc. can be configured by accessing **Settings**.&#x20;

* To access **Settings**, click on the<img src="/files/sIrP7DJeBSOAiKtzLb8j" alt="" data-size="line">icon on the Dashboard.

<figure><img src="/files/Py2k0jcY88SbQYyBtbHg" alt=""><figcaption><p>Settings icon</p></figcaption></figure>

* The following window will open. Click on the relevant tabs on the left to access corresponding settings.

<figure><img src="/files/dZaiHNCXTkIJcm0owrzD" alt=""><figcaption><p>Settings window</p></figcaption></figure>

To know what each tab does, click on the following links:

* [Preferences](/pre-flight-modules/platform-settings/preferences.md)
* [Flight Configuration](/pre-flight-modules/platform-settings/flight-configuration.md)
* [Key Bindings](/pre-flight-modules/platform-settings/key-bindings.md)
* [Checklist](/pre-flight-modules/platform-settings/checklist.md)
* [Privacy](/pre-flight-modules/platform-settings/privacy.md)


---

# 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.flytbase.com/pre-flight-modules/platform-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.
