# Managing images in documents

While AIsuru doesn't support directly importing images from documents, there's a way to include images in your Agent's responses. This lets you enrich interactions with visual content, improving the user experience.

### How to add images to your Agent's responses

To include images in your Agent's responses, you have two options:

1. (Recommended) **Add images directly to your contents**: find the relevant contents for a given image, edit them, and attach the image to each one;
2. (Advanced) Create a dedicated content for each image:
   1. Question -> enter a descriptive title for the image;
   2. Question variants -> enter the questions for which you want the image to appear;
   3. Answer -> enter a complete description of the image;
   4. Media -> upload your image;
   5. Make sure the "[Disable automatic image extraction from contents](/en/generative-ai/advanced/other-generative-ai-settings.md#automatic-media-extraction)" checkbox is disabled (in your Agent's Settings > AI) -> it will then be up to the language model to decide which image to show based on the description provided (i.e., the answer in your content).

{% hint style="danger" %}
If your Agent has more than 150 images, we don't recommend using the second method.
{% endhint %}

### Tips for effective use

* Use **relevant, high-quality images**;
* **Provide detailed, accurate descriptions** for each image;
* **Regularly test your Agent's responses** to make sure images are being used appropriately, and update contents as needed.

Integrating images into your Agent's responses can significantly improve the quality of interactions. While it takes a bit more manual work, the benefits in terms of clarity and user engagement can be substantial. Experiment with this feature to find the right balance between text and visuals in your AIsuru Agent.


---

# 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.aisuru.com/en/agent-training/document-import/managing-images-in-documents.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.
