> For the complete documentation index, see [llms.txt](https://adnova.gitbook.io/adnova-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adnova.gitbook.io/adnova-academy/account-set-up/invite-users-to-the-organisation.md).

# Invite users to the Organisation

**To invite users into the Organisation:**

1. Navigate to the "**Invite Users**" option located in the top right corner

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

2. Click on the "**Invite member**" option located below the invite user option to add anyone to the organisation.

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

3. Subsequently, enter their email addresses and assign the appropriate roles (Org Admin or Org Member) before submitting the invitation

**Org Admin** - Can invite other members to the organisation

**Org Member** - Can join the organisation and collaborate&#x20;

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

4. When adding a user to the **"Organisation**", you can also grant them access to specific workspaces, along with specific products such as **Inspirations**, **Detective**, and **Drive**
5. Within a workspace, you can assign user permissions as either "**Admin**" or "**Collaborator**"

* **Workspace Collaborator** - Can collaborate with other members within the workspace
* **Workspace Admin -** Can add and remove members from the workspace, and can delete the workspace

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

{% hint style="info" %}
The invitee will receive an invitation email with a link to join the organisation and can join upon clicking the link
{% 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, and the optional `goal` query parameter:

```
GET https://adnova.gitbook.io/adnova-academy/account-set-up/invite-users-to-the-organisation.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.
