# Introduction

### Overview

The Bell BASS API offers a wide range of functionalities to streamline financial operations:

1. **Bank Transfer:**
   * **Description:** Enables secure and efficient transfer of funds between bank accounts. This service includes endpoints for retrieving a list of supported banks, performing name enquiries to verify account details, and initiating bank transfers.
2. **Virtual Account:**
   * **Description:** Provides functionality to manage virtual accounts. Virtual accounts can be used for various purposes such as receiving payments, managing sub-accounts for different users, or organizing funds for specific projects.
3. **Utility Bill Payment:**
   * **Description:** Allows users to pay utility bills directly through the API. This includes managing biller lists, fetching bill details, and processing bill payments.
4. **Webhook Notifications:**
   * **Description:** Facilitates real-time notifications for various events such as transaction status updates, new payments received, and other significant activities. Webhooks ensure that your application can react immediately to important changes.


---

# 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/introduction.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.
