> For the complete documentation index, see [llms.txt](https://docs.agnostic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agnostic.dev/fundamentals/collaborate-with-your-team/inviting-members.md).

# Inviting Members

**Adding Users to Your Organization in Agnostic**

{% hint style="warning" %}
**Prerequisites:**&#x20;

Before we begin, please ensure that you are logged into your **Agnostic** account and have the right permissions to add a team member to your organization.
{% endhint %}

1. Navigate to the "Team" page within your Organization page. This is where you can manage the members of your organization.
2. On the "Team" page, you should see an option to "+ New member". Click on this option to begin.
3. In the provided dialog, enter the email address of the user you want to add to your organization. Ensure that you have the correct email address as this will be used to identify and grant access to the user.
4. Next, select the role you want to assign to the user. You will be able to change it later at will.
5. After specifying the email address and role, click the "Invite" button to add the user to your organization.
6. The user will now be included in your organization with the assigned role. They will have access to the resources and features corresponding to their role within Agnostic.
7. The added user will not typically receive an email invitation since there's no invitation system in place. Instead, their access will be activated immediately upon being added to the organization.

By following these steps, you can efficiently manage and add users to your Agnostic organization, allowing your team members to collaborate and work together on your blockchain data projects.


---

# 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.agnostic.dev/fundamentals/collaborate-with-your-team/inviting-members.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.
