# Environments

Our API offers two environments:

| Staging                         | Production              |
| ------------------------------- | ----------------------- |
| <https://api.staging.walleo.io> | <https://api.walleo.io> |

Most of the time, you will use our staging environment to perform your tests. The data present in the staging environment is for testing purposes only, all of it is fake. Rest assured, you cannot affect production through this environment, and all notions of money and prepaid accounts are fake.

Some features may only be available in staging while we test them on our side. Therefore, the staging environment may be affected by bugs introduced by these new features; please do not take them into account.

Finally, some store data may not be fully populated, and some card pulling APIs may not work in staging. Please disregard this, as it is due to the nature of the environment; everything should works fine in production.


---

# 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.walleo.io/environments.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.
