# 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 top-right corner of the dashboard
* From the dropdown 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: 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:

```
GET https://docs.ospree.io/getting-started/account/add-and-manage-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
