# Display Image

Displayed Image: Selection of user uploaded images.

Wait Until Finished: Determines if the state will advance while the image is displayed. If this is true, the state will not progress until the user had closed the image.

Dimensions: The of the image in pixels.

Stretch Image: Determines if the user wants the image to be able to be stretch. If this is true, the image will forcibly be stretched to the dimensions provided. If this is false, the image will retain its aspect ratio and will use the larger of the dimensions as the size reference. Ex.  1920 x 1080 image with a dimension of 1080x1080 will result in an image displayed as 1080x610.

Placement: Where the image will be placed, anchored or within the simulation.


---

# 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.siminsights.com/authoring-a-simulation/state-machine/actions/display-image.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.
