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

# TUTORIALS

- [Your first payment](https://doc.bunq.com/tutorials/your-first-payment.md)
- [Introduction](https://doc.bunq.com/tutorials/your-first-payment/introduction.md)
- [Creating a sandbox user and getting an API key](https://doc.bunq.com/tutorials/your-first-payment/creating-a-sandbox-user-and-getting-an-api-key.md)
- [Creating the API Context](https://doc.bunq.com/tutorials/your-first-payment/creating-the-api-context.md)
- [Creating the Installation](https://doc.bunq.com/tutorials/your-first-payment/creating-the-api-context/creating-the-installation.md)
- [Device Registration](https://doc.bunq.com/tutorials/your-first-payment/creating-the-api-context/device-registration.md)
- [Start a Session](https://doc.bunq.com/tutorials/your-first-payment/creating-the-api-context/start-a-session.md)
- [Setting up a sandbox user](https://doc.bunq.com/tutorials/your-first-payment/setting-up-a-sandbox-user.md): Let's update your user so that we can use it.
- [Retrieving my user details](https://doc.bunq.com/tutorials/your-first-payment/setting-up-a-sandbox-user/retrieving-my-user-details.md)
- [Getting sandbox money on the user account](https://doc.bunq.com/tutorials/your-first-payment/setting-up-a-sandbox-user/getting-sandbox-money-on-the-user-account.md)
- [Sandbox version of the bunq app](https://doc.bunq.com/tutorials/your-first-payment/setting-up-a-sandbox-user/sandbox-version-of-the-bunq-app.md)
- [First Payments](https://doc.bunq.com/tutorials/your-first-payment/first-payments.md)
- [How to do bulk payments](https://doc.bunq.com/tutorials/how-to-do-bulk-payments.md)
- [Receiving payments on your website using bunq.me](https://doc.bunq.com/tutorials/receiving-payments-on-your-website-using-bunq.me.md)
- [How to manage your cards](https://doc.bunq.com/tutorials/how-to-manage-your-cards.md)
- [Introduction](https://doc.bunq.com/tutorials/how-to-manage-your-cards/introduction.md)
- [Ordering a card](https://doc.bunq.com/tutorials/how-to-manage-your-cards/ordering-a-card.md)
- [Setting the card Limit and changing the PIN code](https://doc.bunq.com/tutorials/how-to-manage-your-cards/setting-the-card-limit-and-changing-the-pin-code.md)
- [Access end user acount information through OAuth](https://doc.bunq.com/tutorials/access-end-user-acount-information-through-oauth.md)
- [Setting up the Oauth Client](https://doc.bunq.com/tutorials/access-end-user-acount-information-through-oauth/setting-up-the-oauth-client.md)


---

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