# Import/Export

This option allows you to import or export the theme as JSON code. You can either copy/paste the code directly or download it in JSON format, enabling easy sharing and reuse of themes across different projects.

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

## **Steps to Upload Theme:**

* **Access the advanced settings** in the visual by clicking on the gear icon (⚙️). This will open a menu where you can customize various aspects of your visual, including importing and exporting themes.
* **Navigate to the "Import/Export" Tab**, where you’ll find options to manage theme files.
* To upload an existing JSON theme, **click on "Import."** This action will open a file explorer window, allowing you to select and upload the JSON file from your device.
* Alternatively, if you have JSON code already copied, you can **click on "Paste"** and directly paste the code into the provided text box.
* After uploading or pasting the JSON theme, **click "Apply"** to activate the theme. Don’t forget to save your settings to ensure the theme is consistently applied across your visual.

## **Steps to Download Theme:**

* **Access the advanced settings** in the visual by clicking on the gear icon (⚙️), just as you would when uploading a theme.
* **Go to the "Theme" Tab**, where you can manage and export your current theme.
* **Click on the download icon** to generate the JSON code for your existing theme. This code will be displayed for you to copy.
* After copying the code, **save it as a JSON file** by pasting it into a text editor and saving the file with a ".json" extension. This file will allow you to reapply the theme to the same or different filters.
* **Utilize the saved JSON file** to upload the theme onto another filter, following the steps outlined above for uploading a theme.


---

# 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.powerviz.ai/powerviz/filter/advanced-settings-introduction/import-export.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.
