> 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/create-tag.md).

# Create Tag

There are three ways to create a new tag, mainly through:

* [Command Menu](#command-menu)
* [Full View](#full-view)
* [Admin Dashboard](#admin-dashboard)

## Command Menu

Follow the ensuing steps to create a new Tag from the **Command Menu.**

* Select an image.

![](/files/JpZdjTdgBcXLWZYlOzzM)

* Click on the **Command Menu.**

![](/files/J7B43c7kMgIbZUDGoKzj)

* Select **Add a tag.**
* Enter the name of the new tag.
* Click on the "**+** " sign create the tag.

![](/files/FH3J8xwl2HBc65KVaEPu)

* The newly-created tag is automatically assigned to the previously-selected image.

![](/files/An2KVsnUHBOJ4Iuff2Xr)

## Full View

* Access the **Full View** of an image by clicking on its thumbnail.

![](/files/ztBEqehBkiSENsFqfXi4)

* Click on the **Tag** icon.

![](/files/J7oeCF45OBOQAldF9BBh)

* Select **+ Add a tag.**
* &#x20;Enter the  name of the new ta&#x67;**.**
* Then, select the **"+"** sig&#x6E;**.**

![](/files/tkLg28FpW5cqR9j47N2h)

* The newly-created tag is automatically assigned to the previously-selected image.

![](/files/B9OSHzPpYlB3No9CJcxk)

## Admin Dashboard

* Access the admin dashboard and click on the "Tag" tab.

<figure><img src="/files/MT3uLwzj2NwmrWg2nLEx" alt=""><figcaption></figcaption></figure>

* Click on "Create a Tag"

<figure><img src="/files/dh5FlLkANvXdSRQJR2Ti" alt=""><figcaption></figcaption></figure>

* Enter the details of the Tag and click on "Create Tag"

<figure><img src="/files/ZlDRHBYCEyOIi2CbCTqc" alt=""><figcaption></figcaption></figure>


---

# 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/create-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.
