# Create a Warehouse

**Warehouse** is a facility for storing goods. It is usually a large building in industrial parks on the outskirts of cities and towns, however warehouses can differ in size and locations according to the nature of the business.

Principal warehouse activities include receipt of product, storage, shipment, order picking, and sometimes production.

## Creating New Warehouse

{% hint style="info" %}
**Reminder:** if P4Warehouse is integrated to an ERP then the warehouse codes need to match the ERP. Consult with your P4 Warehouse Partner prior to setting up the warehouses.
{% endhint %}

Navigate to Setup > Warehouse > Warehouses

<figure><img src="/files/j2gCaPWBfUMs1KEOTso9" alt=""><figcaption></figcaption></figure>

From the Warehouses tab you can see all your existing warehouses and create new ones. To create a new warehouse press 'New' blue button in the top right corner.

<figure><img src="/files/xdW2vsnlCkz6u9JY9CBQ" alt=""><figcaption></figcaption></figure>

Fill out the warehouse 'Code', 'Name', and 'Description' fields if applicable. Note that 'Code' field is mandatory.

<figure><img src="/files/Q01Bg2MmDYy3BgOKgUTA" alt=""><figcaption></figcaption></figure>

Press 'Submit' button to finalize your new Warehouse generation.

<figure><img src="/files/s6wKAjUGFVcLMxHa738T" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Notice:** If you don't see your newly added warehouses clear browser cache and press 'Refresh' button in the top right corner.
{% 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-warehouse.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.
