# Using Images

You can optionally add images to your responses, such as a thumbs up/down.&#x20;

{% hint style="info" %}
Images are currently only supported for Single Choice question types.
{% endhint %}

To add images:

* Click on the image icon on the right of a single choice answer
* A modal will appear where you can select an image to use, or upload a new image file
* Choose to display just the image, or the image and text
* Enter the size you would like the image to render on desktop, table and mobile (in px or as a %)
* You can also add fallback text, which will be shown if the image cannot load

<figure><img src="/files/RAgQwbCQyg288nSyuY2C" alt="" width="375"><figcaption></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://docs.pulseinsights.com/configuring-pulse-insights-console/editor/question-types/single-choice/using-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.
