# Backup and Restore Insights Configuration

*Applies to: Patch My PC Advanced and Patch Insights*

Advanced Insights stores all application configuration in a SQLite database located in the following folder:

```
%ProgramData%\AdvancedInsights\Data\Api\AdvancedInsightsConfig.db
```

Advanced Insights stores all warranty data in a SQLite database located in the following folder:

```
 %ProgramData%\AdvancedInsights\Data\Api\AdvancedInsightsWarranty.db
```

These files can be backed up by any file backup solution.&#x20;

To restore the configuration in the event of loss or server move, simply re-install Advanced Insights and copy the backup files into the same location, overwriting the blank database supplied by the installer.


---

# 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.patchmypc.com/patch-my-pc-insights/backup-and-restore-insights-configuration.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.
