# Overview

This section documents the platform-specific constraints and behaviours for each food aggregator supported by UrbanPiper. Refer to the individual aggregator pages below for details on menu configuration, order flow, toggling, and other integration specifics.

## Generic Constraints

The [Generic](/downstream/aggregator-constraints/generic.md) page lists constraints that apply universally across most aggregators. Review these first before consulting the aggregator-specific pages.

## Supported Aggregators

* [Amazon](/downstream/aggregator-constraints/amazon.md)
* [Careem](/downstream/aggregator-constraints/careem.md)
* [Chatfood](/downstream/aggregator-constraints/chatfood.md)
* [Deliveroo](/downstream/aggregator-constraints/deliveroo.md)
* [DoorDash](/downstream/aggregator-constraints/doordash.md)
* [Dotpe](/downstream/aggregator-constraints/dotpe.md)
* [Dunzo](/downstream/aggregator-constraints/dunzo.md)
* [Eateasy](/downstream/aggregator-constraints/eateasy.md)
* [Eazydiner](/downstream/aggregator-constraints/eazydiner.md)
* [Gupshup](/downstream/aggregator-constraints/gupshup.md)
* [HungerStation](/downstream/aggregator-constraints/hungerstation.md)
* [Inresto](/downstream/aggregator-constraints/inresto.md)
* [Jahez](/downstream/aggregator-constraints/jahez.md)
* [JustEat](/downstream/aggregator-constraints/justeat.md)
* [Magicpin](/downstream/aggregator-constraints/magicpin.md)
* [Mrsool](/downstream/aggregator-constraints/mrsool.md)
* [Noonfood](/downstream/aggregator-constraints/noonfood.md)
* [Radyes](/downstream/aggregator-constraints/radyes.md)
* [Swiggy](/downstream/aggregator-constraints/swiggy.md)
* [Talabat](/downstream/aggregator-constraints/talabat.md)
* [UberEats](/downstream/aggregator-constraints/ubereats.md)
* [Zomato](/downstream/aggregator-constraints/zomato.md)


---

# 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://api-docs.urbanpiper.com/downstream/aggregator-constraints/aggregator-constraints.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.
