> For the complete documentation index, see [llms.txt](https://docs.imber.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imber.dev/imber-bot/setup-guides/teams.md).

# Teams

### What is this?

Using Teams in Discord allows you and other users to share access to bots without having to share login information. This means that you can give full access to your bot to any other Discord account. \
\
Teams also enable your team members to make changes to your bot's name, avatar, token, and client secret. Additionally, team members can access exclusive 'Bot Owner Only' commands, like /backup restore-members and /bot leaveserver.

### How Do I Set It Up?

{% hint style="info" %}
You will need 2FA (Two Factor Authentication) enabled on your Discord account to create a team.
{% endhint %}

1. Go to: [**Team creation**](https://discord.com/developers/teams).&#x20;
2. Click '**New Team**' and give your team a name.&#x20;

<figure><img src="/files/QofNDPLbowN8kgX6mQDZ" alt=""><figcaption><p>Create a team</p></figcaption></figure>

3. Add users to your team, you can simply use their Discord tag.
4. Make sure that the invited users accept the invitation. They will receive an email about it from Discord.

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

5. Connect your existing Discord bot to your team by going to the Discord Developer portal <https://discord.com/developers/applications>
6. Select your bot and press the '**Transfer App to Team**' button, then select the team that you just created and you are done.

<figure><img src="/files/S46uH90qfCwZats1O1sn" alt=""><figcaption><p>Transfer your bot to the team</p></figcaption></figure>

{% hint style="success" %}
Success! You have now successfully set up your Application 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://docs.imber.dev/imber-bot/setup-guides/teams.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.
