> For the complete documentation index, see [llms.txt](https://revstack.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://revstack.gitbook.io/docs/getting-started/manage-your-team.md).

# Manage your team

## Add team members

<figure><img src="/files/s4LVsKksQIomwUwr6BXw" alt=""><figcaption></figcaption></figure>

In the "Team" section of your collection, you can add team members by entering the email address of the person you want to invite and clicking the "Send an invitation" button. An invitation will be sent to the provided email address from <noreply.revstack@gmail.com>.

{% hint style="info" %}
Team members do not need an existing Revstack account to be added to a collection. When logging in, they simply need to use the same email address that was used to invite them, and they will receive a one-time authentication code to access the platform.
{% endhint %}

## Remove team members

You can remove team members by clicking on the "Remove" button next to the team member you want to remove.

<figure><img src="/files/Cnbtd2IEHH8u4uTmuobm" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
When you remove a team member, all the data associated with that user for the current collection is deleted. This includes documents inclusions choices and documents annotations.
{% endhint %}

{% hint style="info" %}
You cannot remove the creator of the collection from the team.
{% 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:

```
GET https://revstack.gitbook.io/docs/getting-started/manage-your-team.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.
