> For the complete documentation index, see [llms.txt](https://docs.ospree.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ospree.io/quick-start/account/add-and-manage-users.md).

# Add and manage users

Once your account is set up, you can start inviting your team to join Ospree. **Manager Users** can add and manage both **Manager** and **Basic Users** directly from the dashboard.

This guide explains how to invite users, assign roles, and track activation status.

***

{% stepper %}
{% step %}

#### Navigate to the users tab

* Click the **user icon** in the bottom-left corner of the dashboard
* From the menu, select **Business details**
* In the Business Details page, go to the **Users** tab
  {% endstep %}

{% step %}

#### Add new user

Click the **Create user** button in the top-right corner.\
Then fill out the following fields:

* **Email**
* **First name**
* **Last name**
* **Role**: Choose either Manager or Basic

  Once submitted, the new user will appear in the list as **Inactive**.
* Click on **submit**.
  {% endstep %}

{% step %}

#### Activation status

After being added, the user will automatically receive an activation email.\
Once they click the link in that email and complete their account setup, their status will switch to **Active**.

Until then, you’ll see them listed as inactive in the Users tab.
{% endstep %}
{% endstepper %}


---

# 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.ospree.io/quick-start/account/add-and-manage-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.
