# How to add a user to only one project

According to Parta.io's user management system, the Guest role is assigned to project users by default, granting them no access to company entities such as projects, resources, branding, etc.

{% hint style="info" %}
By combining different roles, you can create users with various permissions tailored to your specific needs. Learn more about [user management](/workspace/set-users/manage-a-user.md).&#x20;
{% endhint %}

1. Go to the project and navigate to the Team tab.&#x20;
2. Click the '+' button in the header and select the type of user: a new one or someone already in the company.&#x20;
3. Enter the email.&#x20;
4. Enter the email and select permissions for the user in the current project.
5. Wait for them to receive the email, authorize, and join you!

At the company level, this user will only have visibility of one project you shared with them and will be added to the team as a guest.

<figure><img src="/files/BZAicOv8CHW13OU4kavI" alt=""><figcaption><p>Guest view with access to limited to one project.</p></figcaption></figure>


---

# 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/faq/how-to-add-a-user-to-only-one-project.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.
