> For the complete documentation index, see [llms.txt](https://docs.shippify.co/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shippify.co/developers/en/integration-guide/basic-processes/status-update/continuous-polling.md).

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