# App lifecycle

After you create a app:

* You can action (view, edit, delete,..) to your app.
* The Oten Admin will review your app. You’ll notice the change real time via the Developer portal once it’s **approved** or it **requires changes.**

<figure><img src="https://gitlab.silvertiger.tech/documents/open-platform/-/blob/document/.gitbook/assets/image%20(15).png" alt=""><figcaption></figcaption></figure>

The *app status* indicates where an app is in the review and release process.

<figure><img src="https://gitlab.silvertiger.tech/documents/open-platform/-/blob/document/.gitbook/assets/image%20(16).png" alt=""><figcaption></figcaption></figure>

### App Status

<table data-header-hidden><thead><tr><th width="137.94921875"></th><th width="219.51171875"></th><th width="108.62109375"></th><th width="89.33984375"></th><th width="116.8828125"></th><th></th><th></th><th width="126.19140625"></th><th width="114.81640625"></th><th></th></tr></thead><tbody><tr><td><strong>Status</strong></td><td><strong>Description</strong></td><td><strong>Viewable</strong></td><td><strong>Editable</strong></td><td><strong>Deletable</strong></td><td><strong>Cancelable</strong></td><td><strong>Publishable</strong></td><td><strong>Deactivate</strong></td><td><strong>Activate</strong></td><td><strong>Unpublishable</strong></td></tr><tr><td>Drafting</td><td>You’ve created an app record in <em>Oten Developer</em> and still inputting</td><td>Y</td><td>Y</td><td>Y</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Pending Approval</td><td>App is in the waiting list of Oten admin to approve</td><td>Y</td><td></td><td></td><td>Y</td><td></td><td></td><td></td><td></td></tr><tr><td>Rejected</td><td>Your app does not pass Oten admin checklist</td><td>Y</td><td></td><td>Y</td><td></td><td>Y</td><td></td><td></td><td></td></tr><tr><td>Published</td><td>Your app approved by Oten Admin and published to Oten Store </td><td>Y</td><td></td><td></td><td></td><td></td><td>Y</td><td>Y</td><td>Y</td></tr><tr><td>Unpublished</td><td>Your app is removed from Oten Store </td><td>Y</td><td>Y</td><td></td><td></td><td>Y</td><td></td><td></td><td></td></tr><tr><td>Cancelled request</td><td>Your submitted app is canceled from waiting approval list</td><td>Y</td><td>Y</td><td>Y</td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

### Store status

<table><thead><tr><th width="156.85546875">Status</th><th>Description</th></tr></thead><tbody><tr><td>Deactivated</td><td>Your app was published app and inactive on Store</td></tr><tr><td>Activated</td><td>Your app was published app and active on Store</td></tr></tbody></table>


---

# 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://oten.gitbook.io/identity-support/user-guide/oten-workspace/applications/oten-developer/user-guides/7.-manage-your-app/app-lifecycle.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.
