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

# Image

The “**Images**” tab is for adding and managing the graphic content used in your widget.

The “**Choose image**” button:

* Click on the “Select” button to open the “Media Library” window where you can upload or select an existing image.

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

#### **Image Media Library window**&#x20;

The Media Library is where you can manage images for your widgets. All previously uploaded files that you can use are displayed here.

#### What you can do in the media library&#x20;

1. **Upload Progress:**
   * Shows how much space has already been used, for example: “0.17 MB / 1 GB”.
2. **Uploading a new file:**
   * Click “Choose File” button to upload an image from your device.
   * Supported formats: PNG, JPG, GIF.
   * Maximum file size: 128 MB.
3. **Using the uploaded image:**
   * Once uploaded, the file will appear in your media library list.
   * Select it to use it in your widget.

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

#### Selecting an image:

Click on a downloaded image in your media library to select it for use in your widget.

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

Done! You've customized the visual component of your widget using images!

{% 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/image.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.
