# Workspace Members

Managing workspace members in Introist is essential for collaboration and access control. Members can be assigned different roles: User, Admin, and Owner. All members can see the same content, but Admins and Owners have additional permissions.

### Inviting New Members and Updating Roles

To invite new members to your Introist workspace:

1. Go to Settings > Workspace.&#x20;
2. Click the "Invite" button and enter the email address of the new member.&#x20;
3. Introist will send them a welcome email with login instructions.&#x20;

To change a member's role, click on their current role next to their name and select the new role: User, Admin, or Owner.

### Removing Members

To remove a member from your workspace:

1. Navigate to **Settings** > **Workspace**.
2. Find the member you want to remove and click the three dots next to their name.
3. Select **"Remove"** and confirm the action.


---

# 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.introist.com/knowledge-base/build/workspace/workspace-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.
