# AI Image Generator

### Signing up

Before you can get started you will need a RumbleBot account that is linked to your Rumble channel. This only takes a few minutes and is a straightforward process. [Guide](/creating-an-account.md).

### Configuring the image generator

Navigate to the "AI Image Generator" page on the RumbleBot dashboard. Here, you will be able to enable the feature and configure all the settings.

Limiting this feature to only paying viewers is an extremely effective way to gain more supporters and subscribers.

Once you have configured the widget settings press "Save". Now, you can add the widget URL shown at the top of the page to your streaming software (such as OBS) as a browser source.&#x20;

<figure><img src="/files/hHyjbl6CSznRntAXYUE8" alt="AI image generator configuration"><figcaption></figcaption></figure>

To test this feature, you can press "Send test image to browser source" at the bottom of the configuration panel. This will send a test image that should appear in your browser source after a couple seconds.&#x20;

If it does not appear ensure that the feature is enabled and that the browser source is also enabled. If you are still having issues, reach out on [Discord](https://discord.gg/fER6GpSv5y), [Guilded](https://www.guilded.gg/i/EzrJWqoE), or email <support@rumble.bot>.

### Using the image generator

To use the image generator type `!imagine (the image you want created)` in chat. The bot will respond with a link to the image (if "Respond with URL" is enabled), and the image will appear on your stream a few seconds later. The image will stay on your stream until the configured duration has been reached.


---

# Agent Instructions: 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:

```
GET https://docs.rumble.bot/chat-bot/ai-image-generator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
