# Create New User

To create new user navigate to Setup > System > Users and click 'New' button in the top right corner as shown below.

![](/files/lGQAR6mftabDqViNM94D)

{% hint style="info" %}
Notice: There are two active users already existing in the system. First is 'sa' - this which is supplied by official P4W distributor and used for you initial login. Second is a 'system' user that exist for maintenance purposes and should not be altered.&#x20;
{% endhint %}

Fill out users details as much as possible and chose a role from the dropdown menu. Note that 'Username' is a mandatory field. Click 'Submit' to continue.

![](/files/F0xKIzOdJWofzWtnh7uo)

{% hint style="warning" %}
Notice: Administrator role grants user full access to the system. It is advised to limit the number of administrative users to minimize potential disruptions and security threats.
{% endhint %}

If this is a mobile user remember to keep the username short as these are being typed on phone size devices.


---

# 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.p4warehouse.com/v2/user-full-guide/create-new-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.
