# Get Status Updates

## Overview

Retrieving a tracking from parcelLab refers to the act of requesting the information about a certain delivery. The progress and tracking updates returned are known as checkpoints.

When you have this data, you can keep your customers updated on the progress of their orders via a variety of sources.

## Status Update Integration Methods

You can use our API to retrieve checkpoint and tracking data from parcelLab to feed back into your e-commerce system. This flexible method allows you to submit all the necessary order and tracking information and receive the relevant status details instantly.

{% content-ref url="/pages/DugFoG9SGRM7zZdaaWxH" %}
[Order Status](/docs/developers/status-updates/order-status.md)
{% endcontent-ref %}

You can also use our API to retrieve the current status of an order or parcel for use with the following:

* Any [customer facing widget](/docs/developers/v2/status-updates/chatbots.md), such as chatbots
* Any [native or web app](/docs/developers/v2/status-updates/apps.md)


---

# 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://docs.parcellab.com/docs/developers/data-elements/get-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.
