> For the complete documentation index, see [llms.txt](https://typo.gitbook.io/typo-help-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typo.gitbook.io/typo-help-docs/engineering-metrics/dora.md).

# DORA

Here are 4 key DORA metrics to help you improve your software delivery:

* [Cycle Time](/typo-help-docs/platform/settings-and-admin/metric-configurations/cycle-time.md)
* [Deployment Frequency](/typo-help-docs/engineering-metrics/deployment-metrics/deployment-frequency.md)
* [Change Failure Rate(CFR)](/typo-help-docs/engineering-metrics/dora/change-failure-rate.md)
* [Mean Time to Recovery (MTTR)](/typo-help-docs/engineering-metrics/dora/mean-time-to-restore.md)

{% hint style="info" %}
Tip - Not all of them can be critical at the same time. One should focus on 2-3 essential metrics and try to improve those.&#x20;
{% endhint %}


---

# 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:

```
GET https://typo.gitbook.io/typo-help-docs/engineering-metrics/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.
