> 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/documentation/features/working-with-tags/remove-tag.md).

# Remove Tag

* [Thumbnail View](#thumbnail-view)
* [Large View](#large-view)

## Thumbnail View

* It is possible to remove a tag from one or multiple images from the **Thumbnail View** through the use of the **Filter by Tags** feature. Follow the steps below to learn how to do it.
* Select the **Filter by Tags** option from the **Thumbnail View**.

![](/files/XGkGkheRKc5MZbhtWgM3)

![](/files/4FwsLMRkRPAnnFF08OPF)

* Select the tag you intend to remove. (In this case, it is the tag **Sea**)

![](/files/QLMhJMSeaqG97Q4yqG5G)

* Only the image(s) with the selected tag is then displayed.

![](/files/O70TZ4DhFNW7nj17T3tn)

* Click on the **remove tag** icon, as designated below, to remove the tag from the image.

![](/files/liM6mIxVoJx5hLaeh3nG)

## Large View

* Access the **Large View** of an image by selecting its thumbnail.

![](/files/Y6UK8RTDM6kMVs4yLwtH)

* Select the **tags** option from the toolbar as shown in the screenshot below.

![](/files/BdOEzcgtiZE3MbzlJhBD)

A list of tags is shown. The tags marked with the tick symbol "✔" indicate that the corresponding tag is applied to the current image while the unmarked tags indicate that they are not applied to the current image. For example in the image below, the tag **Person** is already applied while the tag **Sea** is no&#x74;**.**

![](/files/J6lbGa5xEe63kiOjSEmV)

* To remove a tag from an image, simply click on the **marked** tag.


---

# 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/documentation/features/working-with-tags/remove-tag.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.
