> For the complete documentation index, see [llms.txt](https://stakit.gitbook.io/stakit-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stakit.gitbook.io/stakit-docs/beta-testing/user-dashboard.md).

# User Dashboard

## &#x20;

* The <mark style="color:orange;">**Overview**</mark> section <mark style="color:orange;">**provides you**</mark> with the <mark style="color:orange;">**most important information**</mark> regarding your profile.

<div data-full-width="true"><figure><img src="/files/Oho6pdlybqjj9yggjclb" alt=""><figcaption></figcaption></figure></div>

* The <mark style="color:orange;">**Edit Account**</mark> button lets you update your <mark style="color:orange;">**Username, Bio and Profile Picture.**</mark>

<div data-full-width="true"><figure><img src="/files/rUuY88dkkUzqifHHWjFU" alt=""><figcaption></figcaption></figure></div>

* You can <mark style="color:orange;">**Connect**</mark> your email, Discord and Telegram accounts on the <mark style="color:orange;">**Socials**</mark> tab.
* X is the only <mark style="color:orange;">**required**</mark> platform.

<div data-full-width="true"><figure><img src="/files/ufZA5vAzWkZmJTqzHZU6" alt=""><figcaption></figcaption></figure></div>

* You'll be able to access <mark style="color:orange;">**basic safety measures**</mark> on the <mark style="color:orange;">**Security**</mark> tab, such as <mark style="color:orange;">**enabling 2FA**</mark> and personalizing your <mark style="color:orange;">**Anti-Phishing code.**</mark>
* You can see your <mark style="color:orange;">**connected wallet,**</mark> share your <mark style="color:orange;">**referral link**</mark> and check your <mark style="color:orange;">**referred volume.**</mark> When you <mark style="color:orange;">**onboard**</mark> a project to <mark style="color:orange;">**Stakit,**</mark> make sure to do it through your <mark style="color:orange;">**unique referral link**</mark> to secure <mark style="color:orange;">**2.5%**</mark> of the referred project's <mark style="color:orange;">**total volume**</mark> for yourself.
* At the moment, switching your connected wallet <mark style="color:orange;">**isn't supported.**</mark> However, this is a frequently requested feature, and it's <mark style="color:orange;">**actively in development.**</mark>

<div data-full-width="true"><figure><img src="/files/z59a5gMzR3KkVn4WcPp9" alt=""><figcaption></figcaption></figure></div>

* The <mark style="color:orange;">**Statistics**</mark> page is still a <mark style="color:orange;">**work in progress.**</mark>
* <mark style="color:orange;">**Have suggestions?**</mark> Share what data you'd like us to include by <mark style="color:orange;">**reaching out**</mark> on any of our <mark style="color:orange;">**social channels.**</mark>

<div data-full-width="true"><figure><img src="/files/GSVHmozz77Rsa3BVBvzp" alt=""><figcaption></figcaption></figure></div>


---

# 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://stakit.gitbook.io/stakit-docs/beta-testing/user-dashboard.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.
