# App Deployment Progress

### App Deployment Progress

In App Launchpad, when you press the deploy button located in the top right corner, you are redirected to the application deployment progress page. On this page, the deployment process of the application is intuitively displayed by retrieving native Kubernetes pod events.

<figure><img src="/files/qsXScqPmIi7HnlgFPW7y" alt=""><figcaption><p>App Deployment Progress</p></figcaption></figure>

If everything is functioning correctly, once the application is deployed, it will automatically redirect to the application details page without any additional actions required.

If an error occurs (for example, an incorrect container image name "nginxx"), you can expand the progress details to read the specific error message. Then click Update button to update the application configuration and attempt redeployment.

<figure><img src="/files/fp01ufo1UG8cmA0fN8Le" alt=""><figcaption><p>Deployment Error</p></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.run.claw.cloud/clawcloud-run/guide/app-launchpad/app-deployment-progress.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.
