> For the complete documentation index, see [llms.txt](https://tech-house-market.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech-house-market.gitbook.io/help/installation-guides-fl-studio/installing-3rd-party-sample-packs-in-fl-studio.md).

# Installing 3rd party Sample Packs in FL Studio

### 1. Download & Extract the Sample Pack

1. Download the sample pack from **Tech House Market**
2. Right-click the `.zip` file
   * **Windows:** Extract All
   * **Mac:** Double-click to unzip
3. You’ll get a folder containing:
   * Drums
   * Loops
   * One-shots
   * FX
   * MIDI (if included)

👉 **Do not leave samples inside the ZIP** — FL Studio cannot read them compressed.

***

### 2. Move the Sample Pack to a Safe Location

We recommend keeping all your samples in one place.

#### Recommended Locations

* **Windows:**\
  `Documents > Image-Line > FL Studio > Samples`
* **Mac:**\
  `Documents > Image-Line > FL Studio > Samples`

You can also use:

* An external SSD
* A custom “Samples” folder (just remember where it is)

***

### 3. Add the Folder to FL Studio

1. Open **FL Studio**
2. Go to **Options > File Settings**
3. Under **Browser extra search folders**:
   * Click an empty folder icon
   * Select your **Tech House Market sample pack folder**
4. Close the settings window

***

### 4. Refresh the Browser

1. Open the **Browser** (left side)
2. Click the **refresh icon**
3. Your sample pack will now appear in the Browser

***

### 5. Start Using the Samples

* Drag **loops** directly into the Playlist
* Drag **one-shots** into:
  * Channel Rack
  * Sampler
  * Drum plugins (FPC, etc.)

✅ Installation complete — samples are now permanently available.


---

# 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://tech-house-market.gitbook.io/help/installation-guides-fl-studio/installing-3rd-party-sample-packs-in-fl-studio.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.
