> 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/de/fur-benutzer/alles-uber-knowledge-bots/bilder-erstellen.md).

# Bilder erstellen

Erstellen Sie Bilder direkt im Chat mithilfe von KI-Bildgenerierungsmodellen. Dies ist nützlich, um Visuals, Mockups, Designideen, Produktkonzepte, Illustrationen, Marketingmaterialien und andere bildbasierte Inhalte zu erstellen, ohne die Plattform zu verlassen.

## So verwenden Sie „Bild erstellen“

So erzeugen Sie ein Bild:

1. Klicken Sie auf die **Bild erstellen** -Option im Chatfeld oder im Optionen-Menü.
2. Schreiben Sie eine klare Bildaufforderung.
3. Fügen Sie wichtige Details hinzu, wie Motiv, Stil, Format, Hintergrund, Farben, Stimmung und vorgesehenen Verwendungszweck.
4. Senden Sie die Aufforderung ab.
5. Überprüfen Sie das generierte Bild.
6. Verfeinern Sie Ihre Aufforderung bei Bedarf.

{% hint style="info" %}
Schauen Sie sich unseren [Leitfaden für Bildgenerierungs-Prompts](/de/fur-benutzer/leitfaden-zum-schreiben-von-prompts/prompt-leitfaden-fur-die-bilderzeugung.md) um zu lernen, wie man bessere Prompts für generative KI erstellt.
{% endhint %}

<figure><img src="/files/9cc0fd19032935de3e47bdd2c79d4cde6e3b02a5" alt=""><figcaption></figcaption></figure>

## So aktivieren Sie „Bild erstellen“

Damit die Funktion in Ihrer Instanz verfügbar ist, können Sie sie über die Bot-Einstellungen aktivieren.

**Schritte:**

1. Öffnen Sie den Bot oder Chat, in dem Sie die Bildgenerierung verwenden möchten.
2. Gehen Sie zu **Einstellungen**.
3. Suchen Sie unter „Funktionen & Skills“ nach der Option „Bildgenerierung“.
4. Aktivieren Sie die Funktion.
5. Wählen Sie Ihren bevorzugten Anbieter für die Bildgenerierung, falls mehrere Optionen verfügbar sind.

Sobald aktiviert, sollte die **Bild erstellen** -Option im Optionen-Menü des Chatfelds erscheinen.

<figure><img src="/files/f99bf545eda25906d1e6f9a98be491a5d12874c1" 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/de/fur-benutzer/alles-uber-knowledge-bots/bilder-erstellen.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.
