> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/vendors.md).

# Vendors

- [Vendors](https://manual.unosofbooks.com/vendors/vendors.md): This module manages the flower buying process within Unosof.
- [Manage Vendors](https://manual.unosofbooks.com/vendors/vendors-1.md): This module manages the adding and editing of Vendors within UNOSOF. A vendor is a product supplier.
- [Requisition of Material](https://manual.unosofbooks.com/vendors/requisition-of-material.md): This module manages the creation of a product request or a purchase quote for a vendor.
- [Search Purchase Requests](https://manual.unosofbooks.com/vendors/requisition-of-material/search-purchase-requests.md): This module manages the created purchase requests.
- [Vendor Purchase Orders](https://manual.unosofbooks.com/vendors/vendor-purchase-orders.md): This module manages the creation and sending of Vendor Purchase Orders and other management tools to the process
- [Search Vendor Orders](https://manual.unosofbooks.com/vendors/vendor-purchase-orders/search-vendor-orders.md): On this module, search and manage Vendor Orders.
- [Order Receiving](https://manual.unosofbooks.com/vendors/order-receiving.md): On this module, receive the purchased boxes from your provider at the farm
- [View Order Receiving](https://manual.unosofbooks.com/vendors/order-receiving/view-order-receiving.md): This module reports and manages the reception of a vendor purchase order.
- [Consignment](https://manual.unosofbooks.com/vendors/consignment.md): Consignment is the process where boxes are purchased from another farm against a yet to be determined rate. The rate is calculated based on the final sale to the end customer.
- [Consignment Cases](https://manual.unosofbooks.com/vendors/consignment/cases.md): This page documents specific cases which can occur in the consignment process and how to fix them.


---

# 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://manual.unosofbooks.com/vendors.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.
