> 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/presets-and-sounds/moving-the-sound-library.md).

# Moving the Sound Library

***

### Overview

All presets, samples, and wavetables downloaded from the Stream are stored in the “Factory” folder within Current’s application support directory. If you’re downloading a large amount of content, this folder can become quite large, so you may want to move it to an external drive or another location.

Note that no user presets or samples are stored in this folder.

***

### Moving the factory folder

Follow these steps to store this content library in a custom location on your computer or an external drive:

1. Quit your DAW to ensure no instances of Current are running.
2. Locate the “Factory” folder at the following paths:
   * macOS: Mac HD/Library/Application Support/Minimal/Current
   * Windows: C:\ProgramData\Minimal\Current
3. Move the Factory folder to your preferred location.
4. Open Current and select “Locate.” Then, navigate to the folder’s new location.
5. Restart your DAW so the changes apply to all instances of Current.

***

### Locating the factory folder&#x20;

If the Factory folder is has been saved in multiple locations, you can choose the desired one by selecting “Locate Factory Folder” from the global settings dropdown.


---

# 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/presets-and-sounds/moving-the-sound-library.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.
