# Create a User

In P4 Warehouse there are two type of users.

* **Web Dispatcher**, the web dispatcher uses a computer and a web browser to manage the flow in and out of the warehouse. The web dispatcher also controls the workflow of the PDT users.&#x20;
* **PDT (Portable Data Terminal) user**, the PDT user is an employee out in the warehouse executing the instructions set to them by the Web Dispatcher. These are the employees that physically receive Purchase Order and RMA's, pick and ship outbound orders, Cycle Count inventory, etc. PDT is a mobile device typically equipped with a barcode scanner.

To create a new user navigate to Setup > System > Users and click on the 'New' button on the top right side of the window.

![](/files/wljIWDTN7eTYRErL0xdE)

In the following user's details window fill as many fields as possible and click 'Submit'.

![](/files/IpG0CBXi8cjrJebt2fPH)

{% hint style="info" %}
Notice: 'Username' and 'Role' fields are mandatory for filling.
{% endhint %}

To finalize user creation you need to set a password for the new user. Click on the link of the preferred user from the 'User' column to open the edit widow.&#x20;

![](/files/PL9U8K9XDKS2Zq9lgspO)

In the following window you can edit multiple settings about the user including: password, permissions, assign zones and warehouses, personal information, modules and many more.

In order to complete a quick new user setup you need to set a password and click 'Update' button.

![](/files/uZVqfAbPbNrgytJO6CJh)

{% hint style="info" %}
Notice: For more detailed information about user setup please see the following link - [User Full Guide](/v2/user-full-guide/create-new-user.md).
{% 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.p4warehouse.com/v2/quick-start-guide/create-a-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.
