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

# Introduction

**Welcome to the Volboo API Integration Guide.**\
This document provides developers with a comprehensive overview of how to integrate Volboo’s API services into their applications, enabling seamless payment collection and efficient disbursement.

### Overview

The Volboo API delivers a comprehensive suite of tools to help simplify and automate financial workflows within your application.

#### Virtual Accounts

**Description:**\
Allows you to create and control virtual accounts for flexible fund management. These accounts can be used to accept payments, maintain separate sub-accounts for users, or allocate funds to specific use cases or projects.

#### Webhook Notifications

**Description:**\
Provides instant event alerts for key activities such as payment receipts, transaction status changes, and other important system events. Webhooks enable your application to handle updates in real time and stay fully synchronized with Volboo services.


---

# 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:

```
GET https://volboo.gitbook.io/volboo-docs/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.
