# Review History

You can check the details of the app review requests, monitor the progress, and view the results.

## Requested <a href="#id" id="id"></a>

* The date and time when the app review request was submitted.

## Result Date <a href="#id" id="id"></a>

* The date and time when the app review was completed.

## Review Result <a href="#id" id="id"></a>

* Displays the review progress status and results.
  * In Review : The review process is in progress.
  * Approved : The review is complete, and the app is ready for distribution.
  * Approved(Recommendations of revision) : The review is complete, and the app is ready for distribution.
    * Please check 'Review Results' and take the recommended actions as soon as possible.
    * Continuous recommendations for revision may result in restrictions on app sales.
  * Rejected : The review has been declined.
    * Please check 'Review Results', make the necessary changes, and request a review again.

## Content information <a href="#id" id="id"></a>

### Review request information <a href="#id" id="id"></a>

* Displays the settings configured during the review request, such as distribution options.
* Available only when the status is 'In Review'.

### Binary Information <a href="#id" id="id"></a>

* Displays information about the binary submitted for review.

### Review Results <a href="#id" id="id"></a>

* If the review is complete, you can check a detailed report on the review results.
* If the status is 'Approved (Recommendations of revision)' or 'Rejected', you must take appropriate actions based on the feedback provided in Review Results.


---

# 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://onestore-dev.gitbook.io/dev/chi/docs/apps/windows/review-history.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.
