> 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/user-groups.md).

# User Groups

{% hint style="success" %}
User group management requires a **Business** plan subscription and a role with sufficient access permissions. [See all Roles](https://github.com/fboc/fashionupdater-wiki/blob/main-en/workspace-management/workspace-administration/broken-reference/README.md).
{% endhint %}

**User Groups** are groups that are defined in the Workspace with the purpose of better organizing the various Teams and providing targeted and well-defined access to all collaborators, including external ones.

User groups help you for example to mention multiple users at once, so as to draw the attention of an entire team to a specific activity.

User groups can be assigned to both models and conversations.

When you assign a User Group to a model, all members of the group will be able to access it and see the related content, based on their specific permissions.

To better manage collaborators, the Plus plan provides User Groups: a way to assign individual models or groups of models to one or more users, even with different levels of access to content.

## Adding a User Group to the Workspace

1. From the main menu, select **Manage User Groups**.

<img src="/files/EhKK0Q49JM5YwkAePSk5" alt="" data-size="original">

1. Click the **Add User Group** button at the top right.

## User Groups in the Dashboard

{% hint style="info" %}
The procedure for [assigning **User Groups**](/en/workspace-management/model-operations/assign-user-groups-to-conversation.md) to models is similar to that for [assigning **Tags**](/en/workspace-management/model-operations/assign-tags-or-user-groups.md). It is therefore possible to obtain a filtered list of models by User Groups, by Tags, or by a mixed selection of these two types of filters.
{% endhint %}

In the Fashionupdater dashboard, **user groups** appear in the left sidebar, grouped after the tag list, and are marked by a dedicated color and icon.


---

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