> For the complete documentation index, see [llms.txt](https://docs.hudson-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hudson-ai.com/dubbing-studio-guide-jp/refactorying/speech-box/track-settings.md).

# Track settings

Organize your tracks. Set up speakers and voices here.

***

## Managing Tracks

### Add Tracks

Click the **+** button to add a track.

### Reorder Tracks

{% stepper %}
{% step %}
Click the **=** button.
{% endstep %}

{% step %}
Drag the track to move it.
{% endstep %}
{% endstepper %}

***

## Casting Configuration

{% stepper %}
{% step %}
Click the **⋮** menu on a track.
{% endstep %}

{% step %}
Click **Track Settings**.
{% endstep %}

{% step %}
Name the track.
{% endstep %}

{% step %}
Pick a voice from **Voice Casting**.
{% endstep %}
{% endstepper %}

***

## Track Settings Options

| Mode           | Description                                                                  |
| -------------- | ---------------------------------------------------------------------------- |
| **Casting**    | Pick a voice from the list. This sample is the base for the track.           |
| **Clip Clone** | The AI copies the original voice for each clip. It keeps the original style. |

***

## Batch Actions

| Action                           | Description                      |
| -------------------------------- | -------------------------------- |
| **Generate Takes for All Clips** | Make new takes for every clip.   |
| **Voice Remix**                  | Fix voice quality for all clips. |
| **Delete Track**                 | Remove the track and all clips.  |


---

# 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://docs.hudson-ai.com/dubbing-studio-guide-jp/refactorying/speech-box/track-settings.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.
