> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/faqs/image-uploaded-to-single-image-component-is-not-displayed-what-should-i-do.md).

# Image uploaded to Single Image component is not displayed. What should I do?

If the image uploaded to the **SharinPix Single Image** component is not displayed or disappears after a page refresh, this might be because the tag used in the component is marked unlisted.

Unlisted tags are 'unavailable tags' and cannot be used on SharinPix components. Therefore, if you applied an unlisted tag to a Single Image component, the images will not show up on the same due to the tag unavailability.

To resolve the above issue, that is to mark the tag as listed so that it can be used on the component, follow the steps below:

* Access the [SharinPix Global Settings](/getting-started/overview-of-the-sharinpix-administration-dashboard.md) by searching for **SharinPix Settings** using the **App Launcher**
* Next, click on the **Go to administration dashboard** button. This will open the global settings
* Once on the global settings, click on **Tags** on the top menu bar
* Click on the **Unlisted** button located on the top left:

![](/files/4K5wRW7QoPT9FMvZxqWd)

* Search for the desired tag and click on **Edit**

![](/files/lGRjy7fIgcmVyOSZK7hR)

**Note:** *If you cannot see the tag in the list at this point, go back to the **Listed** section and ensure that the tag is marked as listed from there.*

* Once on the Edit Tag page, check the **Listed** checkbox to mark the tag as listed:

![](/files/R4tFGQYRuw8YZHsuSXe3)

* Click on **Update Tag** when done and test the component again


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sharinpix.com/faqs/image-uploaded-to-single-image-component-is-not-displayed-what-should-i-do.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
