> For the complete documentation index, see [llms.txt](https://ph.benjtupas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ph.benjtupas.com/notes/exposing-grabfood-premium-20-markup-on-your-order.md).

# Exposing GrabFood Premium: 20% Markup on Your Order

I recently stopped using GrabFood due to the ridiculous increase in prices. I live very near fast-food restaurants so I can easily compare the store prices with Grab's prices.

### Mcdo

Store Price: P161

Grab Food Price: P212 (excluding the P49 delivery fee)

Grab Premium: 24%

<figure><img src="/files/JfWmPUx8A2eMYwjq5r5w" alt=""><figcaption></figcaption></figure>

### Pizza Hut

Store Price: P399

Grab Food Price: P475 (excluding the P49 delivery fee)

Grab Premium: 16%

<figure><img src="/files/q1VkblFFnCyzh54qUoyb" alt=""><figcaption></figcaption></figure>

An average of 20% markup on orders is like burning money each time you order.

\---

Thanks for reaching this far!

👋 [**Follow on Instagram @benjtupas to stay updated**](https://instagram.com/benjtupas)

🇵🇭 [**Visit the 82 provinces of the Philippines**](https://www.benjtupas.com/ph82)

😍 [**Get up to 50% DISCOUNT on Travel Essentials**](https://www.benjtupas.com/essentials)

See you on the next one. 👋


---

# 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://ph.benjtupas.com/notes/exposing-grabfood-premium-20-markup-on-your-order.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.
