# Settings Page

* Three main tabs: **Account**, **Security**, and **Settings**

### Account Tab Features

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

* **Profile Management:** Username, email editing, account creation date, referral code
* **Email Update Process:** Step-by-step instructions including 2FA requirements
* **Telegram Integration:** Connection, status display, and unlinking. For further instructions on setting up your Telegram bot setup, see [here](/other-features/telegram-bot/setup-guide.md).
* **Telegram Notifications:** 7 different notification types with descriptions

### Security Tab Features

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

* **Password Management:** Change your password here.
* **Two-Factor Authentication:** Enable/Disable your Two-factor Authentication here.&#x20;

### Settings Tab Features

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

* **Preferences**: Order submission behavior and chart timezone selection
* **Theme Selection**: 9 different theme options


---

# 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.tread.fi/other-features/settings-page.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.
