# Migration Setup Tab

The Migration Setup tab contains tools which are useful when migrating data to a Salesforce instance unrelated to the Salesforce instance used to create the CopyStorm backup.

This is useful when trying to perform tasks like:

* Mapping Users in a CopyStorm backup to users in the target Salesforce. In this case, Salesforce Ids will not work due to being unique to a Production or Sandbox instance’s setup. The Record Mapping Rule tool on this page supports implementing and establishing rules that CopyStorm/Restore will use to map users from the CopyStorm backup to users in the target Salesforce.
* Maintaining Salesforce Ids in a CopyStorm backup when creating data in the target Salesforce. In this case, Salesforce Ids will be regenerated when data is inserted. The Original Record Id Rule tool on this page supports creating and populating a new custom field to maintain the source CopyStorm database Id values.

![](/files/d2NxOZHC0coUQQfvBrQd)

## Related Articles

* [Migration Record Mapping Tools](/copystorm-restore/reference/migration-setup-tab/migration-record-mapping-tools.md)
* [Original Record Id Rule Tools](/copystorm-restore/reference/migration-setup-tab/original-record-id-rule-tools.md)


---

# 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://learn.capstorm.com/copystorm-restore/reference/migration-setup-tab.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.
