# Sandbox Users and Sandbox Money

For you to start building on top of the bunq API you need a sandbox user and sandbox money. Both are easy to obtain&#x20;

## Sandbox user

Make a call to the[Sandbox Users](/sandbox-users.md) endpoint to get a sandbox [User](/basics/bunq-api-objects/user.md)  returned. This user will also contain a API key.&#x20;

## Sandbox Money

You can get sandbox money by making a [Request Inquiry](/request/request-inquiry.md)to <sugardaddy@bunq.com>. He will grant you money to your sandbox user for amounts up to €500.&#x20;

## Full tutorial setting up your user

If you want a bit more context on setting up your user then please refer to our [Your first payment](/tutorials/your-first-payment.md) where we have a entire chapter on [Setting up a sandbox user](/tutorials/your-first-payment/setting-up-a-sandbox-user.md) including getting the account funded, but also on how to get a copy of the bunq sandbox app.&#x20;


---

# 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://doc.bunq.com/sandbox-users-and-sandbox-money.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.
