# Image upload prompts

This type of prompt is useful for accepting complex free-form answers that are best written and/or drawn by hand.

## What To Do

In DialogForm, open up a flow you want to edit.

In the prompts panel, click on the three dots next to the "+ Add prompt" button to reveal the "Image upload prompt" option. Click on it.

<div align="center"><img src="/files/aDi8yhxUXf8PvQT5IBXx" alt=""></div>

This will add a new prompt right below the "+ Add prompt" button. Note the prompt icon - it is ![](/files/ccesqnPvVCoF62UH1t0F)(indicating image upload) instead of the regular ![](/files/1XV2CmUBvqEeJkKrf7Ud). Type in a prompt message. You cannot enter any answers for this type of prompt.

In the preview panel you will see an action button for image upload which the user will see while interacting with the chat.

![Editor](/files/oPCdEebDAPNRqfNwm8OU) ![Preview](/files/Ef6dvUFRFyzX5dwCNA64)

## What Next?

Learn how to score an image upload prompt with our score-later feature.

{% content-ref url="/pages/oMmn4kVuqg61SeOcQ1E9" %}
[Scoring subjective answer prompts](/user-guide/scoring-subjective-answer-prompts.md)
{% endcontent-ref %}


---

# 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.dialogform.in/user-guide/image-upload-prompts.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.
