> 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/model-operations/assign-tags-or-user-groups.md).

# Assign Tags or User Groups to Models

## Assign Tags to a Model

1. Select the model in the dashboard
2. In the right details column of the model click the three-dot icon button in the Tags section.
3. In the **Tags Manager** dialog window, click the dropdown menu and select tags from the menu.
4. To remove a tag assignment, click the **`X`** next to the tag name

{% hint style="info" %}
Tag assignment or removal is immediate and applies globally to the entire Workspace.

To remove all tags assigned to the model, click the **Remove all tags** button. The operation is not reversible and if necessary you will need to reassign all removed tags one by one.
{% endhint %}

## Assign User Groups to a Model

{% hint style="success" %}
By default, *models* present in the Workspace are visible to all users with **Standard** type permissions or higher. Assigning a user group to the model enables access to any users with **Viewer** type permissions who are part of it.
{% endhint %}

{% hint style="info" %}
However, assigning a User Group to the model does not involve direct access by the related *Viewer* type members to the model contents as well.

To make content visible to *Viewer* type users, it is necessary to specify permissions for each individual content, as described in the section dedicated to [content sharing](https://github.com/fboc/fashionupdater-wiki/blob/main-en/workspace-management/model-operations/broken-reference/README.md).
{% endhint %}

1. Select the model in the dashboard.
2. In the right details column of the model click the three-dot icon button in the User Groups section.
3. In the User Groups dialog window, click the dropdown menu and select one or more user groups from the menu.
4. To remove a User Group assignment, click the **`X`** next to the name.

{% hint style="info" %}
Assigning a user group to a model happens immediately and any **Viewer** type users belonging to that user group will be able to view the model in their dashboard.

If no user groups are available from the menu, it will be necessary to add them from the user groups management panel. To perform this operation a role with sufficient permissions is required. For more information consult the [Role Management](/en/workspace-management/workspace-administration/role-management.md) section.
{% endhint %}


---

# 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/model-operations/assign-tags-or-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.
