> For the complete documentation index, see [llms.txt](https://docs.p4.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p4.software/p4warehouse-english/getting-started/create-a-product.md).

# Create a Product

{% hint style="danger" %}
Critical- If you plan to use multi-company or [3PL Clients](/p4warehouse-english/3rd-party-logistics/clients.md) these must be setup first.
{% endhint %}

{% hint style="danger" %}
There is more detailed Product Setup information [here](/p4warehouse-english/setup/products.md). Below is to setup a simple unit product with no attributes assigned to the product.
{% endhint %}

To create a basic unit product open Setup > Products

![P4 Warehouse Product List](/files/-MdvP7entM4BTzoI8nLV)

In the product list screen, you can select the box(s) in the left column then click print. This will print product labels for the selected products.

By clicking the link in the SKU column this will open the product edit screen.

By clicking the :new: button you can create a new product.

{% hint style="info" %}
Making extremely long SKU numbers or descriptions in not beneficial to your operation. This will lead to error and a slowdown in the work processes. Also, the data will need to fit on your barcode label, depending on the size label and text you choose this can affect your operation.
{% 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.p4.software/p4warehouse-english/getting-started/create-a-product.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.
