# Update your preferences

You can configure your `Preferences` in the <i class="fa-user">:user:</i> `User menu`.

There are three preferences:

* **The synchronization behavior between the palette and local styles**.\
  If enabled, the variables in the collection matching the shades/tints in the palette are updated, and every style that does not match a shade/tint is deleted. The group name will be the palette one.\
  If disabled, every style that does not match a shade/tint is preserved.
* **The synchronization behavior between the palette and local variables**.\
  If enabled, the variables in the collection matching the shades/tints in the palette are updated, and every variable that does not match a shade/tint is deleted. The collection name will be the palette one.\
  If disabled, every variable that does not match a shade/tint is preserved.
* The language of the UI:
  * English (US)
  * French (France)
  * Portuguese (Brazil)
  * Chinese (Simplified)
  * Japanese (Japan)
  * Korean (Korea)
  * Spanish (Spain)

{% hint style="warning" %}
The current behavior of Sketch cannot allow you to replace the previous variables with the new ones. So, the new variables will lose the link with the published ones.
{% endhint %}


---

# 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://docs.ui-color-palette.com/sketch/user-management/update-your-preferences.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.
