# VeSTige

<img src="/files/Epqw0IeX9gqep0Tr8Dn3" alt="VeSTige" width="268">

VeSTige is a VST host that allow the use of external VST plugins. It is a powerful way to extend the range of sounds you can create beyond the plugins provided by defaul. Because VeSTige is a MIDI based host, you can't use ENV/LFO in it.

## Usage

Usage of VeSTige varies greatly depending on what plugin is loaded, but the basic features are the same.

* The green folder button opens a file browser that allows loading of a plugin. Navigate to the folder where you've installed said VST plugin, and select the plugin `.dll`
* The wrench icon shows all the parameters of the plugin as knobs, allowing for automation
  * For more information regarding automation, see [Automation](/user-manual/navigating-lmms/automation.md)
* "Show/hide GUI" shows the plugin's user interface
* "Turn off all notes" is a panic button that mutes the plugin entirely
* The left and right arrow move back and forward in the list of presets
* The down arrow shows a list of presets
* The folder icon allows loading of presets
* The hard drive icon allows for saving presets


---

# 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.lmms.io/user-manual/instruments/vestige.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.
