> For the complete documentation index, see [llms.txt](https://faq.tonation.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.tonation.me/en/for-streamers/dashboard.md).

# Dashboard

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

The control panel is the main place of work with the service. All basic tools, statistics and settings are collected here.

***

**Stats**

* Displays donate activity for a selected period (for example, a day, week, or month).
* Use the “per day” filter to toggle time intervals.

**Recent messages**

* Displays a list of all donations you have received.
* Click “All” to open the full list of messages.

**Fee**

* Indicates the current commission amount of the service.

**Set your nickname**

* This section displays hints on working with the service.
* If you specify a nickname, a link for receiving donations will appear here, and the panel will be called “Donation link”.

***

**Side menu**&#x20;

**Main**

* **Dashboard:** returns to the main screen.
* **Messages:** opens the full list of donations with details of each message.

**Widgets**

* **Constructor:** create and customize widgets that are displayed on the streamer.
* **Embedding:** link to integrate widgets into streaming software (e.g. OBS).

**Donations**

* **Settings:** section for managing donation settings (minimum amount, moderation, speech synthesis, etc.).
* **Donations page:** a link to the public page for receiving donations.

**Account**

* **Wallet:** page where you set up a cryptocurrency wallet address to accept donations and choose which cryptocurrencies you want to accept.
* **Settings:** account settings page

**Side menu**

* **Collapse:** hides the menu to maximize the working area.


---

# 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://faq.tonation.me/en/for-streamers/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.
