# DORA Metrics

The DORA framework is a set of metrics that help teams measure software delivery performance. The four key metrics are lead time for changes, deployment frequency, mean time to resolution (MTTR), and change failure rate.

The guides in this section help you use Cortex to complete work relating to DORA metrics.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Measure DORA progress</td><td><a href="/pages/FNQSe6nm8S6TXTOU6J7i">/pages/FNQSe6nm8S6TXTOU6J7i</a></td></tr></tbody></table>

{% hint style="info" %}
Learn more about using Cortex for a broader DORA use case in our [Solutions pages](/solutions/dora.md).
{% endhint %}


---

# 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.cortex.io/guides/dora.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.
