> 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/donation-settings.md).

# Donation Settings

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

This page allows you to manage the parameters of accepting donations, making the process more convenient and safe for the streamer.

***

#### Customization Elements&#x20;

1. Minimum donation amount, USD:
   * Specify the minimum amount that will be accepted by your widget.
   * Donations with a lower amount will not be displayed.
   * The value can be entered manually.
2. Speech Volume (0-100):
   * The slider adjusts the volume at which messages are voiced.
   * The default value is 50. You can change it with the slider or manually.
3. Moderation Options:
   * Enable moderation: Messages will be displayed on the stream only after manual moderation.
   * Remove links: All links in donate texts will be automatically removed.
   * Enable speech synthesis: Automatically voice donate messages.
4. Blacklist (words separated by commas):
   * Enter the words you want to block.
   * If a message contains words from the list, it will be masked.
   * Example: “spam, scam, advertisement”.
5. Save Settings button:
   * After making changes, click this button to save the settings.
   * The settings will be applied to new donations.

***

#### Recommendations&#x20;

* Minimum donation amount: Set a value to exclude spam and small transactions.
* Speech volume: Adjust the level to be comfortable for viewers.
* Blacklist: Update the words regularly based on chat activity.
* Speech Synthesis: Use to add convenience and interactivity to donations.


---

# 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/donation-settings.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.
