# Save Your Settings

Sometimes it may be necessary to save your settings. For example, if you want to reinstall or transfer the settings to a new device.

The following files are relevant for you and can be found in the installation folder of LazyMerch:

* **state.json** - contains loaded rows, log message and the current app state
* **settings.json** - contains all your settings, except the product settings templates
* **database.db** - contains your import templates and trademark blacklist/whitelist
* **ProductSettings Folder** - contains your product settings templates

To save them, copy them to a different place. You can paste it back in later after you re-installed or  installed on a different device.

## How to find the files and folders

### Windows

![Right-Click LazyMerch Icon](/files/lxFOk8vlmQ2FeDki9Oxu)

Right-Click on the LazyMerch icon and choose "Open File Path". After this the installation folder will be opened. If you struggle finding the desired files, use the explorer search bar.

### Mac

![CTRL+Click LazyMerch Icon](/files/k2o6lNrgu791ptmOPwKp)

CTRL + Click the LazyMerch icon in your applications folder or on the Dock. Choose "Show Package Contents" to open the installation folder of LazyMerch.

Navigate to Contents > MacOS and look for the desired files and folders.


---

# 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://automation-docs.lazymerch.com/general-settings/save-your-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.
