# Add and Manage Task Members

To **manage members in a task**, you must have the Owner or Editor role in the task's project, or be an Owner or Editor of your workspace. To manage members, go to the [Info Sidebar](/pages-and-ui-elements/info-sidebar.md#members-tab) by clicking on the task on the [Tasks Page](/pages-and-ui-elements/tasks-page.md) and then on the Members tab in the task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md).&#x20;

From there, you can:

* Add members to the task;
* Remove members from the task;
* Invite new members;
* Set roles for members.

## Add Members to a Task

* Navigate to the [Tasks Page](/pages-and-ui-elements/tasks-page.md);
* Open task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md) by clicking on the task you want to add members to;
* Open the [Info Sidebar](/pages-and-ui-elements/info-sidebar.md#members-tab) in the task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md);
* Click the `+` button to the right of the Members section;
* In the popup, select the members you want to add to the task, and then click the `Add member` button.

## Remove Members from a Task

* Go to the [Tasks Page](/pages-and-ui-elements/tasks-page.md);
* Open task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md) by clicking on the task you want to remove members from;
* Open the [Info Sidebar](/pages-and-ui-elements/info-sidebar.md#members-tab) in the task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md);
* Right-click on the member you want to remove;
* Select `Remove member` from the context menu that appears.

## Invite Members

You can **invite new users directly to a task** using the **task invite link**. Invited users will automatically  join the task's chat, as well as the task's project and workspace.

* Navigate to the [Tasks Page](/pages-and-ui-elements/tasks-page.md);
* Open task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md) by clicking on the task you want to invite a member to;
* Open the [Info Sidebar](/pages-and-ui-elements/info-sidebar.md#members-tab) in the task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md);
* Click the `Copy link` button in the the Invite Link section;
* Send the copied link to the user you want to invite.

## Set Roles for Members

* Go to the [Tasks Page](/pages-and-ui-elements/tasks-page.md);
* Open task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md) by clicking on the task in which you want to set member roles;
* Open the [Info Sidebar](/pages-and-ui-elements/info-sidebar.md#members-tab) in the task's [Info Sidebar](/pages-and-ui-elements/info-sidebar.md);
* Right-click on the member, or click on their current role name;
* Select the role you want to assign to the member.

Here you can **read more about roles** in Orchestra: [User Roles](/workspace/user-roles.md)


---

# Agent Instructions: 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:

```
GET https://docs.orch.so/tasks/add-and-manage-task-members.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
