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

# How to invite your team

Add team members so they can access leads, conversations, and reports in Patagon AI.

1. In the sidebar, go to Organization > Settings and click the Members tab.
2. Click Add member in the top right corner.
3. In the Email Addresses field, enter one or more email addresses separated by commas.
4. In the Role dropdown, select a role:
   * Admin — full access to settings, members, billing, and all platform features
   * Member — operational access to leads, conversations, and reports
5. Click Add to the Team.

![Invite team members](/files/YbiQMGNIaRkVIkFARmLT)

The invitee will receive an email with a verification link. Once accepted, they appear as active in your Members list. Pending invitations show a yellow Pending badge until accepted.

{% hint style="warning" %}
If a team member didn't receive the invitation email, check their spam folder. You can resend the invitation from the Members tab.
{% endhint %}

To change a member's role after they've joined, use the role dropdown directly in the Members table — no need to re-invite.

To see the full permissions for each role, go to Organization > Roles & Permissions.

## Next step

Continue with [First 7 days checklist](/en/getting-started/first-7-days-checklist.md).


---

# 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.patagon.ai/en/getting-started/invite-your-team.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.
