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

# Assign User Groups to a Conversation

1. Select the **conversation** in the dashboard.
2. In the right details column of the conversation, 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 conversation happens immediately and its members will be able to view it in their dashboard. Similarly, removing the Group will make it inaccessible to all its members.

If no User Groups are available from the menu, it will be necessary to first 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 %}

{% hint style="success" %}
**For Conversations it is mandatory to assign at least one User Group.**

This means it will not be possible to remove the assignment of the last User Group present in the list.

Therefore, if there is only one User Group assigned and you want to replace it with a different one, *it will be necessary to first assign the new User Group* and then remove the previously assigned one.
{% 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-user-groups-to-conversation.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.
