> For the complete documentation index, see [llms.txt](https://api-docs.urbanpiper.com/downstream/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.urbanpiper.com/downstream/getting-started/environments/sandbox.md).

# Sandbox

The Sandbox is a package that would consist of everything you would need to start the integration, build it, test it and complete the same. You would be receiving the details related to sandbox over an email. This would contain the credentials to access Atlas, the auth details (more on this later) and the sample postman collection.

*Atlas* is our CRM tool which is used to manage the menu, fetch various transactional reports, and various other aspects to manage the business. Using this CRM tool, you can also mock the test orders with the populated menu. To know more about Atlas you may visit [here](/downstream/resources/atlas.md).

The sandbox is provided to help you test all scenarios pertaining to the integration. We encourage you to make the most of it and document your test cases after executing the same on it. If you haven't yet received the Sandbox, please feel to write back at `pos.support@urbanpiper.com`.

We have provided some details here as well for easy reference related to the staging environment and the sandbox:

|     Particular     |                            Link                            |
| :----------------: | :--------------------------------------------------------: |
|  Staging Host URL  |              <https://pos-int.urbanpiper.com>              |
|    Atlas Portal    |           <https://atlas-pos-int.urbanpiper.com/>          |
| Postman Collection | <https://www.postman.com/collections/cdd91f2652a10f4d0f39> |


---

# 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://api-docs.urbanpiper.com/downstream/getting-started/environments/sandbox.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.
