# Adding items to stock

There are two options for adding items to the stock:&#x20;

1. The item is added to the stock automatically when you enter costs for a new item.&#x20;
2. Adding item manually from the stock page.&#x20;

### Adding item manually&#x20;

To add a item, you need to go to the Stock page and click on the "Add" button located above the table on the right:

<figure><img src="/files/9sIHU8h8T70K5sO1taI3" alt=""><figcaption></figcaption></figure>

After clicking on the button, a pop-up window of the following type will appear:

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

On the image:&#x20;

1. Input field for the date the item was added
2. Input field for the name of the item.&#x20;
3. Item category entry field.&#x20;
4. A field for entering the number of item units in stock at the time of item creation.&#x20;
5. Cancel button.&#x20;
6. "Create" button. The button is available only when all fields are filled in correctly.&#x20;

To exclude the appearance of duplicates, when entering the name and category of the item, a list of already existing names is displayed.


---

# 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://maxbasev.gitbook.io/santa-maria-dashboard/en/menu/stock/adding-items-to-stock.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.
