> For the complete documentation index, see [llms.txt](https://docs.flosum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flosum.com/data-migrator/getting-started/data-migrator-overview.md).

# Data Migrator - Overview

Cloud Data Migrator empowers you to migrate data between Salesforce orgs safely, reliably, and efficiently, while masking sensitive information to meet enterprise-level security and compliance requirements.

* **Powerful Templates**: Templates serve as the foundation of your data migration strategy. They define which objects to migrate, preserve complex relationships between records, specify which fields to include or exclude, and apply filters to control exactly which data is transferred.
* **Data Migrations**: Maintain complete control over your migration process by selecting source and target orgs, configuring how records are matched and mapped between environments, and disabling automations, such as triggers and workflows, when necessary to ensure a clean data transfer.
* **Migration Results**: Access comprehensive migration reports to identify any records that failed to migrate, analyze error messages and root causes, and quickly troubleshoot issues to ensure data integrity across your Salesforce environments.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><img src="https://2769999621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvaxzColPOlNbsq4imqpd%2Fuploads%2F50Ea3lDdjvdqXu4udEv4%2FCoding-Apps-Website-Apps-Browser--Streamline-Ultimate.svg?alt=media&amp;token=4e2c6503-6887-4071-b837-510ff2f6f319" alt=""></td><td><strong>Creating a Template</strong></td><td>Learn how to create a template for defining the objects to migrate.</td><td><a href="/data-migrator/templates/template-designer/creating-a-template.md">Creating a Template</a></td></tr><tr><td><img src="https://2769999621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvaxzColPOlNbsq4imqpd%2Fuploads%2F1ul9z55ij6OpjtS3Ju93%2FCommon-File-Add--Streamline-Ultimate.svg?alt=media&amp;token=a1ca0b2d-2c7d-4798-8f6e-724d55cbe6ba" alt=""></td><td><strong>Adding Objects</strong></td><td>Add objects to a template to be included in the data migration.</td><td><a href="/data-migrator/templates/template-designer/adding-objects-to-a-template.md">Adding Objects to a Template</a></td></tr><tr><td><img src="https://2769999621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvaxzColPOlNbsq4imqpd%2Fuploads%2FuSuIHFmxa1Lg571AZ2pr%2FCoding-Apps-Website-Data-Conversion-Documents-2--Streamline-Ultimate.svg?alt=media&amp;token=8d3a0e51-b45a-419a-ad8d-43188b8881b7" alt=""></td><td><strong>Running a Migration</strong></td><td>Learn how to start the data migration process to move records between orgs.</td><td><a href="/data-migrator/templates/migration/overview-of-data-migration.md">Overview of Data Migration</a></td></tr></tbody></table>


---

# 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.flosum.com/data-migrator/getting-started/data-migrator-overview.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.
