# Select

## Select All

Selects all of the audio clips, tracks and labels in all of the tracks.

## Clear Selection

Clears the entire selection that is currently in use.&#x20;

## Select all Tracks

Selects all of the tracks, but does not include the clips.&#x20;

## Region

Additional Select options defined with regions.&#x20;

### Left of Playback Position

Allows the User to define a selection range left of playback position with a time toolbar.&#x20;

<figure><img src="/files/mkMWr6HOm9mrVRdepAiN" alt=""><figcaption></figcaption></figure>

### Right of Playback Position

Allows the User to define a selection range right of the playback position with a time toolbar.&#x20;

### Track Start to Cursor

Selects the range in between the playback position and the selected track start.&#x20;

### Cursor to Track End

Selects the range in between the playback position and the selected track last clip end. &#x20;

### Track Start to End

Selects the range of the entire track, starting with the firstmost clip and ending with the lastmost clip.

## Looping

### Toggle Loop Region

Enables the loop region, the default is the first 4 bars of any given project.&#x20;

### Clear Loop Region

Clears the active loop region.&#x20;

### Set Loop Region to Selection

Sets the loop region to the ranged selection currently available. If no selection is defined, no looping region will be active.&#x20;

### Set Loop Region In/Out

Allows the User to use the time toolbar to define the looping region

<figure><img src="/files/UaW4M8KjbPc1SEFN44EX" alt=""><figcaption></figcaption></figure>


---

# 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://support.audacityteam.org/au4/manual/manual-index/header/select.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.
