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

# Team Member Access

Modr8 AI allows you to add multiple users to our website in order to manage the bot settings. In fact, you do not need to be an admin of the activated chat to be able to gain access to the platform. This can be useful if you have someone who owns the bot but others who are doing the day to day management.

The following sections will discuss how to create an access code as well as joining the team.&#x20;

### Providing An Access Code For Team Members <a href="#providing-an-invite-code-for-team-members" id="providing-an-invite-code-for-team-members"></a>

The bot owner is able to generate a team access code, from there they can pass this on for others to join the team. The bot owner can also revoke the access code and remove team members when they wish.

1. Login to the [Modr8.ai Platform](https://modr8.ai/login)
2. Click `"Manage"` on the bot you wish to invite your team to
3. On the bot profile card select `"Team Access"`
4. Click the `"Copy Code To Clipboard"` button to copy the access code displayed on screen
5. Send the code to your team members

<figure><img src="/files/D8WC9B35BDwA1nliRT6d" alt=""><figcaption><p>Example Team Access Code - This can be copied and sent to your team members to join</p></figcaption></figure>

### Using Your Invite Code To Join A Team <a href="#using-your-invite-code-to-join-a-team" id="using-your-invite-code-to-join-a-team"></a>

1. Login to the [Modr8 AI Platform](https://modr8.ai/login)
2. Click `"Join A Team"` on the **"Get Started"** card
3. Paste the access code into the form and click `"Join The Team"`
4. You will be redirected if successful and you will see the bot profile listed.

<figure><img src="/files/IdDOVJayQoFG0e3vxx8F" alt=""><figcaption><p>Paste your access code into the website to join the bot team!</p></figcaption></figure>


---

# 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://docs.modr8.ai/getting-started/team-member-access.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.
