# How Do I Restore Custom Settings

Restoring a Salesforce custom setting is a simple process once you understand:

* Each custom setting is kept in a Salesforce SObject where the sobject has a extra flag indicating that it is a Custom Setting.

A custom setting restore is a two step process.

## Step 1: Restore the Custom Setting SObject

The first step is to restore the SObject.

* Goto the CopyStorm/Restore MetaData tab
* Search for the custom setting table in the list of CustomObjects.
* Restore the table.

After this step your target Salesforce will contain the custom setting but no values will be set for the setting.

## Step 2: Restore the Custom Setting Data

This step restores the customer setting data using CopyStorm/Restore (just like any other table).

* Goto the Restore Set Editor Tab
* Select the table associated with the custom setting.
* Make sure the “All” record selected is active.
* Run the restore.


---

# 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/frequently-asked-questions/how-do-i-restore-custom-settings.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.
