# 16. Backup and restore

Analytics+ supports extensive customizations for every element. The best part is that you can reuse the configurations in other visuals or create a standard template for all your reports. You can take a backup of the visual configuration by exporting it as a JSON file. The JSON file can be saved to your local system and shared with other users as well.&#x20;

### 1. Exporting the config JSON

Click on the config icon in the toolbar and choose the export option. You can copy the JSON config to the clipboard or click the download button to save it to a file.

{% tabs %}
{% tab title="Charts/Cards" %}

<figure><img src="/files/ZFz61pQcwrlsnNPQS8uv" alt=""><figcaption><p>Exporting a configuration</p></figcaption></figure>
{% endtab %}

{% tab title="Tables" %}

<figure><img src="/files/dWHn930NuhtomJIu06ny" alt=""><figcaption><p>Export config window</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### 2. Importing a JSON configuration

You can import a configuration from a file or paste it from the clipboard. If you have saved the configuration to a file, click the Upload button and select the file. Theme, layout, and other customization settings will be applied to the visual when you import a configuration.

{% tabs %}
{% tab title="Charts/Cards" %}

<figure><img src="/files/78tttfl3lE5EuUKmGiri" alt=""><figcaption><p>Importing a configuration</p></figcaption></figure>
{% endtab %}

{% tab title="Tables" %}

<figure><img src="/files/kr4vYg1H2cwOyXD5ZNNk" alt=""><figcaption><p>Importing a configuration</p></figcaption></figure>
{% endtab %}
{% endtabs %}

Analytics+ will generate a warning message if there is a mismatch between the fields in the original visual and the one you are importing the configuration for.

<figure><img src="/files/YKEDFhjOwCagwpfjmATQ" alt=""><figcaption><p>Field mismatch when importing a configuration</p></figcaption></figure>

The table is rendered in IBCS theme with the grid layout applied.

<figure><img src="/files/6rG37lGcjyv6Y97MU0Pq" alt=""><figcaption><p>Applying configurations</p></figcaption></figure>


---

# 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.inforiver.com/analytics+/working-with-analytics+/16.-backup-and-restore.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.
