# Settings Import/Export

To backup and restore Clarity Gateway settings or clone them to another device, you can import and export settings from Clarity Gateway.

### File Formats

Settings can be exported as either a **JSON** file, or as a spreadsheet in **XLS**, **XLSX**, or **CSV** format. The spreadsheet formats are easy to edit in Excel and you can optionally use them to copy in channel settings manually from your own records.

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

### Content Included in Exported Settings

The following entities are imported and exported:

* Tags
* Local I/O Channels
* Connections and connection channels

Device IP Address and security configuration is *not* include&#x64;*.*

{% hint style="info" %}
Exports to XLSX, XLS, and CSV formats do not include metadata (name, units, etc) for tags that are not connected to any connectors or local I/O points at the time of export. This is normally not a problem, but if you want to retain metadata for disconnected tags, use JSON instead of a spreadsheet format.
{% 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.jcore.io/clarity-gateway/other/settings-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.
