> For the complete documentation index, see [llms.txt](https://doc.bunq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.bunq.com/getting-started/readme.md).

# Welcome to the bunq API documentation

{% hint style="danger" %}
By integrating with bunq's Public API, you agree to comply with bunq’s [**Terms & Conditions**](https://static.bunq.com/framer/documents/Terms-Conditions-API-EN-20200805.pdf) and all applicable usage policies. Please **review them carefully** before getting started.
{% endhint %}

Hi there! Thanks for stopping by. The bunq API is a powerful way to automate your banking and build custom experiences around your finances—with over 300 available operations to play with.

We get it—because it’s so flexible, the API can feel a bit overwhelming at first. That’s why this guide is here: to help you understand how bunq works behind the scenes, so you can quickly find the right endpoints and build your integration with confidence.

Let’s start by exploring the key building blocks of the bunq API and how they relate to each other.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Tools</strong></td><td>These are the main tools we offer to help you get started right away!</td><td><a href="/files/U0jzhcX3zPWKuMSmiR5I">/files/U0jzhcX3zPWKuMSmiR5I</a></td><td></td><td><a href="/pages/y6OIKVBZhTcWPsB2FTsS">/pages/y6OIKVBZhTcWPsB2FTsS</a></td></tr><tr><td><strong>Basics</strong></td><td>Everything you need to start your integration</td><td><a href="/files/vkg6fjuNGkVQxGCPCo9v">/files/vkg6fjuNGkVQxGCPCo9v</a></td><td></td><td><a href="/pages/cz8JK0p5smEX4RiQu9YT">/pages/cz8JK0p5smEX4RiQu9YT</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Want a step-by-step of our implementations? Check it here!</td><td><a href="/files/9HjzLuugMvSnxeEfCQXw">/files/9HjzLuugMvSnxeEfCQXw</a></td><td></td><td><a href="/pages/MeUxFi3dli4GFhxZLhzr">/pages/MeUxFi3dli4GFhxZLhzr</a></td></tr><tr><td><strong>Third Party Providers</strong></td><td>Are you an Open Banking PSD2 certified partner trying to connect to bunq? Check how to do it here!</td><td><a href="/files/VI0izbEYUxzGiZ0ot0mt">/files/VI0izbEYUxzGiZ0ot0mt</a></td><td></td><td><a href="/pages/qCjntXVg32gpT3POgdl3">/pages/qCjntXVg32gpT3POgdl3</a></td></tr><tr><td><strong>Need help?</strong></td><td>Check our FAQ and our support channels here!</td><td><a href="/files/LR9P2EWnacxrBtwoORUG">/files/LR9P2EWnacxrBtwoORUG</a></td><td></td><td><a href="/pages/pjUhf617WIJ9mhIYR3fr">/pages/pjUhf617WIJ9mhIYR3fr</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.bunq.com/getting-started/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
