# Adjusting the quantity of stock items

Correction of the quantity of items in the stock, at the moment, is carried out in two ways:&#x20;

1. Adding expenses.&#x20;
2. Quantity adjustment manually from the stock page.&#x20;

### Manual adjustment of the quantity of items in stock&#x20;

To manually correct the quantity of items in stock, go to the Stock page and click the Quantity Adjustment button located in the "In Stock" column in the row of the required item:

<figure><img src="/files/8kvAmDZN434kWVv1Lge0" alt=""><figcaption></figcaption></figure>

Then a pop-up window will appear:

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

On the image:&#x20;

1. The name and category of the item being modified.&#x20;
2. Operation type (button): add or write off.  To change the type of operation, just click on this button.&#x20;
3. Input field for the number of units of item to be added or discarded.&#x20;
4. The field for entering a comment to the operation.&#x20;
5. The number of units of item that were in stock before the operation.&#x20;
6. The number of units of item that will be in stock after this operation.&#x20;
7. Cancel button.&#x20;
8. Operation confirmation button.


---

# 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/adjusting-the-quantity-of-stock-items.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.
