# Image Styles

You typically want Characters to generate thematically similar images across different messages. For example, a Pablo Picasso Character should always generate in Picasso's iconic style.

You can describe the style you want in the [Image Style](/character-guide/character-attributes/image-style.md) field.

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

You can take inspiration from commonly used image generation AI styles ([\[1\]](https://openart.ai/promptbook), [\[2\]](https://dallery.gallery/the-dalle-2-prompt-book/)).


---

# 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://book.character.ai/character-guide/image-generating-characters/image-styles.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.
