> For the complete documentation index, see [llms.txt](https://support.sayprimer.com/primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.sayprimer.com/primer/managing-your-account/inviting-users.md).

# Inviting Users

Follow these steps to invite a user to your Primer account:

#### Step 1: Access the Organization Settings

1. Log in to your Primer account.
2. Navigate to the bottom left corner of the screen and click on your organization name.
3. From the menu that appears, click on **Manage**.

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

#### Step 2: Open the Members Section

1. Once you're in the organization management panel, you'll see two options: **Members** and **Settings**.
2. Click on **Members** to open the Members section.
3. You'll find two sub-options:
   * **Members**: Displays the existing users in your account.
   * **Invitation**: Allows you to invite new users.

<figure><img src="/files/M3yDohjOs9o16sAdx0UY" alt="" width="375"><figcaption></figcaption></figure>

#### Step 3: Invite a New Member

1. Click on the **Invitation** tab.
2. Select the **Invite** button.
3. Enter the user's email address in the designated field.
4. From the dropdown menu, choose the appropriate role for the user:
   * **Admin**: Full access to the account.
   * **Member**: Standard user access.
5. Click **Send Invitation**.

#### Step 4: Notification and User Addition

1. The invited user will receive an email notification with instructions to join.
2. Once the user accepts the invitation, they will be added to your account with the specified role.


---

# 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://support.sayprimer.com/primer/managing-your-account/inviting-users.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.
