# Create Users

1. Open the **Users** module in the Setup section.
2. Click **Create New User**<img src="/files/-M23aB95JDSUt7kYOdWo" alt="" data-size="line">in the top right corner.
3. Fill in all required fields listed below in the Create New User window.
4. Click **Create**.

### **Required fields**

| **Field**         | Description                                     |
| ----------------- | ----------------------------------------------- |
| *User Code*       | A short identifier used for logging in          |
| *User Name*       | The user's name that is displayed in the system |
| *Password*        | Password used for logging in                    |
| *Email*           | Email address for notifications                 |
| *Security Groups* | Restricts access to modules and the API         |

{% hint style="info" %}
**Vessel Users**

The security role "Vessel" is designed to grant access for users onboard vessels. See [Create a Vessel Master user](/release-8.25/voyage-management-system/step-by-step-guides/setup/users/create-users/create-a-vessel-user-in-vms.md).
{% endhint %}

{% hint style="info" %}
**Permissions in the Java VMS**

In order to perform actions in the Java VMS a user must also belong to a Security Group.

Groups, roles and their permissions are maintained in the **Manage Permissions** module in the Java VMS.
{% endhint %}


---

# 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.dataloy.com/release-8.25/voyage-management-system/step-by-step-guides/setup/users/create-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.
