# Manage Options in Customizer

{% embed url="<https://www.youtube.com/watch?v=TjKG8cMJawg>" %}

The Manage Options feature in the Customizer allows you to efficiently handle your customization settings, this section provides tools for exporting, importing, and resetting your customizer options. It is especially useful when you want to transfer settings between sites or revert to the default configuration. Here’s a detailed guide on how to use these features:

### Accessing Manage Options

To access the **Manage Options** section:

1. Navigate to **Appearance -> Customize** in the WordPress dashboard.
2. Select **Manage Options** from the Customizer menu.

<figure><img src="/files/gwr222Q0y8tjL5gcHKrH" alt=""><figcaption></figcaption></figure>

### Exporting Options

Exporting your customizer settings allows you to save your current configuration and transfer it to another site or create a backup. Follow these steps to export your settings:

<figure><img src="/files/PK90o6nkAt3hY3AUxiZ3" alt="" width="337"><figcaption></figcaption></figure>

1. **Go to Export Section:**
   * In the **Manage Options** panel, locate the **Export** section.
2. **Export Settings:**

   * Click the **Export Theme Options** button.
   * A JSON file containing all your current customizer settings will be downloaded to your computer.

   This file can be used to import the settings into another site or as a backup.

### Importing Options

Importing settings is useful for applying previously exported configurations to a new site or restoring settings from a backup. Here’s how to import your customizer settings:

<figure><img src="/files/3bzmNjivLM0FnsHuPe7E" alt="" width="331"><figcaption></figcaption></figure>

1. **Go to Import Section:**
   * In the **Manage Options** panel, find the **Import** section.
2. **Upload File:**
   * Drag and drop the exported JSON file into the input field, or click to select the file from your computer.
   * Click the **Import Theme Options** button to upload and apply the settings.

### Resetting to Default

If you wish to revert all customizer settings to their default state, you can reset them. This option is useful if you want to start fresh or undo all customizations. Follow these steps to reset your settings:

<figure><img src="/files/b1dqQ9zDNhlVNBiFMfXL" alt="" width="336"><figcaption></figcaption></figure>

1. **Go to Reset Section:**
   * In the **Manage Options** panel, locate the **Reset** section.
2. **Reset Settings:**
   * Click the **Reset Theme Options** button. This will revert all customizer options to their default values.
   * A confirmation popup will appear with the message: **"Are you sure you want to reset theme options? This action is irreversible!"**, click **OK** to proceed.

{% hint style="danger" %}
**CAUTION**: This action cannot be undone. All your current customizations will be lost, so ensure you have exported or backed up any important settings before proceeding.
{% 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.kaliumtheme.com/troubleshooting/manage-options-in-customizer.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.
