> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments.md).

# Handle Deployments and Environments

Umbraco Cloud enables you to develop, test, and deploy your projects through a structured and flexible environment setup. With built-in support for deployments, local development, and media synchronization, you can confidently make changes and collaborate with your teams.

This section covers working with environments, deployments, and CI/CD pipelines, giving you full control over how your changes are deployed from development to production.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="/pages/VeBLhpT9Xx7x7E5WOJhv">Deployment</a></td><td>Learn how content and code deployments work across environments in Umbraco Cloud.</td><td><a href="/pages/VeBLhpT9Xx7x7E5WOJhv">/pages/VeBLhpT9Xx7x7E5WOJhv</a></td><td><a href="/files/HD6qdv3sCJDpGMRknuDY">/files/HD6qdv3sCJDpGMRknuDY</a></td></tr><tr><td><a href="/pages/ls0yFleWpmGC0lHVkLkY">Working with a Local Clone</a></td><td>Set up a local development environment synced with your Cloud project using Git.</td><td><a href="/pages/ls0yFleWpmGC0lHVkLkY">/pages/ls0yFleWpmGC0lHVkLkY</a></td><td><a href="/files/gapN9XPkQGiUlfUN9xxj">/files/gapN9XPkQGiUlfUN9xxj</a></td></tr><tr><td><a href="/pages/ICt6MbQriPLlekDz8OZz">Umbraco CI/CD Flow</a></td><td>Automate your build and deployment pipeline with Git-based workflows and CI/CD best practices.</td><td><a href="/pages/ICt6MbQriPLlekDz8OZz">/pages/ICt6MbQriPLlekDz8OZz</a></td><td><a href="/files/fBU2SzUqHkZKT85iWxuI">/files/fBU2SzUqHkZKT85iWxuI</a></td></tr></tbody></table>

## Also in this Section

{% content-ref url="/pages/2wp60HGY2dTICkgMKoJG" %}
[Media](/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/media.md)
{% endcontent-ref %}

{% content-ref url="/pages/bLr9KRCHOEOPAGNIk4DK" %}
[Manage Environments](/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/manage-environments.md)
{% endcontent-ref %}

{% content-ref url="/pages/eBYzmWa3FkjLx4ispOSk" %}
[Manage Baseline Children](/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/manage-baseline-children.md)
{% endcontent-ref %}

{% content-ref url="/pages/TUoXDN8mQr1oXLolejVw" %}
[Error Pages](/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/error-pages.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZQEmZKYZeDBLF3k5FhYv" %}
[Readiness Gating](/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/readiness-gating.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.umbraco.com/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
