> For the complete documentation index, see [llms.txt](https://manual.minimal.audio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.minimal.audio/current-manual/additional-settings/import-user-samples-and-wavetables.md).

# Import User Samples and Wavetables

***

### Overview

Current supports multiple ways to import your wavetables and samples.

* **Drag and drop.** Drag and drop an individual audio file or folder onto the waveform display.
* **File browser.** Hover over the waveform display and click the 'Folder' icon to open a file browser. Choose this option if you would like to import multiple audio files or folders.

**Import Behavior**

* **Audio files.** Selected files will be added to the "User" pack.
* **Folders.** Entire folders will be imported as individual packs.

**Note.** Subfolders will not be imported so ensure folders contain only audio files.&#x20;

When adding wavetables, you will be prompted with different import options:

* **Import existing wavetable**

Use this for third-party wavetables ready to be loaded.

* **Other options**

These use algorithms to slice the audio file into individual frames to create a wavetable. For more information on wavetable import options, see [Wavetable Oscillators](/current-manual/sound-engine/wavetable-oscillators.md).

**Storage Locations for Sliced Wavetables**

* **macOS**: /Library/Application Support/Minimal/Current/Wavetables/Imported
* **Windows**: C:\ProgramData\Minimal\Current\Wavetables\Imported

**Note**: Subfolders will not be imported so ensure folders contain only audio files.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.minimal.audio/current-manual/additional-settings/import-user-samples-and-wavetables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
