> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/products/pbms/previous-generation/functionality/disbursement-cycles/in-kind-transfer.md).

# In-Kind Transfer

OpenG2P supports the in-kind distribution of food and nonfood items, such as shelter materials, hygiene kits, and cooking items. The platform utilizes its ERP (Enterprise Resource Planning) backend to facilitate the entire distribution process, covering everything from planning to execution. It has the ability to handle end-to-end distribution process . It can also integrate with other ERP systems if needed, allowing for seamless data exchange and cooperation between systems.

## **Features**

1. **End-to-End Distribution Process:** OpenG2P can handle the entire distribution process, including beneficiary registration, inventory management, and distribution planning.
2. **ERP Integration:** The platform can integrate with other ERP systems, enabling seamless data exchange and cooperation between systems. This integration allows for a more efficient distribution process and ensures accurate tracking of inventory and beneficiaries.
3. **Planning and Execution:** OpenG2P provides tools for planning distribution activities, such as determining the quantity and type of items to be distributed to each beneficiary. The platform also supports the execution of distribution activities, including the recording of items distributed and the tracking of beneficiaries.
4. **Inventory Management:** OpenG2P includes features for managing inventory, such as tracking stock levels, monitoring expiration dates, and managing replenishment orders. This ensures that distribution centers have an adequate supply of items for distribution.

## Related user guides

:notebook\_with\_decorative\_cover:[Create a Product in Inventory](/products/pbms/previous-generation/functionality/disbursement-cycles/in-kind-transfer/user-guides/create-a-product-in-inventory.md)

:notebook\_with\_decorative\_cover:[Configure In-Kind Entitlement Manager](/products/pbms/previous-generation/functionality/disbursement-cycles/in-kind-transfer/user-guides/configure-in-kind-entitlement-manager.md)

:notebook\_with\_decorative\_cover:[Create and Approve Program Cycle](/products/pbms/previous-generation/functionality/disbursement-cycles/in-kind-transfer/user-guides/create-and-approve-disbursement-cycle.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/products/pbms/previous-generation/functionality/disbursement-cycles/in-kind-transfer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
