# Order Rider Information

A delivery rider is assigned to an order after the order is accepted by the restaurant. We will send the rider details and the rider status update as long as the aggregator shares this information with us. In most of the integrations where the rider information is shared, they limit it to the name of the rider along with their phone number. These details along with anything else provided will be passed through the rider status update webhook.

The details for this implementation is shared in the [API document](/downstream/api/endpoints/order-management/rider-status-update.md). While you start do put the status of this webhook in the Gamma dashboard to *In-Progress* and change it to *To-be-verified* once the same is tested and implemented on your side.

![Rider Status Change Feature Update in Gamma](/files/F7z2sKmK39jb3KOae1PG)


---

# 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/order/order-rider-information.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.
