> For the complete documentation index, see [llms.txt](https://docs.jcore.io/clarity-gateway/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jcore.io/clarity-gateway/other/settings-import-export/importing-settings.md).

# Importing Settings

{% hint style="warning" %}
Warning: importing settings will erase all of your current settings and replace them with the settings in the imported file. Export your settings first if you need to save or merge any settings.
{% endhint %}

To import settings open the menu at the top right:

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

And in the menu that appears click **Import Settings**:

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

In the dialog that appears, drag and drop a file in the **Settings File** area or click **Select File...** to select a file in a dialog.

<figure><img src="/files/2sZ735uV0x1P4FX0PXO6" alt=""><figcaption></figcaption></figure>

Finally, click **OK** to import the settings. Once Clarity Gateway is finished importing it will refresh the page and you should see the new settings.

<figure><img src="/files/3O4QbX4mHUZYVbOHpLC9" alt=""><figcaption></figcaption></figure>

If there is an error in the settings file (this should usually only happen if you have edited it manually) you'll see an error message:

<figure><img src="/files/80md4M03RQBVndUkRJQH" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/importing-settings.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.
