# Callback Query

In daily operation, if the business callback fails due to abnormal factors such as changes in the callback address of the business platform and unstable network, and the order status is not updated, it can be viewed and processed in the project callback record.<br>

1. Click "API" in the Cregis client - > "History Callback" to display abnormal callback records by default. If the data is empty, it means that there is no abnormal callback data in the current project.<br>

   <figure><img src="/files/uTA5WmYYU9avmpYNx5qc" alt=""><figcaption></figcaption></figure>
2. If there is an abnormal callback that causes the order status of the business platform to not be timely updated, click the "Feed" button.<br>

   <figure><img src="/files/KltESZiSau4MPNAk9hIA" alt=""><figcaption></figcaption></figure>
3. If the callback fails due to a change in the callback address, please enter the correct callback address and enter the Google 2FA code for verification.<br>

   <figure><img src="/files/OpUSiVYqPr4wm8kPOiCV" alt=""><figcaption></figcaption></figure>


---

# 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://support.cregis.com/api/api-manual/callback-query.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.
