> For the complete documentation index, see [llms.txt](https://help.fashionupdater.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fashionupdater.app/en/workspace-management/workspace-administration/tags-and-user-groups.md).

# Tags and User Groups

## What are tags for?

To search for and better organize models, Fashionupdater provides **tags**.\
The use of tags speeds up model searches, as well as allowing easy categorization of the same according to business needs such as brands, collections, seasons, etc.\
**Tags** offer the possibility to create quick and dynamic filters to search or group models present in the Workspace.

### Adding a New Tag to the Workspace

1. To add a tag, click on **Manage Tags** in the user menu and then on the **Add Tag** button.
2. Type the **name** of the tag.
3. You can also add a description
4. Define the **type** of tag.
5. Click **Add** to complete the operation.

At this point, the new tag (or new tags) will be available in the Tags section on the left column, from which you can filter the models present in the Workspace.

### Modifying or Deleting a Tag

By clicking on the gear-shaped icon to the right of the name you can select various options from the dropdown menu: modify the tag name or its description, modify the tag type or proceed with its deletion.

### Adding Multiple Tags Simultaneously

{% hint style="info" %}
If necessary, you can add multiple tags simultaneously by typing the names and separating them with a comma. In this case, all created tags will have the same type (and same description if specified).

**Example:**\
`spring-summer, fall-winter, my-brand, my-collection`
{% endhint %}

## Tag or User Groups?

The concept of *Tag* we talked about at the beginning of this section can also be extended to *User Groups:* a quick and versatile way to view groups of models with specific characteristics.

In the case of User Groups, the use and assignment is the same, with the substantial difference that the possibility of creating User Groups depends on the type of subscription purchased, the role and user permissions available. Visit the [User Groups](/en/workspace-management/workspace-administration/user-groups.md) section for more details.


---

# 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://help.fashionupdater.app/en/workspace-management/workspace-administration/tags-and-user-groups.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.
