# How to Add a Product

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

### **Steps:**

1. **Click on "Inventory" from the side menu and click on "Products". This will take you to the Products page.**
2. **Click on the "Add Product"  button from the top right corner. This will take you to the Add Product form.**
3. **Fill out the form:**
   * **Product Name:** Enter your product name.
   * **Description:** Provide a brief description of the product.
   * **Cost Price:** Enter the cost price of the product.
   * **Selling Price:** Enter the selling price of the product.
   * **Quantity:** Enter the quantity of products you have in stock.
   * **Restock Level:** Enter the quantity threshold at which you want to be notified for restocking.

{% hint style="info" %}
**Hint:** \
If your storefront is activated, all products in your inventory with "**Show on Storefront**" set to "**Yes**" (default is Yes) will be visible on your online store.
{% 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.keepup.store/docs/tutorials/inventory/how-to-add-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.
