# Deployments

The Deployments page displays the deployment details related to an application. To view the details for an application, follow the steps given below.

1. Click on the desired application name in the Application Dashboard. It will redirect you to the **Application status** page.
2. To view the deployments for the selected application, click on the **Deployments** tab on the left navigation pane. The deployments page appears as shown in the image below.&#x20;

   <figure><img src="/files/OXpxodcufcrxexCdW6d5" alt=""><figcaption></figcaption></figure>
3. The Deployments page consists of three tabs and two summary boxes.&#x20;

   **Tabs:**

   * Services - Displays the number of services for the selected application.&#x20;
   * Deployments - Displays the number of deployments for the selected application.
   * Analysis Failures - On clicking this tab, the Analysis history page is displayed. &#x20;

   **Summary boxes:**

   * Current Deployments - Displays the ongoing deployments of the selected application.&#x20;
   * Deployment History - Displays the previous deployments list of the selected application.&#x20;
4. The summary boxes display the following details of the deployments:

   * Kind -Shows the type of kubernetes object used for the deployment.&#x20;
   * Revision - Displays the revision number of the replica set.&#x20;
   * Status - Displays the status of the application.
   * Health - Displays the health status of the application.
   * Git Revision - Displays the latest Git commit which triggered the Sync
   * Artifact - Displays the deployed image.&#x20;
   * Size - Displays the number of replicas or agent pods running on the target environment.
   * Labels - Displays the labels on the component.
   * Deployed at - Displays the time at which the deployment was initiated.
   * Initiated by - Displays the name of the person who initiated the deployment.&#x20;

   \ <br>


---

# 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.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/delivery-verification/deployments.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.
