# SHOW\_IMAGE

`ShowImageStep` is a pipeline step that configures how to show or render an image from a previous step in an application frame. Usually only used for testing and debugging locally, not when serving from HTTP/GRPC etc endpoints.

| Configs       | Descriptions                                                               |
| ------------- | -------------------------------------------------------------------------- |
| imageName     | Name of the incoming input image key. Default is `image`.                  |
| displayName   | Image display name. Default is `Image`.                                    |
| width         | Height of the displayed image frame. If `null`: same size as image is used |
| height        | Width of the image. If `null`: same size as the image                      |
| allowMultiple | Allow multiple images to be shown. Default is set to `false`.              |


---

# 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://serving.konduit.ai/references/pipeline-steps/show_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.
