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

# Collection

- [Digital Signatures](https://docs.fuspay.finance/collection/digital-signatures.md): This page describes how to sign your orders
- [Collection (MOMO)](https://docs.fuspay.finance/collection/collection-momo.md): Collection with payment pages is for Mobile Money dominated countries (GHS, KHS). This is the Async method of creating collection order it is designed to provide speedy responses.
- [Collection (Virtual Account-NGN )\*\*](https://docs.fuspay.finance/collection/collection-virtual-account-ngn.md)
- [Fetch Order](https://docs.fuspay.finance/collection/fetch-order.md): This endpoint is used to check the status of a collection order
- [Assigning Virtual Accounts](https://docs.fuspay.finance/collection/assigning-virtual-accounts.md): These endpoints are used to create, fetch and cancel orders.
- [Get Available Assignable Virtual Account](https://docs.fuspay.finance/collection/assigning-virtual-accounts/get-available-assignable-virtual-account.md): This endpoint is used to fetch free/available virtual accounts from your account pool.
- [Check if specific account is available for use](https://docs.fuspay.finance/collection/assigning-virtual-accounts/check-if-specific-account-is-available-for-use.md): This endpoint is used to check if a specific account is available for use
- [Create Order- using Available Virtual Account from your Account Pool](https://docs.fuspay.finance/collection/assigning-virtual-accounts/create-order-using-available-virtual-account-from-your-account-pool.md): This endpoint is used to create an order on Intrapay.
- [Cancel Order](https://docs.fuspay.finance/collection/cancel-order.md): This endpoint is used to cancel an order.
- [Get Mobile Money Providers](https://docs.fuspay.finance/collection/get-mobile-money-providers.md): This is to get mobile money providers of each country


---

# 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.fuspay.finance/collection.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.
