# How to update configure for theme editor

You can override your settings schema at anytime using this command:

```bash
shopbase-theme sync
```

**Options**:

| Option           | Description                                                                                                               |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------- |
| --override       | Override settings schema & settings data for every shops that are currently using this theme. (default: true)             |
| --override-store | Override settings schema & settings data only for specified shops (example: theme1.onshopbase.com, theme2.onshopbase.com) |


---

# 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://developers.shopbase.com/build-a-theme/theme-development-resources/theme-editor/how-to-update-configure-for-theme-editor.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.
