# Applications

On the Applications screen, you can check the information and status of the registered app.

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

## Product Title&#x20;

* When first registered, the app's PID information is displayed as the title. \
  The title can be changed at any time through the edit function. (Maximum 50 characters)

## OS Type

* The OS selected at the time of registration is displayed.

## Review Status

<table><thead><tr><th width="233.818115234375">Status</th><th>Description</th></tr></thead><tbody><tr><td><strong>In Review</strong></td><td>The app is currently being reviewed by the ONE store review system.</td></tr><tr><td><strong>Review Completed</strong></td><td>The app has passed review and is ready for distribution.</td></tr><tr><td><strong>Rejected</strong></td><td>The app did not pass the review and has been rejected.<br><mark style="color:red;">※ If rejected, you must modify the reason for rejection and request a review again.</mark></td></tr></tbody></table>

## Publishment Status

<table><thead><tr><th width="248.3636474609375">Status</th><th>Description</th></tr></thead><tbody><tr><td> <strong>Draft</strong></td><td>The initial state before the first review is completed.</td></tr><tr><td><strong>Ready to Publish</strong></td><td>The app has passed the initial review and is waiting for publishing.</td></tr><tr><td><strong>Published</strong></td><td>The app has been successfully published and is currently being sold.</td></tr><tr><td><strong>Unpublished</strong></td><td>The developer has manually suspended sales.</td></tr><tr><td><strong>Removed</strong></td><td>The app is not allowed for publishment due to ONE store policies.<br><mark style="color:red;">※ To resume app sales, please contact ONE store.</mark><br>-contact: devhelper@onestore.net</td></tr></tbody></table>

## Latest Update Date

* The date when the information was last updated is displayed.

## Add OS

* If there are additional OS available for registration, the **\[+OS Add]** button will be displayed.

## Delete App

* Apps can be deleted for each registered OS individually.
  * Apps in the "Draft" status can be deleted, but once they reach the "Published" status, deletion is not possible.
  * For apps in the "Ready to Publish" status that have been approved by review, you must delete the scheduled information before deleting the app.


---

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