> For the complete documentation index, see [llms.txt](https://odds-1.gitbook.io/sales/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://odds-1.gitbook.io/sales/product-knowledge/pricing-and-delivery-fees.md).

# Pricing & Delivery Fees

#### 💻 Delivery Fee Structure (for Sales Team)

This section explains how delivery fees work for each type of order so you can clearly communicate pricing to restaurants and other businesses.

***

**🥡 Food Aggregator Orders (Restaurants Only)**

**$7.99 Delivery Fee**

* Applies to deliveries made **through third-party platforms** such as DoorDash, Uber Eats, or Grubhub.
* Covers deliveries **up to 10 miles**.
* **Additional fee applies** for deliveries **over 10 miles** (amount varies by location).
* Includes on-demand driver access, nationwide coverage, and 24/7 support.

***

**🏪 Internal Orders (Direct Business or Restaurant Orders)**

**$7.99 Delivery Fee + $4.50 Automatic Driver Tip**

* Applies to **restaurants or any other business** using our delivery network for direct orders.
* Used for **orders placed directly** through the business (website, phone, or in-person) — *not through a third-party aggregator.*
* Covers deliveries **up to 10 miles**.
* **Additional fee applies** for deliveries **over 10 miles** (amount varies by location).
* Includes on-demand driver access, nationwide coverage, and 24/7 support.

💬 *Ideal for businesses that want their own delivery solution without paying aggregator commissions.*

***

**🍽️ Catering Orders**

**$24.99 Delivery Fee + $9.50 Automatic Driver Tip**

* Applies to **large or pre-scheduled orders** (corporate, events, or catering).
* Covers deliveries **up to 10 miles**.
* **Additional fee applies** for deliveries **over 10 miles** (amount varies by location).
* Includes 24/7 driver availability and on-demand scheduling.

***

**💡 Sales Tips**

* Always mention that **standard pricing covers 10 miles or less.**
* For distances **beyond 10 miles**, an additional per-mile fee applies (varies by location).
* Emphasize that pricing includes **nationwide coverage**, **on-demand drivers**, and **no hidden fees**.

***

*Effective from October 1, 2025.*


---

# 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://odds-1.gitbook.io/sales/product-knowledge/pricing-and-delivery-fees.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.
