> 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/workspace-layout.md).

# workspace layout

The editor has four main areas.

![Workspace Overview](/files/7ffa1b656d41e83fc00df56eb05016f7aebac6a7)

***

## Speech Box Area

This is for text. You can edit the script and tell the AI how to act.

Key Features:

* **Text Window Configuration**: See the original text, translation, and acting notes.
* **AI Automation Tools**: Tools to Transcribe, Translate, and **Generate Prompt** automatically.

***

## Timeline

This is for audio. You can move clips and change tracks.

Key Features:

* **Track Label Area**: Choose speakers and add or delete tracks.
* **Editing Toolbar**: Tools to **Select (V)**, **Add Dialogue (N)**, and **Trim (T)**.
* **Clip Control**: Create new takes with **Generate Take (+1, +3)**.

***

## Top Bar

This is for tools. You can save your work and check settings.

Key Features:

* **Save & Management**: Save manually and change episode names.
* **Performance Optimization (FLASH)**: Change settings to make editing faster.
* **Information Lookup**: Check credits and shortcuts.
* **Export & Settings**: Export files and change **Track Prompt** settings.

***

## Video Preview

This is for watching. Check if the audio matches the video.

Key Features:

* Check sync in real-time.
* Change the window size.
* Pop-out the window to move it.


---

# 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/workspace-layout.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.
