# Cost

In your **‘Inventory’**, simply select the ingredient to wish to add, enter the ‘amount’ with a selected unit, and enter the price. When building a recipe from inventory items that have price, the recipe builder will show the ‘Cost’ as you add and remove ingredients.

If you know the unit price, e.g price for one pound, enter it under ‘Unit Price’&#x20;

If you know the total price paid for the amount you purchased, enter the ‘Amount’ you purchased and the total price paid under ‘Total Price’, and click the ‘Convert’ button to fill in the ‘Unit Price’ (calculated from total price and total amount).

![](/files/-M5CzFEy0TCmkoBrfhFK)

**'Shopping List'**

In 'Recipe View' or the 'Recipe Editor', use the drop down at the top of the page titled 'Recipe Tools', and click on 'Add to Shopping List'.  The prices for each ingredient in the recipe are applied to the shopping list items.  If you chose to convert the 'Shopping List' to 'Inventory' the prices are automatically added to the selected 'Inventory'.


---

# 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.brewersfriend.com/inventory-and-shopping/cost.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.
