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

# Dashboard

Dashboard combine general information about your account and service usage. \
There is few sections to manage your account, keys and additional information:

**My Account**\
Show your account information from [NEAR Social](https://near.social/#/). To edit this information, open the link in top-right corner, login and fill account details in NEAR Social website.

**Account Keys**\
Used to manage your private keys generated for private conversations (message encrypted in Private Mode). Each device generate it's own keys that is used for encode/decode private messages.&#x20;

*<mark style="color:red;">**Important:**</mark>* *<mark style="color:red;">to read your encoded (private) messages on another devices you should use the same private key that was used on start private conversation. That's why you need export your private keys and import it on each new device. Do not share your private keys to another person!</mark>*

**My Account Level**

We provide 3 account levels, you can pay to increase Account Level by your needs. \
More details about each level you can find in [User Account](/chatme/dev-documentation/user-account.md) section.

**Important Information**\
Contain Important Information, please read it ;)

**Account Spam Level**\
Represent amount of reports about spam in your messages. We try to minimise the spam, that's why your account can be locked for sending new messages based on your Account Level.

**Documentation & External Links**\
This section contain the links to our documentation and social profiles. Please join our twitter, discord and send your questions and proposals, we are opened for new collaborations.

<figure><img src="/files/RTbty1BfTzqUlCEIEV5T" 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://chatme.gitbook.io/chatme/chatme-web-interface/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.
