> 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-deploy/deployment-workflow.md).

# Deployment Workflow

- [Deployment](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/deployment-workflow.md): A description of the proper workflow when working with Umbraco Deploy
- [Transfer Items](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/content-transfer.md): How to transfer content, media and forms between your environments.
- [Restore Items](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/restoring-content.md): How to restore content, media and forms using Umbraco Deploy.
- [Import and Export](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/import-export.md): How to import and export content and schema between Umbraco environments and projects
- [Import and Export with Migrations](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/import-export/import-with-migrations.md): How to import content and schema while migrating them into newer alternatives
- [Import and Export from version 7](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/import-export/import-export-v7.md): How to export content and schema from Umbraco 7 and import into a newer version
- [Import on start-up](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/import-export/import-on-startup.md): How to import content and schema on startup and implement your own \`IArtifactImportOnStartupProvider\`
- [Deploying Changes](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/deploying-changes.md): How to Deploy changes between a local machine and an environment in Umbraco Deploy using either a Git GUI or without.
- [Deploying deletions](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/deploying-deletions.md): How deleting meta data and files work in Umbraco Deploy
- [Deploy Settings](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/deploy-dashboard.md): From the Deploy Settings, you can see your Umbraco Deploy installation and perform Deploy operations.


---

# 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-deploy/deployment-workflow.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.
