# Add Users

There are three ways to add a user to your system:

* [bulk](https://documentation.movatic.co/admin-site/users/add-users#adding-users-in-bulk) upload
* [individual ](https://documentation.movatic.co/admin-site/users/add-users#add-an-individual-user)upload
* upload via the [public link](https://documentation.movatic.co/admin-site/users/add-users#adding-public-user)

### Adding users in bulk

To import a CSV file, click on the three dots from the upper right corner of the User screen. Hit "**Add CSV**." You will then be redirected to a page where you can upload a CSV file for new users.

<figure><img src="/files/F0cLAdNR78rps7Q4KjMw" alt=""><figcaption><p>How to Add CSV</p></figcaption></figure>

![Example of CSV file](/files/-MdTuz8f1DwAYcSZ92v5)

Before uploading the file, ensure that it follows the recommended format. It must also include the following:

* First Name&#x20;
* Last Name&#x20;
* Phone
* Email
* Card ID

Once uploaded, the new users will be displayed on the Users page.

<figure><img src="/files/j5O9N9XbhY3HCbhl3kot" alt=""><figcaption><p>List of Users</p></figcaption></figure>

### Add an individual user

By clicking **Add**, you are redirected to a page where you will need to fill out the user details, starting with the user's phone number and specifying if the user is only for [RFID ](/admin-site/users/rfid-cards.md)purposes.<br>

<figure><img src="/files/K8KxMqSlsnCPZiWEHi7u" alt=""><figcaption><p>First step to create an individual user.</p></figcaption></figure>

After the phone number is validated, add the rest of the required information. Once done, hit **Save** and the user will immediately be added to your system.<br>

<figure><img src="/files/O8GKSxhyQwrEhhmfY1Jw" alt=""><figcaption><p>Sample user information</p></figcaption></figure>

### Adding public user

To add a user via the public link, please follow these steps:

1. Visit <https://adminbeta.movatic.co/#/create-your-user?system=6>
2. If you don't have your system ID, please reach out to our Customer Support (support\@movatic).
3. Complete the following form and click 'Create User'.

<figure><img src="/files/CQSYbcmbksD4k8PAFYFx" alt=""><figcaption><p>Create user screen</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://documentation.movatic.co/admin-site/users/add-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.
