# Manual Package Consumption

The **Package Consumption** screen allows users to manually enter consumption details for a package, ensuring accurate tracking and management of consumed quantities. This functionality is essential for updating and managing the consumption of products or services associated with a package. The process involves entering the consumed quantity, selecting the date of consumption, and adding any necessary remarks.

***

### Steps to Perform Manual Package Consumption

* Open the **Package Consumption** screen by navigating to **Home > Packages > Package Consumption**.
* Use the **search field** to locate the patient by **Patient PIN**, **Name**, **EID**, or **Mobile Number**.
* From the **Select Package** drop-down list, choose the relevant package to view its details.
* In the table below, enter the quantity in the **Consume Qty** field.
* Select the consumption date using the date picker.
* If needed, enter any additional remarks in the **Remarks** field.
* Click **SAVE** to update the consumption details.

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

{% hint style="info" %}
Depending on the configuration, the package price details will either be shown or hidden.
{% endhint %}

***


---

# 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://unitecare.gitbook.io/uniteemr/application-modules/packages/package-consumption/manual-package-consumption.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.
