# Additional Settings

### **Overview**

Current’s global settings offer deep control over workflow, system behavior, and customization. From preset management and graphics performance to oversampling and parameter locking, the global menu provides access to everything needed to tailor the plugin to your environment.

To access these options, click the **gear icon** in the top right of Current’s interface.

***

### Global Settings

**Preset Management**

* **Initialize Preset** – Resets to the default patch.
* **Show User Presets** – Opens your user preset folder for organizing content.
* **Rescan Preset Folders** – Refreshes the list of available presets.
* **Create User Preset Pack** – Creates a new user pack with editable metadata and placeholder art.

**Factory Content**

* **Install Factory Content** – Downloads over 2GB of official presets, wavetables, and samples.
* **Locate Factory Folder** – Select the location of your factory content. Useful if moved to another drive.

**Documentation & Support**

* **View Manual** – Opens the full online documentation.
* **Walkthrough** – Re-launches the interactive plugin onboarding.
* **Support** – Opens Minimal Audio’s support page in your browser.

***

### Audio & Graphics Settings

**Audio Engine**

* **Glide Mode** – Choose between *Legato*, *Release*, or *Always* for voice glide behavior.
* **Oversampling** – Increases global audio quality at the cost of CPU. Ideal for FM/AM or extreme pitch shifting.

**Graphics Settings**

* **Default View** – Choose which tab (Play, Engine, Effects, Stream) opens by default.
* **Window Size** – Set default plugin window dimensions.
* **Frame Rate** – Controls animation smoothness.
* **Enable OpenGL** – Helps avoid graphical issues on some setups.


---

# 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://manual.minimal.audio/current-manual/additional-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.
