# Continuous Polling

## Process

In this method, we provide you with an endpoint where your server can continuously check if there has been a change of status for a specific order. After consuming our endpoint, you need to interpret the payload sent by us and update the status within your system.

<figure><img src="/files/P2BMVlTQoQGH5TvB2ZiK" alt=""><figcaption><p>Polling</p></figcaption></figure>

## Configuration

You'll need to consume the [completed endpoint](/developers/en/shippify-api/deliveries/get-delivery-information.md), this will provide you with complete information about the delivery, including its current status as well as the reasons for state changes.


---

# 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.shippify.co/developers/en/integration-guide/basic-processes/status-update/continuous-polling.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.
