> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/acc/how-to-create-app-preview.md).

# How to Create App Preview

## <mark style="color:red;">Creating a Preview</mark>

App Preview lets you test a specific application version through a short-lived, isolated URL without deploying it to your live environment.

To create a preview, go to **My Applications**, select the application, and open the **Versions** tab. Find the version you'd like to preview — it must have a **Completed** status — and click the preview icon in the Actions column.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FGFRTFNYbPrXPmPWgsbKg%2Fbuton_marked.png?alt=media&amp;token=94efd164-1a5a-4f69-b7f7-9eaa8bb74b49" alt=""><figcaption></figcaption></figure>

A modal will open where you can select the **Project** and the **Project Application** you want to preview the version in.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FarTZwN7zeHPoyl9AWpI0%2Fmodal.png?alt=media&amp;token=82822a34-3540-4d93-927c-380f942c1bac" alt=""><figcaption></figcaption></figure>

Once you've made your selection, click **Create Preview**.

{% hint style="info" %}
After a preview is created, it may take 1–2 minutes for it to become viewable while the environment finishes deploying. Each preview stays live for **1 hour**.
{% endhint %}

{% hint style="info" %}
This feature is currently enabled for select applications only. It will be gradually rolled out to other applications in the coming days.
{% endhint %}

## <mark style="color:red;">Viewing the Preview</mark>

Once the preview is deployed, you can find it in the **Previews** tab along with its status and a link to the live preview URL.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FOsbdfKsudoHamCKpBkrw%2Fpreview.png?alt=media&amp;token=a7e2ce24-d176-444b-b3de-413e72e427e6" alt=""><figcaption></figcaption></figure>

You can stop an active preview at any time from the same tab using the stop icon in the Actions column.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FITS8CKOatNi06nsb5emS%2Fpreview_action.png?alt=media&amp;token=92db52ce-60d2-4ede-9d8e-0010bf2a737c" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akinon.com/tutorials/acc/how-to-create-app-preview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
