# Asset Status

In the Assets page, you will be able to see real-time updates for all of your assets.

There are four stages:

### 1. Processing

<figure><img src="/files/SFd4Y9rcsnMOIm5pRXmR" alt="" width="375"><figcaption></figcaption></figure>

A processing stage is a work in progress. This means that your request has been received and is going through the generation and quality check process.

### 2. For Review

<figure><img src="/files/VvXSzlTqxw9H71QjkekE" alt="" width="375"><figcaption></figcaption></figure>

Once your asset has finished processing, you will be able to review it. In the review stage, you can [request revisions](/reviewing-assets/request-revisions.md#request-revisions-for-prototype-assets), upload a new version, or approve the stage.

### 3. Completed

<figure><img src="/files/APcELjRTlj2fubfchJx2" alt="" width="204"><figcaption></figcaption></figure>

The "Completed" status indicates that an asset's stage has been approved or the asset has finished all the steps of the pipeline.&#x20;

Once you've approved your asset, it will be marked "Approved" until you start processing the next step. After approval, the "Process \[Next step]" button will have a countdown. You can cancel this by clicking "Back," or skip the countdown by clicking on the button again. Otherwise, the next stage will be processed automatically.

<figure><img src="/files/xEyj26V03x0ILLT1G4XO" alt="" width="496"><figcaption></figcaption></figure>

If your asset has finished all the steps, you will have the option to create a new asset or Download the final asset.&#x20;

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

### 4. Generation Failed

<figure><img src="/files/0RfbXRnpHsVER3bZQy1Z" alt="" width="346"><figcaption></figcaption></figure>

The "Failed" status indicates that your generation has been dismissed. The reason for dismissal will be displayed in one of the panels of your asset:

<figure><img src="/files/59q9EBEnN7OwjgRTc01F" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.kaedim3d.com/managing-assets/asset-status.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.
