> For the complete documentation index, see [llms.txt](https://docs.blockbrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockbrain.ai/for-users/all-about-knowledge-bots/creating-images.md).

# Creating Images

Generate images directly inside the chat using AI image generation models. This is useful for creating visuals, mockups, design ideas, product concepts, illustrations, marketing assets, and other image-based outputs without leaving the platform.

## How to Use Create Image

To generate an image:

1. Click the **Create Image** option in the chat box or Options menu.
2. Write a clear image prompt.
3. Include important details such as subject, style, format, background, colors, mood, and intended use.
4. Submit the prompt.
5. Review the generated image.
6. Refine your prompt if needed.

{% hint style="info" %}
Check out our [Image Generation Prompt Guide](/for-users/prompt-writing-guide/image-generation-prompt-guide.md) to learn how to craft better prompts for Generative AI.
{% endhint %}

<figure><img src="/files/4i54dYUIFmGJ0cHLHyp8" alt=""><figcaption></figcaption></figure>

## How to Activate Create Image

To make the feature is available in your instance, you can activate it through the bot settings.

**Steps:**

1. Open the bot or chat where you want to use image generation.
2. Go to **Settings**.
3. Look for the Capabilities & Skills to find the Image Generation option.
4. Enable the feature.
5. Choose your preferred image generation provider, if multiple options are available.

Once activated, the **Create Image** option should appear in the chat box options menu.

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


---

# 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://docs.blockbrain.ai/for-users/all-about-knowledge-bots/creating-images.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.
