> For the complete documentation index, see [llms.txt](https://docs.dataloy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataloy.com/release-5.20/voyage-management-system/step-by-step-guides/users/create-users.md).

# Create Users

1. Open the **User Administration** module in the System 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 Role* | Restricts access to modules and the API         |

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

The security role "Vessel" is designed to grant access for users onboard ships. See [Create a Ship Master Role in VMS](/release-5.20/voyage-management-system/step-by-step-guides/users/create-users/create-a-ship-master-role-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
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:

```
GET https://docs.dataloy.com/release-5.20/voyage-management-system/step-by-step-guides/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.
