> For the complete documentation index, see [llms.txt](https://help.urbanpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.urbanpiper.com/readme.md).

# The UrbanPiper Ecosystem

Here you will find all the necessary resources to familiarise yourself with the necessary tools that will come in handy while managing your restaurant's online and offline operations.

Take your time to go through the articles, or feel free to jump right to a topic. To make it easy for you to discover the specific topic that you're looking for, you can use the **search** (**`cmd+k`** on your Mac, or **`ctrl+k`** on windows) functionality.

### Jump right in

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>The common terms</td><td><a href="/files/pxKGGBJB2gljEQOVZSR8">/files/pxKGGBJB2gljEQOVZSR8</a></td><td></td><td><a href="/pages/7aUFmnCMx9m4smGncsXL">/pages/7aUFmnCMx9m4smGncsXL</a></td><td></td></tr><tr><td><strong>Atlas — management console</strong></td><td>For managing your back-of-house operations</td><td><a href="/files/7IwZALBYCWPfCkXgPQPW">/files/7IwZALBYCWPfCkXgPQPW</a></td><td></td><td><a href="/pages/Gw4GzplOYUMiaIgg3QXI">/pages/Gw4GzplOYUMiaIgg3QXI</a></td><td></td></tr><tr><td><strong>Store Manager (Prime)</strong></td><td>For managing your front-of-house operations</td><td><a href="/files/yOKTPLfU5WqqDEqtLVWC">/files/yOKTPLfU5WqqDEqtLVWC</a></td><td></td><td><a href="/pages/D0BMZQ5WdBI3OHNPL6MS">/pages/D0BMZQ5WdBI3OHNPL6MS</a></td><td></td></tr><tr><td><strong>POS Integrations</strong></td><td>Enable your POS to work seamlessly</td><td><a href="/files/RdrAOeY7AQVns3uQSuWG">/files/RdrAOeY7AQVns3uQSuWG</a></td><td></td><td><a href="/pages/viJdyLpv3LNhcTgRxuto">/pages/viJdyLpv3LNhcTgRxuto</a></td><td></td></tr><tr><td><strong>Ordering Channels</strong></td><td>Manage your Ordering channels directly through UrbanPiper, synced seamlessly to your POS.</td><td><a href="/files/Q79roLOBJshTpT5fMSpz">/files/Q79roLOBJshTpT5fMSpz</a></td><td></td><td><a href="/pages/xh6UZtc95GHlOyWaZSpf">/pages/xh6UZtc95GHlOyWaZSpf</a></td><td></td></tr><tr><td><strong>Data &#x26; Reports</strong></td><td>Comprehensive guides and tutorials on how to access, understand, and utilize data and reports effectively.</td><td><a href="/files/rdqahSvo3YfoVbT3t8zS">/files/rdqahSvo3YfoVbT3t8zS</a></td><td></td><td><a href="/pages/goNeXnl4boQOmbGxeL0p">/pages/goNeXnl4boQOmbGxeL0p</a></td><td></td></tr></tbody></table>


---

# 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://help.urbanpiper.com/readme.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.
