> For the complete documentation index, see [llms.txt](https://docs.contentsync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.contentsync.com/plugins/sketch-plugin/features/saved-sync-defaults.md).

# Saved Sync Defaults

ContentSync will save certain settings after a push. These settings can be cleared but they are created to ensure syncs stay consistent as designs may change.

{% hint style="info" %}
Saved settings are important to note as your keys and design structures change over time.
{% endhint %}

## What are saved settings?

By default a layer's content key is the layer's name. However, once a design is synced, the content key used to sync is saved to that layer. This means that future layer name changes will not update the content key.

{% hint style="info" %}
Once a layer is synced, its content key will no longer update if the layer's name is changed.
{% endhint %}

## Saved Setting Status

Once a layer has been synced, a green checkbox will appear next to the key. This key signifies that the current key has already been synced and is mapped to the spreadsheet.

![A synced and saved key will show up with a check icon.](/files/-MDkxH6tsWQi_LjyEk3I)

If a key that has already been synced is changed, it will show up as an undo icon until it is synced again.&#x20;

![A saved key that has been changed will show up with an undo icon.](/files/-MDkxdg5i5slnX2zTq6P)

Clicking on the undo icon will present the options to restore the previous settings or clean the setting.

![Clicking on the undo icon will give the option to restore or clear the settings.](/files/-MDkxuWAoMHBrqGBYZFc)

## File Settings

If settings are changed such as key prefix or suffix, you may want to reset all the saved settings across a file. Without doing this, previously synced files will not use the new file settings.

To do this, go to Project > Settings > More Settings&#x20;

![](/files/-MDkyj_FUZ3qI5wslPzH)

These options include clearing all the saved key settings or completely resetting all layer settings (enable/disabled type keys and overrides).

![](/files/-MDkypRKKTYrdJxp0ORQ)

## &#x20;


---

# 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.contentsync.com/plugins/sketch-plugin/features/saved-sync-defaults.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.
