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