# DORA

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

* [Cycle Time](/typo-help-docs/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: 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.
