> 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/widget-constructor/general-settings.md).

# General Settings

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

#### General Settings tab&#x20;

The “General Settings” tab allows you to control the display time of alerts and text in the widget. This helps to make donations more visible and synchronize them with other elements.

***

**Settings Description**&#x20;

1. **Notification duration in seconds:**
   * Sets the total time the alert (donation) is displayed on the screen.
   * Maximum value: 60 seconds.
2. **Text display delay in seconds:**
   * Specifies the pause between the appearance of the alert and the start of text display.
   * You can specify the time using the slider or enter it manually. Default value: 0 seconds.
3. **Text display duration in seconds:**
   * Sets how long the donation text is visible on the screen.
   * The setting allows you to synchronize the text with other elements so that it disappears at the same time or slightly earlier.
   * The value can be set using the slider or manually.

***

#### Customization example&#x20;

If you want the:

* The alert lasts for 10 seconds.
* The text appears 2 seconds after the alert starts.
* The text appears on the screen for 8 seconds.

Configure the settings as follows:

* Set “Notification duration” to 10 seconds.
* Set “Text Display Delay” to 2 seconds.
* Set “Text Display Duration” to 8 seconds.

{% hint style="info" %}
Be sure to click the “Save” button to apply the settings.
{% endhint %}


---

# 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/widget-constructor/general-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.
