# Deployments

Deployments refer to the process of releasing new software changes or updates into a production environment. This includes transferring code, configuration changes, and other updates from development or testing environments to a live environment where end-users can access and interact with the software.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2Fqs5YdyEuh8ls7Q1OS1Xg%2FScreenshot%202025-06-23%20at%202.30.37%E2%80%AFPM.png?alt=media&#x26;token=18ca81d0-1a1c-4529-94d5-428dbea9ab80" alt=""><figcaption></figcaption></figure></div>

Click here to learn more about [Deployment configuration](https://typo.gitbook.io/typo-help-docs/configurations/ci-cd-deployment). The following metrics are part of the Deployment section -&#x20;

### [Deployment Frequency](https://typo.gitbook.io/typo-help-docs/engineering-metrics/deployment-metrics/deployment-frequency)

Deployment frequency represents how often the code is deployed into production per week.

### [Deployment Failure ](https://typo.gitbook.io/typo-help-docs/engineering-metrics/deployment-metrics/deployment-failure)

Deployment Failure represents the percentage of deployments that failed during the deployment runs in the production environment.

### [Time To Build](https://typo.gitbook.io/typo-help-docs/engineering-metrics/deployment-metrics/time-to-build)

Time to Build represents the average time taken by all the steps of each deployment to complete in the production environment.


---

# 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/platform/insights/deployments.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.
