# REFERENCES

- [Virtual Accounts](https://docs.bellmfb.com/references/virtual-accounts.md)
- [Create Client (Individual)](https://docs.bellmfb.com/references/virtual-accounts/create-client-individual.md)
- [Create Client (Corporate)](https://docs.bellmfb.com/references/virtual-accounts/create-client-corporate.md)
- [Get Client Accounts](https://docs.bellmfb.com/references/virtual-accounts/get-client-accounts.md)
- [Name Enquiry (Internal)](https://docs.bellmfb.com/references/virtual-accounts/name-enquiry-internal.md)
- [Get Account Info](https://docs.bellmfb.com/references/virtual-accounts/get-account-info.md)
- [Bank Transfer](https://docs.bellmfb.com/references/bank-transfer.md)
- [Bank List](https://docs.bellmfb.com/references/bank-transfer/bank-list.md): Retrieve a list of all supported banks to ensure valid bank codes are used in transactions
- [Name Enquiry](https://docs.bellmfb.com/references/bank-transfer/name-enquiry.md): Verify the account holder's name associated with a specific bank and account number
- [Transfer](https://docs.bellmfb.com/references/bank-transfer/transfer.md): Initiate a secure transfer of funds between bank accounts.
- [Requery Transfer](https://docs.bellmfb.com/references/bank-transfer/requery-transfer.md): Initiate a transfer query to get the status of the transfer. This can be done by getting transfer status using transactionId, or by getting the transaction status using reference
- [Transactions](https://docs.bellmfb.com/references/transactions.md)
- [All Transactions](https://docs.bellmfb.com/references/transactions/all-transactions.md): Retrieve a list of transactions
- [Transaction by Reference](https://docs.bellmfb.com/references/transactions/transaction-by-reference.md): Verify the account holder's name associated with a specific bank and account number
- [Utility Bill](https://docs.bellmfb.com/references/utility-bill.md)
- [Airtime & Data](https://docs.bellmfb.com/references/utility-bill/airtime-and-data.md)
- [Telecoms](https://docs.bellmfb.com/references/utility-bill/airtime-and-data/telecoms.md)
- [Buy Airtime](https://docs.bellmfb.com/references/utility-bill/airtime-and-data/buy-airtime.md)
- [Data Bundles](https://docs.bellmfb.com/references/utility-bill/airtime-and-data/data-bundles.md)
- [Buy Data](https://docs.bellmfb.com/references/utility-bill/airtime-and-data/buy-data.md)
- [Cable TV](https://docs.bellmfb.com/references/utility-bill/cable-tv.md)
- [TV List](https://docs.bellmfb.com/references/utility-bill/cable-tv/tv-list.md)
- [Packages](https://docs.bellmfb.com/references/utility-bill/cable-tv/packages.md)
- [Decoder Info](https://docs.bellmfb.com/references/utility-bill/cable-tv/decoder-info.md)
- [TV Subscribe](https://docs.bellmfb.com/references/utility-bill/cable-tv/tv-subscribe.md)
- [Electricity](https://docs.bellmfb.com/references/utility-bill/electricity.md)
- [Electricity List](https://docs.bellmfb.com/references/utility-bill/electricity/electricity-list.md)
- [Meter Info](https://docs.bellmfb.com/references/utility-bill/electricity/meter-info.md)
- [Buy Electricity](https://docs.bellmfb.com/references/utility-bill/electricity/buy-electricity.md)
- [Education](https://docs.bellmfb.com/references/utility-bill/education.md)
- [Education List](https://docs.bellmfb.com/references/utility-bill/education/education-list.md)
- [Jamb Verify](https://docs.bellmfb.com/references/utility-bill/education/jamb-verify.md)
- [Education Info](https://docs.bellmfb.com/references/utility-bill/education/education-info.md)
- [Pay Education](https://docs.bellmfb.com/references/utility-bill/education/pay-education.md)


---

# 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.bellmfb.com/references.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.
