# Settings & Notifications

### **Accessing the Settings Menu**

To adjust your settings, start by navigating to the Settings Menu by going to Profile > Settings Tab at the top.

<figure><img src="/files/16PTbySFHia598zBlcLz" alt=""><figcaption></figcaption></figure>

The **Settings Menu** is divided into several sections:

* **Wallet Addresses**: Add or remove wallet addresses that are connected to the game. If you want to add one, you can just press the add wallet button and follow the wallet provider popups.

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

* **Discord**: You can add your discord to the game as well via the Discord section. In the future, we plan to use this for personalized notifications about the game.

### **Notifications Center**

Notifications keep you informed about game events, updates, and other important information. The notification center can be accessed on the top navigation:

<figure><img src="/files/qPnmagl3m8pGQ1634CY5" alt=""><figcaption><p>Click this to show the Notification Center</p></figcaption></figure>

Notifications will get displayed with the most recent at the top. You can click on the notification to navigate to the relevant UI section. Notifications include expansion mission actions, new skills or achievements unlocked, and much more.

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


---

# 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.thriveonmars.com/how-to-play/settings-and-notifications.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.
