# Testing

During the development process of your integration, it is important to test it properly. As explained briefly in our authentication guide, you can access the Moneroo API sandbox mode using the sandbox API keys.

***

### Testing the Moneroo API

Any payments or other resources you create in sandbox mode are completely isolated from your real data. To switch from sandbox mode to real mode, you just need to change your API key.

{% hint style="info" %}
Sandbox transactions are automatically deleted after **90 days**.
{% endhint %}

### Test mode payment screen

When making a payment in sandbox mode, a red badge appears at the bottom of the page to signify that you're in sandbox mode.&#x20;

It looks like this:

<figure><img src="/files/p8VNpAc2fu4nVWkGCr4d" alt=""><figcaption><p>Moneroo.io Sandbox mode</p></figcaption></figure>


---

# 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://docs.moneroo.io/introduction/testing.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.
