> For the complete documentation index, see [llms.txt](https://docs.vendorfuel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vendorfuel.com/admin/catalog/products/add-new-product.md).

# Add New Product

To add a new product from the Catalog page,

1. Select **Add New Product**.
2. Enter the **Name**.
3. Enter the **SKU**.
4. Select the **Save Changes** button to save the product.

{% hint style="info" %}
A new product must be saved prior to adding a price.
{% endhint %}

### Adding prices to products

To add a price to a product from the Products list page,

1. Select the product to edit it.
2. In the *Prices* tab, select the button **Add Price**. A dialog will appear displaying the available price sheets.
3. Select the pricesheet you want to add a price for. Selecting a pricesheet should close the dialog.
4. Enter a price for the pricesheet.
5. Select the **Save Changes** button.


---

# 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.vendorfuel.com/admin/catalog/products/add-new-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.
