# Getting Started

- [Getting started](https://docs.umbraco.com/umbraco-deploy/getting-started/get-started-with-deploy.md): How does Umbraco Deploy work and how to get started using Umbraco Deploy
- [CI/CD Build and Deployment Pipeline](https://docs.umbraco.com/umbraco-deploy/getting-started/cicd-pipeline.md): Steps and examples on how Umbraco Deploy can be integrated into an automated build and deployment pipeline
- [Azure DevOps](https://docs.umbraco.com/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-azure-dev-ops.md): Steps and examples on how to setup a build and deployment pipeline for Umbraco Deploy using Azure DevOps.
- [GitHub Actions](https://docs.umbraco.com/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-github-actions.md): Steps and examples on how to setup a build and deployment pipeline for Umbraco Deploy using GitHub Actions.
- [Streamlining Local Development](https://docs.umbraco.com/umbraco-deploy/getting-started/streamlining-local-development.md)
- [Configuration](https://docs.umbraco.com/umbraco-deploy/getting-started/deploy-settings.md): Learn about the different settings and configurations available in Umbraco Deploy.


---

# 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://docs.umbraco.com/umbraco-deploy/getting-started.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.
