> 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/ordering-channels/uber-eats.md).

# Uber Eats

UrbanPiper's Uber Eats integration lets you manage your entire Uber Eats business from one place — menu, orders, timings, and prep times. Orders flow from Uber Eats straight to your POS, and menu changes you make in UrbanPiper sync back to Uber Eats.

Here's what you'll find in this section.

### Getting started

* [**Getting started**](https://help.urbanpiper.com/ordering-channels/uber-eats/getting-started) — How the integration works end to end, what data is synced with each menu push, when a push is (and isn't) needed, and what order details flow from Uber Eats to UrbanPiper.

### Menu

* [**Update and publish your menu**](https://help.urbanpiper.com/ordering-channels/uber-eats/update-and-publish-your-menu) — Manage your menu centrally in UrbanPiper and publish changes to Uber Eats (ensure store opening hours are set in Atlas first).
* [**Update menu timings**](https://help.urbanpiper.com/ordering-channels/uber-eats/update-menu-timings) — Set and manage your operating hours via Schedules in Business Manager, then publish to sync with Uber Eats.

### Promotions & operations

* [**Handling Discounts and Promotions**](https://help.urbanpiper.com/ordering-channels/uber-eats/handling-discounts-and-promotions) — Promotion options to set up with your Uber Eats account manager, and how discount data is relayed to UrbanPiper and your POS (check POS compatibility with support first).
* [**Manage order prep time**](https://help.urbanpiper.com/ordering-channels/uber-eats/manage-order-prep-time) — Configure Normal and Busy prep times in Atlas and Save & Sync to Uber Eats (no menu publish needed; active mode is controlled from Prime).

### Quick reference

* **New here?** Read **Getting started** to understand the order and menu flow.
* **Managing your menu?** Use **Update and publish your menu** and **Update menu timings**.
* **Running offers or tuning operations?** See **Handling Discounts and Promotions** and **Manage order prep time**.


---

# 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/ordering-channels/uber-eats.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.
