# Re-Scan Candidates

Clicking on the Restore Tab’s “Re-scan Candidates” button will display a dialog to configure parameters for the re-scan operation:

![](https://2924009365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5FyPmqVkPxhj2oT8fbgB%2Fuploads%2Fgit-blob-3b8d36ba818a0d4ea8b081d1a89273e8e53a4082%2Fc12fe09d-ReScanCandidates-1024x526.png?alt=media)

Pressing the “Start Operation” button will cause CopyStorm/Restore to identify any new records in the CopyStorm database that match the current configuration in the Restore Set Editor. All records that are identified will be added to the Tracker Database – allowing them to be restored by CopyStorm/Restore.

The default settings in this popup will cause all tables, records, and relationships to be rescanned. This will ensure that any changes in the CopyStorm database or Restore Set Editor are reflected in the Tracker Database.

There are three checkboxes that can be used to limit the amount of data scanned:

1. Rescan All Record Relationship Dependencies (if false, only new records are scanned)
   * If this checkbox is checked, all records’ related list and reference field rules will be scanned.
   * If this checkbox is unchecked, only newly identified records’ related list and reference field rules will be scanned.
2. Mark Updates as Pending (if false, only new records will be marked as pending)
   * If this checkbox is checked, both new records and records that have been updated in the CopyStorm database will be set to Pending in the CopyStorm/Restore Tracker (and subsequently inserted or updated in Salesforce).
   * If this checkbox is unchecked, only new records will be set to Pending in the CopyStorm/Restore Tracker.
3. Select Specific Table Rules to Include (by default all are included)
   * If this checkbox is checked, CopyStorm/Restore will only scan for new records in the indicated tables.
   * If this checkbox is unchecked, CopyStorm/Restore will scan for new records in all tables configured in the Restore Set Editor tab.

If the Select Specific Table Rules to Include checkbox is checked, a table selector will appear to allow specific table selection:

![](https://2924009365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5FyPmqVkPxhj2oT8fbgB%2Fuploads%2Fgit-blob-5201c2f5fd1b798bf6e22fd1efc84217e118e00b%2Fd8a6306d-Rescan-Candidates-Select-Tables-1024x602.png?alt=media)


---

# 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/restore-tab/re-scan-candidates.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.
