# DALL·E

The DALL·E plugin lets you generate images using OpenAI's DALL·E 3 model.

### What is DALL·E?

DALL·E-3 is the latest version of our DALL-E text-to-image generation models. As the current state of the art in text-to-image generation, DALL·E is capable of generating high-quality images across a wide variety of domains.

### How to set up the DALL·E plugin?

Go to Settings > Plugins > DALL·E. Select tab `Settings` then enter your API key.

### How to use the DALL·E plugin?

To use the DALL·E plugin, make sure you've setup the API key. Then:

1. Start a new chat. Choose an LLM that supports Function Calling (for example GPT-4o)
2. Enable the DALL·E plugin
3. Enter your prompt

{% hint style="info" %}
**NOTICE**

* By default, it generates only 1 image. You can ask to generate more images either in your prompt or in the System Instruction.
* When using as a plugin, the AI model may modify your original prompt. If you do not want this behavior, use DALL·E model directly when starting a new chat.
  {% endhint %}

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


---

# 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.boltai.com/docs/plugins/dalle.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.
