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

# Add products

1. Go to `Products > Add Products`
2. Provide a Product Name,\
   Brand,\
   Units,\
   Category\
   Sub-category\
   SKU: Add a unique SKU that will be used to identify the product & Print the barcode on labels. Leave it empty to auto-generate it.&#x20;
3. You can also add a Prefix for auto-generated SKU.
4. **Barcode Type**: Select a barcode type, the default/recommended is the C128 option. We recommend changing it only if the product added already has an SKU number for it.\
   Not For Selling: If a product is made not-for-selling then it will not be displayed in the POS or sales screen. This can be useful when using a manufacturing module to make the ingredients as products not-for-selling and also if you want to temporarily disable selling for some products.\
   Alert Quantity: Alert quantity is used to alert when remaining stocks reach this level or below it.
5. **Manage stock**: Enable/Disable stock management at a product level. Product stock management is not required for services like Repairing, Hair Cutting, Web Development Printing. For items with Manage Stock Unchecked (disabled), you can sell them in unlimited quantities.
6. **Business Location:** Select the business location(s) where this product can sold or purchased.
7. Select the Applicable tax for that product.

Check out the below article for adding different types of products based on your business.

{% content-ref url="/pages/hRg5uhZki3RmFmZ1Dgs4" %}
[Add product types](/erp/knowledge-base/products/add-product-types.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kbgfuzion.com/erp/knowledge-base/products/add-products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
