> For the complete documentation index, see [llms.txt](https://bcds.gitbook.io/multimedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bcds.gitbook.io/multimedia/audio/audacity.md).

# ¶ Audacity: Audio Recording & Editing

Audacity is an open source sound recording and editing platform that can be used on Mac, PC, and Linux systems. You can install it for free on your computer or access it on a computer in the [Digital Studio](https://ds.bc.edu/digital-studio/). To install Audacity, go to the [download page](http://www.audacityteam.org/download), and choose the appropriate link for your operating system. Follow the install instructions on the website carefully.

The following resources will provide you with ways of learning the platform:

* ["Audacity "How To" Videos"](/multimedia/audio/audacity/video-tutorials.md) and ["Audacity Basics & Tips."](/multimedia/audio/audacity/basics-tips.md)
* The [Audacity manual](https://manual.audacityteam.org/index.html) for more detailed information (Note that the image of the Audacity interface is interactive and explains each function.) The ["Getting Started"](https://manual.audacityteam.org/quick_help.html#) is especially helpful for beginners.   &#x20;
* This site's [Sound Recording & Editing Introduction](/multimedia/audio/sound-recording-editing/practicum-rerecording-your-reading.md) uses Audacity for recording and editing.&#x20;


---

# 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:

```
GET https://bcds.gitbook.io/multimedia/audio/audacity.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.
