# Distribution Management

Once an app passes review and reaches the Review Complete status, the \[Request for Review] button changes to the \[Distribution Mgmt.] button.

{% hint style="info" %}
**Notes**

* The **\[Distribution Mgmt.]** button is only displayed when the review is complete and the app is in a pending distribution state.Comment
* If the **\[Apply Immediate]** option is selected and the app is distributed immediately, the \[Distribution Mgmt.] button will not be displayed.
  {% endhint %}

On the "Distribution Management" screen, you can check the distribution information of the app or change its status.

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

## Review Status

* You can check the app’s review status.

## Publishing Option

* The app’s Publishing options can be viewed and modified.

## Distribution Option

* The selected distribution option can be checked when requesting review.
* Three distribution options are provided.

<table><thead><tr><th width="254">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Apply Immediately</strong></td><td>The app is distributed (updated) immediately after the review is complete.</td></tr><tr><td><strong>Apply Manually</strong></td><td>The app is not distributed even after the review is complete. The developer must manually distribute it by clicking the <strong>[Apply]</strong> button in the <strong>[Your Action]</strong> menu.</td></tr><tr><td><strong>Apply Schedule</strong></td><td>The app is distributed on a specified date set by the developer.<br>The scheduled date can be changed, or the app can also be distributed immediately if needed.</td></tr></tbody></table>

## Change Registration Status

* If the Apply Manually or Apply Schedule option is selected, you can modify the details in the \[Your Action] menu.

<table><thead><tr><th width="260.36358642578125">Option</th><th>Option</th></tr></thead><tbody><tr><td><strong>Apply</strong></td><td>Even if a specific date has been set, clicking this button will immediately distribute the app.</td></tr><tr><td><strong>Change or Set date/time</strong></td><td>Allows you to specify the date when the scheduled information will be applied.<br>On the designated date, the app will automatically be updated.</td></tr><tr><td><strong>Cancel Publishing Schedule</strong></td><td>Cancels the app’s review approval.<br>In this case, the update cannot be applied.<br><mark style="color:red;">※ Please consider carefully before canceling.</mark></td></tr></tbody></table>

## **App info**

* The App information entered during the review request is displayed.

{% hint style="danger" %}
**※ Important Notes**

* If Apply Manually or Apply Schedule is selected for distribution, the App info submitted during the review will be applied as the final version.Comment
* Even App info is modified before distribution, please note that the app will be updated with the App info submitted during the review.
  {% endhint %}


---

# 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/distribution-management.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.
