# Account Settings

Account Settings provide various ways to modify your account and how you use FrontierNav. Some controls include:

* Your display name.
* Your avatar and colour.
* Your location.
* Your biography.
* Your online status.
* Whether to play sound effects at various points.
* Whether to send telemetry data.
* The email address you use to sign-in.
* View your User ID.
* View the app version.
* Sign out of your account.

### Access the Account Settings page

Along the bottom of the [Navigation Drawer](/navigation/navigation-bar.md), select "Settings" cog or gear icon next to your account name to access the Settings page.

If you end up on [Wiki Preferences](/navigation/game-preferences.md) instead, following the link along the bottom to get to the Settings page.


---

# 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.frontiernav.net/navigation/account-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.
