# Audacity Recording & Exporting Quick Guide

The following video covers setting up your mics and output (i.e., speaks or headphones), setting your levels, and how to record and playback.&#x20;

{% embed url="<https://youtu.be/CESQmaD0AZM>" %}

Recording and Playback buttons:

![The record and playback button options.](/files/XhHayKvbAJC8yLaHJGZ2)

### Export Your Audio

When you are done recording, export your audio. **Go to File and "Export as MP3" or "Export as WAV."** WAV is the highest quality and MP3 is a lesser but still good quality.

If you have **multiple tracks** and want to export them separately, double click on a single track to highlight it. Go to "Export" and select "Export Selected Audio." Do this for each track you want to export. If you do not export your tracks separately, all of the sound will be combined in one file.

![Selecting "Export Selected Audio"](/files/-MVI-bcMOl0uteWnze4H)

If you choose to save your recording by selecting "**Save Project**," it will save it as an **Audacity** **project**, which can only be opened in the application. This choice is fine if you want to keep working in the app, but once you want to share it out as an audio file or move it to a different platform for editing, you will need to export it. Moreover, it is a good practice to export it as an audio file even if you save it as a project so that you have a backup of your recording.

To **learn more about Audacity**, including how to use it for sound editing, see [Audacity tutorials](/multimedia/tutorials/audacity.md). To learn more about sound recording and editing concepts, see [Sound Recording & Editing](/multimedia/audio/sound-recording-editing.md).


---

# Agent Instructions: 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/audacity-recording-and-exporting-quick-guide.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.
