# Backup & Restore

Use the **Export Settings** and **Import Settings** buttons in the **Backup** tab of the Settings dialogue to back up and restore your Supervertaler configuration.

### Export

Click **Export Settings...** to save a copy of your current settings to a JSON file. Choose a location and filename – the default is `supervertaler-settings.json`. This file contains all your plugin settings: termbase paths, toggle states, font size, shortcut preferences, AI provider keys, model selections, and prompt configuration.

:::note **Tip:** Export your settings before upgrading the plugin or switching machines, so you can quickly restore your setup. :::

### Import

Click **Import Settings...** to restore settings from a previously exported JSON file. The import process:

1. Validates that the selected file is a valid Supervertaler settings file
2. Creates an automatic backup of your current settings (`settings.backup.json`)
3. Replaces your current settings with the imported ones
4. Closes the Settings dialogue and applies the new settings immediately

:::caution Importing settings replaces **all** current settings. Your previous settings are automatically backed up in case you need to revert. :::

### Settings file location

Your settings are stored at:

```
%LocalAppData%\Supervertaler.Trados\settings.json
```

You can also manually back up or edit this file. After an import, the previous settings are saved as `settings.backup.json` in the same folder.


---

# 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://supervertaler.gitbook.io/help/settings/backup.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.
