# Application Status

The Application Status page displays the following details of the application.&#x20;

* Environment
* Supply Chain Stages
* Active Deployments and Deployment History&#x20;

### Environment

The Environment panel displays the environment details in which the application is deployed, the namespace and cluster of the selected application.&#x20;

<figure><img src="/files/8QdMOdCjAclgVJQVsEBg" alt=""><figcaption></figcaption></figure>

### Application Version

* **Latest Application Version -** This panel displays the latest version of the application. The version of the service that is updated lately is displayed as the application version.&#x20;
  * To add a new version number, click the **+ Add Semantic Tag** button. In the expanded row, select a version and click **Update**. &#x20;
  * The added new version gets updated as the application's latest version.&#x20;

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

{% hint style="info" %}
The version cannot be updated individually for the services and can be done for the entire application only.&#x20;
{% endhint %}

### **Supply Chain Stages**

This panel displays the security score of the application in each stages of the software supply chain namely **Source**, **Build**, **Artifact** and **Deploy**.

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

### Deployment History

The panel at the bottom displays the **Active Deployment** and **Deployment History** of the application.

<figure><img src="/files/5p56eESkxUH1pKR3HhTT" alt=""><figcaption></figcaption></figure>

The following details of the active deployments are displayed:

* **Service -** Displays the name of the service of the application.&#x20;
* **Version -** Displays the version of the selected application.&#x20;
* **Artifact -** Displays the name of the artifact in which the service is deployed.&#x20;
* **Deployed At -** Displays the date and time of the deployment.&#x20;
* **Vulnerability -** Displays the count of the vulnerabilities.&#x20;
* **Open Issues -** Displays the count of the open issues detected.&#x20;
* **DBOM Status -** Displays the DBOM status of the service.&#x20;

### Smart Search

The smart search option available in this page, helps you to search for a deployment based on the selected option.&#x20;

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

* Select **Artifact, Artifact Version, Component, Risk status, Service** or **Vulnerability** from the search dropdown and enter the name.&#x20;
* Press **Enter.**&#x20;

The services with the given component or vulnerability are displayed.&#x20;


---

# 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/ssd/security-risk-and-prioritization/user-guide/view-security-posture/application-security-posture/application-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.
