# Add product to inventory

To enable a new product to get the inventory details:&#x20;

* Go to Master --> Product&#x20;
* Click on add new product.&#x20;
* Choose Goods as the type of product.&#x20;
* Enter Product Name, Product Code and other details.&#x20;
* Tick the box beside Purchase Information&#x20;
* Enter Purchase Price and choose the Account.&#x20;
* Enable inventory by ticking the box beside Inventory.&#x20;
* Click on Create. &#x20;

To enable an existing product to get the inventory details:&#x20;

* Go to Master --> Product&#x20;
* Choose the product you want to enable inventory from the list.&#x20;
* Make sure the type of product is goods. (Only goods can be added to inventory) &#x20;
* Tick the box beside Purchase Information&#x20;
* Enter Purchase Price and choose the Account.&#x20;
* Enable inventory by ticking the box beside Inventory.&#x20;
* Click on Update.&#x20;


---

# 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.simpleaccounts.io/product-guides/inventory/add-product-to-inventory.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.
