> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/users/add-users.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.movatic.co/admin-site/users/add-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
