# Create a Product

This quick tutorial will explain how to create a basic product. In order to create a new product navigate to Setup > Products and click 'New' button in the top right corner.&#x20;

![](/files/duOSm3p8g2Y49XwDNKnW)

In the following widow fill as many fields as possible. 'SKU' (stock-keeping unit) is a mandatory field. 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.

To finalize new product creation click 'Submit' on the bottom right corner of the window.

![](/files/AZ3A8JBiXlc9U3Kj5gqW)

{% hint style="info" %}
Notice:  If you plan to use multi-company or 3PL Clients these must be setup first.
{% endhint %}

Now you should be able to see your full list of products with newly created ones.

![](/files/0VoKNPGEyRxiV7UipfEy)

To add or edit details about your product click on the desired link from the 'Sku' column as shown above.

In the following window users can find various customization option for their products.

![](/files/XtsOHNXtFqic9MHAK0Ay)

{% hint style="info" %}
Notice: For more detailed information about Product Settings see the following link - [Product Setup](/v2/products-full-guide/product-setup.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-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.
