> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/de/genstudio-workspace/tools/image-generator/how-to-use.md).

# Wie man es benutzt

Um mit Image Generator zu beginnen, müssen Sie eine Beschreibung des Bildes liefern, das Sie erstellen möchten. Hier sind einige allgemeine Richtlinien für Begriffe:

* **Objekte** – Verwenden Sie Namen von Objekten wie Apfel, Auto, Haus, usw.
* **Farben** – Spezifizieren Sie Farben wie rot, blau, grün, usw.
* **Größen** – Spezifizieren Sie Größen wie groß, klein, hoch, usw.
* **Formen** – Spezifizieren Sie Formen wie quadratisch, rund, rechteckig, usw.
* **Materialien** – Spezifizieren Sie Arten von Materialien wie Holz, Metall, Glas, usw.
* **Tiere/Menschen** – Spezifizieren Sie verschiedene Arten von Tieren oder Menschen wie Katze, Hund, Frau, Mann, usw.
* **Landschaften** – Spezifizieren Sie verschiedene Arten von Landschaften wie Sonnenuntergang, Strand, Berg, usw.
* **Stimmungen** – Spezifizieren Sie verschiedene Stimmungen wie glücklich, traurig, wütend, usw.
* **Realismus** – Spezifizieren Sie den Grad der Genauigkeit oder Abstraktion wie fotorealistisch, cartoonartig, impressionistisch, usw.

{% hint style="info" %}
Sie können nur ein Bild pro Anfrage basierend auf der bereitgestellten Beschreibung generieren.
{% endhint %}

Denken Sie daran, je spezifischer Ihre Beschreibung ist, desto genauer wird das generierte Bild sein. Zum Beispiel, statt nur "Katze" zu sagen, könnten Sie sagen "eine große orangefarbene Katze sitzt auf einem blauen Sofa". Dies wird dem Modell ein spezifischeres Bild zur Generierung geben.

![](/files/H8RP9xHS42VNRuDYaWJl) ![](/files/XKUhpm8CWH8J0t9nIKnW)


---

# 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.skydeck.ai/de/genstudio-workspace/tools/image-generator/how-to-use.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.
