> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.10/data-and-intelligence-module-autopilot/observability/application-dashboard.md).

# Application Dashboard

{% hint style="info" %}
This is an older version of the document. To view the most recent version of the document, click [here](https://docs.opsmx.com/products/data-and-intelligence-module-autopilot/observability/application-dashboard).
{% endhint %}

The application dashboard helps you to get a complete detailed view of the applications along with its services and pipelines. In the application dashboard you can also view the environments and the gates that the service or the application passes through before final deployment. You can also view the details of the deployment. The application dashboard looks like as shown in the image below:

![](/files/-M_ZZbAKnIng4qfEtCFa)

### Summary View

In the above dashboard, the first view is the summary view where you can see there are different applications with the following details:

* Services - The number of services in the application
* Deployments - The deployment details.
* Pending Approvals - Any approvals which are pending.
* Policy Violations - Any policy violations.
* Verification Failures - Any failures in verification process.&#x20;

### Detailed View

To get the detailed view of one particular application, follow the steps given below:

* Click the arrow on the left hand side of the application as shown below:

![](/files/-M_Za6k2YxDbuo-uXfJ0)

The detailed view will appear as shown below:

![](/files/-M_ZaGxdHIWDKg25sgSR)

In the above screen, you can view the details of the environments and the respective service pipelines going through the different gates.

You can also change the time period to view the application within a certain duration. For example - 7 days, 1 month, etc. To do so, click the **Last 7 days** drop-down and select the time period. Refer to the image below:

&#x20;&#x20;

![](/files/-M_Zb3Apv3rdNL3SZgeI)


---

# 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.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.10/data-and-intelligence-module-autopilot/observability/application-dashboard.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.
