> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/exchange-account/account-functions/account-function-guide/how-to-set-preferences-and-notifications.md).

# How to Set Preferences and Notifications?

### **How can I change the display language of the platform?**

Log into your exchange account → click your profile icon in the top-right corner and go to **Settings**→ under the **Account** tab → **Preferences**, then select your preferred display language.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2FccdxOTShsEKQtCsy7aym%2Fimage.png?alt=media&amp;token=0093e2d3-b40b-4010-ae3a-d5d4938ffcb1" alt=""><figcaption></figcaption></figure>

***

### **How can I check my fee tier?**

* &#x20;Click your profile icon in the top-right corner and go to **Settings**→ under the **Account** tab → **Fees**, where you can view your current spot and futures fee tier.
* Fee tiers are determined based on your trading volume over the past 30 days. Please refer to the [fee schedule](/exchange/trading/trading-fees.md) for more details.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2Fl8Tkbp7cg5xcOQOrxF5f%2Fimage.png?alt=media&amp;token=6ba1e243-6316-40e5-8f23-4d493fdbbab0" alt=""><figcaption></figcaption></figure>

***

### &#x20;**How can I check my recent trading volume?**

* After logging into your exchange account, go to **Portfolio** → click **Performance**.
* Select the item you want to view, check **Cumulative**, and choose the time range to see your trading volume.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2FLzLr4TE68Y0T89CrPiX5%2Fimage.png?alt=media&amp;token=7583d3fa-a3a8-4393-bca6-da8bb32355ff" alt=""><figcaption></figcaption></figure>

***

### **How can I hide my trading activity from the leaderboard?**

Log into your exchange account → click your profile icon in the top-right corner and go to **Settings** → under the **Account** tab → **Leaderboards**, and enable **Visibility**. Once enabled, your activity will be hidden from the leaderboards.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2F2KXBFB6t1I3YyM6JXmDe%2Fimage.png?alt=media&amp;token=c89275d5-df4a-49a8-9726-833893072978" alt=""><figcaption></figcaption></figure>

***

### &#x20;**How can I add my contact information?**

&#x20;If you would like to receive important updates or exclusive benefits:

* Log into your exchange account → click your profile icon in the top-right corner and go to **Settings** → under the **Account** tab → **Contact Info,** click **Edit.**
* Select a social contact platform, enter your username or phone number, and click **Save**.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2FZhdHHSFmRJDMmNm3JMBV%2Fimage.png?alt=media&amp;token=3c5490e0-3d57-45dd-90ff-352a6a7ff163" alt=""><figcaption></figcaption></figure>

***

### **How can I manage my notification settings?**

Log into your exchange account → click your profile icon in the top-right corner and go to **Settings** → under the **Notifications** tab → select the account you want to manage.

Choose which events you want to receive notifications for, such as **Deposits, Withdrawals, Order Fills, Liquidations,** and **Rewards**, and enable or disable the available **Push, Bell,** or **Email** notifications. You can also manage **Order pop-ups** and **Sounds** from this page.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2FG92dhhueQSLMqBJtcXgR%2Fimage.png?alt=media&amp;token=493cddf9-0ecf-4ad2-9cc2-020b2249e312" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.backpack.exchange/exchange/exchange-account/account-functions/account-function-guide/how-to-set-preferences-and-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
