# DORA & deployment metrics

- [Change lead time](https://help.swarmia.com/definitions/dora-metrics/change-lead-time.md): Change lead time measures the full lifecycle of a pull request from the first commit to deployment.
- [Time to deploy](https://help.swarmia.com/definitions/dora-metrics/time-to-deploy.md): Time to deploy is the average time between a pull request merge and deployment.
- [Deployment frequency](https://help.swarmia.com/definitions/dora-metrics/deployment-frequency.md): Deployment frequency is calculated by looking at the total number of deployments that happened in a given time period.
- [Mean time to recovery](https://help.swarmia.com/definitions/dora-metrics/mean-time-to-recovery.md): Mean time to recovery represents the average time between a failing deployment and a deployment that is marked as a fix.
- [Change failure rate](https://help.swarmia.com/definitions/dora-metrics/change-failure-rate.md): Change failure rate is the ratio of failed deployments to all deployments.


---

# 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://help.swarmia.com/definitions/dora-metrics.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.
