# Add a User

### Add a New Company User

Invite a new user to the company workspace.

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

{% stepper %}
{% step %}
Go to the **Users** tab.
{% endstep %}

{% step %}
Click **+**.

A pop-up window will appear.

<figure><img src="/files/uYfDcdYBCTChRVZO4W1w" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter an email and press Enter.

You can add multiple emails.
{% endstep %}

{% step %}
Select a user role from the **Company role** dropdown menu.

You can change the user role later.
{% endstep %}

{% step %}
Select one or multiple permissions from the **Company permissions** dropdown menu (optional).

You can change the user permissions later.
{% endstep %}

{% step %}
Add a personal message at the **Message** field (optional).
{% endstep %}

{% step %}
Click the **Send** button.

A user will get an **Invited** status and will receive an email with a link to follow for signing up at the company.

{% hint style="danger" %}
The confirmation link expires in 24 hours.
{% endhint %}
{% endstep %}
{% endstepper %}

### Add a New Project User

#### Add Current Member

Invite a company user to join the Project team.

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

{% stepper %}
{% step %}
[Open a Project](https://help.parta.io/project-general-settings/set-a-project/manage-a-project) and go to the **Team** tab.
{% endstep %}

{% step %}
Click **+**.

A pop-up window will appear.
{% endstep %}

{% step %}
Select **Current member**.

A pop-up window will appear.

<figure><img src="/files/28WBgoDKsa3TYj09aS85" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select one or multiple company members.
{% endstep %}

{% step %}
Click the **Add** button.

A user will receive an email with a link to the Project.
{% endstep %}
{% endstepper %}

#### Add New Member

Invite a new user to join the Project team and the company.

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

{% stepper %}
{% step %}
[Open a Project](https://help.parta.io/project-general-settings/set-a-project/manage-a-project) and go to the **Team** tab.
{% endstep %}

{% step %}
Click **+**.

A pop-up window will appear.
{% endstep %}

{% step %}
Select **New member**.

A pop-up window will appear.

<figure><img src="/files/fT4sUoRdCeAyv1x8t1J1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter an email and press Enter.

You can add multiple emails.
{% endstep %}

{% step %}
Select one or multiple permissions from the **Company permissions** dropdown menu (optional).

You can change the user permissions later.
{% endstep %}

{% step %}
Add a personal message at the **Message** field (optional).
{% endstep %}

{% step %}
Click the **Send** button.

A user will get a Guest role with **Invited** status and will receive an email with a link to follow for signing up at the company.

{% hint style="danger" %}
The confirmation link expires in 24 hours.
{% endhint %}
{% 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://help.parta.io/workspace/set-users/add-a-user.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.
