> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/classes/administrative-functions/manage-inventory/confirmation-of-receipt.md).

# Confirmation of receipt

When items are delivered, the last step is often the least visible one: making sure they actually reached the right person. Requesting a confirmation of receipt closes that gap.

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

Instead of assuming a product or service has arrived, the assigned employee confirms the receipt themselves. This creates a clear handover and avoids uncertainty around deliveries, missing items, or unclear responsibility.

From an admin perspective, this is not about control, but about clarity.

Once a confirmation is requested, the employee sees it directly in their self service dashboard. Pending confirmations are clearly visible, so it is easy to keep track of what still needs to be acknowledged. As soon as the employee confirms the receipt, the status is updated in the system.

This works especially well in larger or distributed teams where hardware and services are delivered to different locations. It helps document successful deliveries, reduces follow up questions, and keeps inventory information reliable without adding extra manual steps.

Requesting a confirmation of receipt fits naturally into inventory and asset management. It adds a simple, final check after delivery and makes sure that items are not only shipped, but actually received and ready to be used.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://hub.equipme.io/classes/administrative-functions/manage-inventory/confirmation-of-receipt.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.
