# Customizing Audacity's UI

## Workspaces

### Turning on and off features

You can turn on and off individual features in Audacity's toolbar using the cog icon on the right. Doing so will show or hide certain UI elements in the toolbar.

<figure><img src="/files/6RBOHyhdI23iFzgC8T6A" alt=""><figcaption></figcaption></figure>

### Moving, docking and floating parts of the UI

Toolbars and panels can be moved by grabbing and dragging them at the top (like an app window), or the ⠿ 6-dot grabber of the element.

### Workspace presets

You can switch between different presets using the Workspace dropdown in the top right corner of Audacity.

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

{% hint style="success" %}
Note: All UI modifications you make are automatically saved to the workspace you're currently in.&#x20;
{% endhint %}

## Themes

Audacity's theme, accent color and clip style can be changed in **Preferences -> Appearance**.

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

### Custom themes

It is possible to further customize Audacity's look using the config files located in the Audacity install folder's `/bin/config`.  Note though that changes to themes here will be overwritten every time Audacity is updated.


---

# 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/new-in-audacity-4/customizing-audacitys-ui.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.
