# Import VST Presets

Imports all presets from your supported plugins and adds them to the database, or updates the presets if the they already exist.

{% hint style="info" %}
If you have modified the preset metadata, and update a preset, your changes will be preserved.
{% endhint %}

If a new plugin is found, or the plugin DLL has changed, PresetMagician performs the following analysis:

1. Load the metadata (Plugin ID, Plugin Name, Vendor etc) and check which [Preset Parser](https://presetmagician.gitbook.io/help/terminology#preset-parser) to use
2. Check for duplicate plugins (for example, you have the same plugin in different versions and different directories) and merge duplicates into a single plugin

As analysis is a time-consuming process, the analysis is usually only done once. However, to make sure that the correct Preset Parser is used, PresetMagician needs to perform an analysis for each new PresetMagician version because, for example, it could be that a previously unsupported plugin is now supported (and the Preset Parser needs to be changed).

## Load Presets for Selection

Only analyzes the selected plugins.&#x20;


---

# 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://presetmagician.gitbook.io/help/manual/reference/commands/analyze-plugins.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.
