# Creating a New User

To create a new user, click the **Create User** button on the [Manage Users](/collaborate/manage-users.md) screen. You need to provide the following information:

<figure><img src="/files/XbVzoySI0b2aWNpvtSQR" alt=""><figcaption><p>Manage Users</p></figcaption></figure>

<figure><img src="/files/MGXZoPSf0AKKKaVDgndW" alt=""><figcaption><p>Create user</p></figcaption></figure>

You need to provide the following information:

* **First Name**: Enter the user's first name.
* **Last Name**: Enter the user's last name.
* **Email**: Enter the user's email address.
* **Role**: Select the role of the user.
* **Application Language**: Select the default user-interface language. The user can change this at any time later.

After filling in the details, click the **Save Changes** button. An invitation email will be sent to the user with a link to confirm their email address. When the user clicks the link, they will be prompted to set a password and will then be redirected to the login screen.

&#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://help.smartcv.co/collaborate/manage-users/create-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.
