# Virtual Accounts

The Bell BASS Virtual Account API offers a powerful and flexible way to manage financial transactions through virtual accounts. Virtual accounts are unique identifiers linked to a primary account that can be used to receive payments, manage funds, or organize financial activities. This guide provides developers with an overview of the virtual account functionality, ensuring a smooth integration process.

### Key Features

1. **Create Virtual Account:** Generate new virtual accounts for various purposes such as receiving payments or managing project-specific funds.
2. **List Virtual Accounts:** Retrieve a list of all virtual accounts associated with the primary account.
3. **Virtual Account Transactions:** Access transaction history and details for individual virtual accounts.


---

# 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/virtual-accounts.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.
