# Hidden Descriptions

Sometimes you many want your Character to generate images, but not reveal to the user what image description was used. This could be to avoid confusion or to create mystery or humor. If you toggle [Hide Direct Image Descriptions](/character-guide/character-attributes/direct-image-description-visibility.md), your Character will remove the Direct Image Descriptions when showing the response.

{% hint style="info" %}
If your Character generates multiple Direct Image Descriptions, all will be removed from the text shown to the user.&#x20;
{% endhint %}

<figure><img src="/files/DuX4mgGnN9jDDwKWOZ6Y" alt=""><figcaption><p>The actual image description was "A futuristic-looking helmet that vaporizes your hair"</p></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://book.character.ai/character-guide/image-generating-characters/hidden-descriptions.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.
