> 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-view-your-account-information.md).

# How to View Your Account Information?

### **How can I view my username?**

* After logging into your exchange account, click on your account in the top right corner to see the KYC name you registered with.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2FRzHTLug3etPQlbzeujCs%2Fimage.png?alt=media&amp;token=8dfdb5a5-ac7a-4697-b3db-a0e87c3ee27a" alt=""><figcaption></figcaption></figure>

* If you would like to view your **account alias**, click your profile icon in the top-right corner and go to **Settings** → under the **Account** tab → **Leaderboard**, where you will find your alias, and the alias of the account that referred you.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2FOBSxu77oxPUd3FErVDnm%2Fimage.png?alt=media&amp;token=8227f971-2830-4e06-b2c6-a7e566694cf4" alt=""><figcaption></figcaption></figure>

***

### How can I change my account nickname?

{% hint style="info" %}
**Note:** Your account nickname is separate from your KYC-verified name. If you need to update the name associated with your KYC verification, please [contact our Support team](mailto:support@backpack.exchange) for assistance.
{% endhint %}

The nickname of the **main account cannot be changed**. \
Only sub-account nicknames can be customized. To change it:

* Navigate to the sub-account.
* Click **Portfolio**, then click **Rename**.
* Enter your desired nickname and click **Save**.

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2FY6JhMA16ZjPqjPEhtXhh%2Fimage.png?alt=media&amp;token=d9c99075-2a11-410d-88bc-30443e47788e" 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-view-your-account-information.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.
