# 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
- [Transferring Content, Media and Forms](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/content-transfer.md): How to restore content in Umbraco Deploy using the deployment dashboard
- [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
- [Restoring content](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/restoring-content.md): How to restore content in Umbraco Deploy
- [Partial Restores](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/restoring-content/partial-restore.md): How to partially restore content in Umbraco Deploy
- [Deploy Dashboard](https://docs.umbraco.com/umbraco-deploy/deployment-workflow/deploy-dashboard.md): With the Deploy Dashboard, we have made it possible to get an overview of your Umbraco Deploy installation and perform Deploy operations.


---

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