> 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/tools.md).

# Tools

To help you build smooth, reliable integrations with bunq's public API, we offer a set of developer-friendly tools designed to make your life easier — from setup to testing and deployment.

💻 [**SDKs (Software Development Kits)**](broken://pages/ZOBhBQTwIMvx9EpWwDg6)\
Our SDKs give you ready-to-use libraries, code samples, and documentation to interact with the bunq API in languages like Java, Python, and PHP. They handle the heavy lifting, so you don't have to worry about low-level details—just plug in and start building. Whether you're creating web apps, backend services, or mobile integrations, the SDKs help you move faster and avoid common pitfalls.

🔧 [**Postman Collection**](https://github.com/bunq/gitbook-documentation/tree/master/getting-started/tools/postman/README.md)\
Use our official Postman collection to explore the API, test requests, and inspect responses—all in an interactive, user-friendly interface. You can easily set headers, manage authentication, and automate tests. It's a great way to understand how the API behaves before diving into code.

📱 [**Android Emulator**](https://github.com/bunq/gitbook-documentation/tree/master/getting-started/tools/android-emulator/README.md)\
Want to see how the end user interacts with the bunq API without needing a physical device? The Android Emulator lets you test on different screen sizes, OS versions, and configurations. It's ideal for making sure your integration works smoothly across various user scenarios.

🤖 [**MCP**](https://github.com/bunq/gitbook-documentation/tree/master/getting-started/tools/mcp/README.md)\
Query the bunq API documentation directly from your AI assistant or MCP-compatible development tool. Connect to our MCP server at `https://doc.bunq.com/~gitbook/mcp` and get answers grounded in our official docs — without leaving your environment.

Together, these tools give you everything you need to develop, test, and maintain powerful applications on top of the bunq ecosystem—no stress, no guesswork. :rocket:


---

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