> For the complete documentation index, see [llms.txt](https://boombox.mtmograph.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boombox.mtmograph.com/general/sound-packs.md).

# Sound Packs

## Summary

Just like regular design, [**sound design**](https://en.wikipedia.org/wiki/Sound_design) also comes in trends, and having a flexible library becomes essential for creators to keep up with a fast-moving industry.&#x20;

We aim to release a new Sound Pack each month full of interesting sounds to enhance the library. Each new Sound Pack is continually maintained and improved by our Composer and head of Audio Production, [Isaac Brockshus](https://mtmograph.com/pages/about-us).&#x20;

The maintenance includes improving existing Tags and Cue Points, re-mastering audio and adding even more new sounds.&#x20;

## Downloading

It's easy and fun to get the latest Sound Packs. New Sound Packs are synced out via the Mt. Mograph servers and updates are automatically delivered to you. All you have to do is click the 'Available' packs and see what new ones are available.&#x20;

{% hint style="success" %}
Sound Packs you have already installed will receive updates automatically.
{% endhint %}

## Sound Data

There is a lot more than meets the eye with the Boombox Library sounds. They include tags and cue points to make sound design more fluid.&#x20;

### Cue Point

Every sound effect in the Library has a "cue" point / or in musical terms "hit point".

Align your CTI (Current Timeline Indicator) with a visual action in your Composition or Sequence and when you Add the sound, the cue point will line up with the CTI.

### Search Tags

Sounds have a wide spectrum of flavors, so it's important to have more than one way to find the right sound effects. Each sound has tags, describing the sound in terms of motion, action, and even phonetically making them very easy to find.


---

# 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://boombox.mtmograph.com/general/sound-packs.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.
