> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/help-center/logistics.md).

# Logistics

- [How does Oddle Logistics work?](https://www.oddle.me/docs/help-center/logistics/how-does-oddle-logistics-work.md)
- [What are the delivery fees?](https://www.oddle.me/docs/help-center/logistics/what-are-the-delivery-fees.md)
- [How do I choose the right vehicle type and fulfilment details?](https://www.oddle.me/docs/help-center/logistics/how-do-i-choose-the-right-vehicle-type-and-fulfilment-details.md)
- [What are the surcharges, restricted zones, and delivery hours?](https://www.oddle.me/docs/help-center/logistics/what-are-the-surcharges-restricted-zones-and-delivery-hours.md)
- [What are the logistics compensation and cancellation policies?](https://www.oddle.me/docs/help-center/logistics/what-are-the-logistics-compensation-and-cancellation-policies.md)
- [How do I report a delivery incident?](https://www.oddle.me/docs/help-center/logistics/how-do-i-report-a-delivery-incident.md)
- [Delivery operations FAQ](https://www.oddle.me/docs/help-center/logistics/delivery-operations-faq.md)
- [How do I update my managed logistics settings?](https://www.oddle.me/docs/help-center/logistics/how-do-i-update-my-managed-logistics-settings.md)
- [How does logistics work in Taiwan?](https://www.oddle.me/docs/help-center/logistics/how-does-logistics-work-in-taiwan.md)
- [Oddle Logistics Terms of Service (SG)](https://www.oddle.me/docs/help-center/logistics/oddle-logistics-terms-of-service-sg.md)
- [Oddle Logistics Terms of Service (MY)](https://www.oddle.me/docs/help-center/logistics/oddle-logistics-terms-of-service-my.md)
- [Oddle Logistics Terms of Service (HK)](https://www.oddle.me/docs/help-center/logistics/oddle-logistics-terms-of-service-hk.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://www.oddle.me/docs/help-center/logistics.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.
