> 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.md).

# Ordering Channels

- [Zomato](https://help.urbanpiper.com/ordering-channels/zomato.md): Manage your entire Zomato business from UrbanPiper — menu, orders, discounts, and store availability in one place. Start here to find setup guides, day-to-day operations, and troubleshooting for your
- [Integration Overview](https://help.urbanpiper.com/ordering-channels/zomato/integration-overview.md)
- [Integrate Your Zomato Account with UrbanPiper](https://help.urbanpiper.com/ordering-channels/zomato/integrate-your-zomato-account-with-urbanpiper.md)
- [Manage & Publish Your Menu](https://help.urbanpiper.com/ordering-channels/zomato/manage-and-publish-your-menu.md)
- [Manage Your Orders](https://help.urbanpiper.com/ordering-channels/zomato/manage-your-orders.md)
- [Category Schedules](https://help.urbanpiper.com/ordering-channels/zomato/category-schedules.md)
- [Manage Store Hours](https://help.urbanpiper.com/ordering-channels/zomato/manage-store-hours.md)
- [Common Store Availability Issue for Zomato](https://help.urbanpiper.com/ordering-channels/zomato/manage-store-hours/common-store-availability-issue-for-zomato.md)
- [Swiggy](https://help.urbanpiper.com/ordering-channels/swiggy.md): Manage your entire Swiggy business from UrbanPiper — menu, orders, and store availability in one place. Start here for setup guides, menu and order management, quality-check fixes, and more.
- [Integration Overview](https://help.urbanpiper.com/ordering-channels/swiggy/integration-overview.md)
- [Integrate Your Swiggy Account with UrbanPiper](https://help.urbanpiper.com/ordering-channels/swiggy/integrate-your-swiggy-account-with-urbanpiper.md)
- [Manage & Publish Your Menu](https://help.urbanpiper.com/ordering-channels/swiggy/manage-and-publish-your-menu.md)
- [Swiggy quality check](https://help.urbanpiper.com/ordering-channels/swiggy/manage-and-publish-your-menu/swiggy-quality-check.md)
- [Manage Your Orders](https://help.urbanpiper.com/ordering-channels/swiggy/manage-your-orders.md)
- [Swiggy's Order Return Feature](https://help.urbanpiper.com/ordering-channels/swiggy/manage-your-orders/swiggys-order-return-feature.md)
- [Category Schedules](https://help.urbanpiper.com/ordering-channels/swiggy/category-schedules.md)
- [Uber Eats](https://help.urbanpiper.com/ordering-channels/uber-eats.md): Manage your entire Uber Eats business from UrbanPiper — menu, timings, promotions, and prep times in one place. Start here for setup, menu management, and day-to-day operations.
- [Getting started](https://help.urbanpiper.com/ordering-channels/uber-eats/getting-started.md)
- [Update and publish your menu](https://help.urbanpiper.com/ordering-channels/uber-eats/update-and-publish-your-menu.md)
- [Update menu timings](https://help.urbanpiper.com/ordering-channels/uber-eats/update-menu-timings.md)
- [Manage order prep time](https://help.urbanpiper.com/ordering-channels/uber-eats/manage-order-prep-time.md)
- [Keeta](https://help.urbanpiper.com/ordering-channels/keeta.md): Manage your entire Keeta business from UrbanPiper — menu, item and modifier availability, orders, discounts, and store hours in one place. Start here for setup, menu, and day-to-day operations.
- [Integration Overview](https://help.urbanpiper.com/ordering-channels/keeta/integration-overview.md)
- [Integrate Your Keeta Account with UrbanPiper](https://help.urbanpiper.com/ordering-channels/keeta/integrate-your-keeta-account-with-urbanpiper.md)
- [Manage Your Menu](https://help.urbanpiper.com/ordering-channels/keeta/manage-your-menu.md)
- [Manage Item Availability](https://help.urbanpiper.com/ordering-channels/keeta/manage-item-availability.md)
- [Manage Modifier Availability](https://help.urbanpiper.com/ordering-channels/keeta/manage-modifier-availability.md)
- [Manage Your Orders](https://help.urbanpiper.com/ordering-channels/keeta/manage-your-orders.md)
- [Running Discounts on Keeta](https://help.urbanpiper.com/ordering-channels/keeta/running-discounts-on-keeta.md)
- [Manage Store Hours](https://help.urbanpiper.com/ordering-channels/keeta/manage-store-hours.md)


---

# 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.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.
