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

# Tag Sets

* [What is a Tag Set?](#what-is-a-tag-set)
* [Defining a Tag Set](#defining-a-tag-set)
* [Using Tag Set](#using-tag-set)

## What is a Tag Set?

A **Tag Set** is feature in SharinPix that can be used to group several **Tags** together into a set. It is useful in use cases whereby instead of loading all the tags the user possess for image tagging, only a subset of those tags, defined in a tag set, will be loaded.

## Defining a Tag Set

Follow the ensuing steps to create a new Tag Set.

* Predefine **Tags** for your organization by accessing **Tags** from the top navigation bar of the Administration DashBoard.

![](/files/6ukRI0VUbx3vPDRrsF2M)

* Access **Tag Set** from the top navigation bar of the Administration DashBoard.
* Click on **New Tag Set.**

![](/files/UG2aF2ywkZJKI4q5rBgM)

You will be presented with the input fields as illustrated below:

* Select your organization.
* Enter the name of the new Tag Set.
* Click on **"Create Tag Set"** to create the new Tag Set.

![](/files/LNJR8VsdqTojyV2Gb001)

You will be presented with the newly created Tag Set.

![](/files/n7BozEQXIhvC4GiBaz7W)

* Click on **"Tags in Tag Set"** to view the collection of **Tags** in the current **Tag Set.**

![](/files/nWNoJAnWJtXGNDYc0Lda)

* Click on **"New Tag Set Tag"** to add a new Tag in the Tag Set.
* Next, select a Tag from a list of predefined Tags.

![](/files/NehvJSm4sRuA6WV6eG1p)

* Click on **"Create Tag set tag"** to add the selected Tag in the selected Tag Set.
* Repeat the steps above to add more Tags in the Tag Set.

You will be presented with the collection of Tags in the current Tag Set.

![](/files/Cbqb5GSdALrGvQSY9eW4)

## Using Tag Set

* Access **Code Generator** from the top navigation bar of the Administration DashBoard.

![](/files/aoOClg45MJxf1NQLDru8)

* Enable "**Tag Images**", "**View Tags"** and **"Show tags on image"** options in the Code Generator.
* Upload Images in the **Preview component**.

![](/files/D18liobW2NT0Axd2g3oY)

* Select one or more images.
* Click on the **Command Menu** as shown below.

<mark style="color:$danger;">Note that no tags are available since a tag set has not been added yet.</mark>

![](/files/WeLhi3exQIw7N22tr4LA)

* Enter the name of the **Tag Set** that you previously created in the **Tag Set field** located under **Tags  component.**

![](/files/WHRJXgmXVaPRvABaIJPK)

* Select one or more images.
* Click on the **Command Menu** as shown below

The **Tags** grouped by the **Tag Set** can now be accessed and the images can be tagged.

![](/files/L87FLECRQuWPt4IE1P9L)

![](/files/yJIIDvwEnGfoBNsjAuBj)


---

# 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/tag-sets.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.
