# Reconcile Stock

## Overview

This enables a user to verify whether the physical count and calculated stock values are the same or not.&#x20;

## Steps

* Click on the Stock Reconciliation card on the home screen.
* Input the Warehouse and select the product from the dropdown. The following details are available:
  * Date of Reconciliation
  * Received Stock&#x20;
  * Issued Stock
  * Returned Stock
  * Damaged Stock
  * Stock Lost
  * Stock on Hand- The stock on hand is calculated as incoming stock minus outgoing stock. There is a hint icon for how the stock on hand is calculated. The received and returned stocks will be considered incoming stocks. The issued, damaged, and lost stocks will be considered outgoing stocks.

{% hint style="info" %}
The date of reconciliation is system-generated and non-editable. Other values are calculated based on the data recorded in stock receipts, stock issued, and the stock returned screens. In the manual stock count, the user needs to enter the value for manually counted inventory. If the stock on hand does not match the physical count, then the latter must take precedence, provided the user has submitted the form with a proper reason. In the comments field, the user can add remarks and comments.
{% endhint %}

<div align="left"><figure><img src="/files/kzbCAvadYdEiEGPh111s" alt="" width="180"><figcaption></figcaption></figure></div>


---

# 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.digit.org/health/access/public-health-product-suite/health-campaign-management-hcm/inventory-management/reconcile-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.
