# Delivery Insights

The delivery insights dashboard provides information to the Development, Test & DevOps manager around the state of their software development process in the form of pipeline statistics.&#x20;

{% hint style="info" %}
Note: Users can only see permitted application data on the delivery insights dashboard.

{% endhint %}

After you login to ISD application, click on **Insights** and select **Delivery Insights**.

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

The Delivery insights dashboard shows up with different graphical views around the pipeline statistics. All the graphical views are timebound, by default it depicts the **last 7 days'** data, which can be modified to **last 1 day**, or **last one month** or **last 6 months**.

The below graph depicts the number of deployments based on the filter selected (Whether in last 1 day, or in last 7 days, or in last one month, or in last 6 months)

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

Following are the different graphical views of the pipeline execution statistics. The different pipeline statistics shown in the below graphs include the following.

1. **Count of most active pipelines**:  Number of times the pipeline was executed within the given time period filter selected.
2. **Count of most successful pipelines**: Most number of times the pipeline was executed successfully within the given time period filter selected.
3. **Count of most failed pipelines**: Most number of times the pipeline failed within the given time period filter selected.
4. **Count of fastest pipelines**: Lists the pipelines which took the least time to execution.
5. **Count of slowest pipelines**: List the pipelines that took the highest time to execute.
6. **Count of number of times Manual Judgement stage was triggered** during pipeline execution.

<figure><img src="/files/hYmpYt3d7LFcdtm9pkBy" alt=""><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.opsmx.com/opsmx-1/opsmx-context-engine/user-guide/insights/delivery-insights.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.
