# Users & Teams

The user page provides a quick overview of all the users (users, managers, admins, customers) added to Projetly. &#x20;

Click on 'Add Members' to invite new users to Projetly.&#x20;

| Label         | Description                         | Comments                                                                 |
| ------------- | ----------------------------------- | ------------------------------------------------------------------------ |
| Name          | Add the full name of the member     | For example, Sam Montana, Adam Pelton etc.                               |
| Email Address | Add the email address of the member | The invite mail is sent to thes mail address. Ensure that it is correct. |
| Role          | Select a role for the member        | Use the 'Roles and Permissions' module to customize roles for members.   |

Click 'Add Member' to send the invite. The member is added as a user.&#x20;

{% hint style="info" %}
If the user hasn't accepted the invite, you can click on the member profile and use the 'Send Invite' option to resend the invite.'
{% endhint %}

Users can be edited, deleted, or disabled as per your requirements. Please note that the user's email address cannot be edited.&#x20;


---

# 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.projetly.ai/home/documentation/administration/users-and-teams.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.
