# Simulator

Sometimes, you may want to test production flows in a sandbox without access to live payment networks or other service integrations. To facilitate that, we have introduced OffBlocks API Simulator, which simulates certain actions, such as incoming payment authorisations and customer verifications, for you to test API integration end-to-end.

&#x20;Please, refer to [Simulator](/developer-guides/api-integration/api-reference/simulator.md)page for more details on supported operations and API reference.


---

# 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.offblocks.xyz/developer-guides/api-integration/simulator.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.
