# AI Images

An image prompt is a specific set of visual instructions and descriptive text provided to an AI model to generate a unique graphic result. It acts as the "creative bridge" between your imagination and the machine's pixels, guiding the AI to render exactly what you envision.

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

#### How it works:

* The Creative Blueprint: It translates abstract ideas into concrete visual elements like subject, setting, and mood.
* The Art Director: It dictates technical details such as lighting, camera angles, color palettes, and artistic styles (e.g., hyperrealism, oil painting, or 3D render).
* The Precision Tool: By using specific keywords and descriptors, the prompt narrows down the AI's vast database to produce a cohesive and high-quality image.

Below are some examples of image prompts from the platform:

1. [Coloring Book Cheat Code](https://snackprompt.com/e/image/coloring-book-cheat-code-R1NYQhoqy)
2. [Food Photographer Cheat Code](https://snackprompt.com/e/image/food-photographer-cheat-code-1-psmdX1x8s)
3. [2D Chibi-Style Stickers](https://snackprompt.com/e/image/2d-chibi-style-stickers-WYTs8wSgu)

### How do I edit an AI Image?

The page and editing mode are exactly the same as the prompt; if you haven't checked it yet, please go back a few steps.

{% hint style="info" %}
In image prompts, the syntax and word order are crucial. Most AI models give more weight to the words at the beginning of the prompt, so always put your main subject first.
{% endhint %}

Now that you know about AI Images, we can move on to Automations.<br>


---

# 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.snackprompt.com/next-steps/ai-images.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.
