> For the complete documentation index, see [llms.txt](https://docs.parcellab.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parcellab.com/docs/developers/status-updates.md).

# Status Updates

- [Order/Warehouse Events](https://docs.parcellab.com/docs/developers/status-updates/send-shop-events.md): Our API provides you with great flexibility and scope to retrieve and send data as you need. In this case, sending a custom event/checkpoint to be displayed in the order status history for a tracking.
- [Order Status](https://docs.parcellab.com/docs/developers/status-updates/order-status.md): Our API allows you to retrieve the latest delivery updates of your orders.
- [Order Status Page Configuration](https://docs.parcellab.com/docs/developers/status-updates/order-status-page-configuration.md): Configure a fully embedded Order Status page in your shop with all the relevant delivery status information and customizable content to promote your brand.
- [Order Status Page Version Upgrade](https://docs.parcellab.com/docs/developers/status-updates/order-status-page-configuration/order-status-page-version-upgrade.md): Upgrade your tracking plugin to expand your Order Status page to its full capability with added customization options.


---

# 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:

```
GET https://docs.parcellab.com/docs/developers/status-updates.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.
