> 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/ex/top-bar.md).

# top bar

The Top Bar acts as the central control center for efficient editing. Use these tools to optimize your workspace and manage project information.

***

## Quick Reference

| # | Feature                | Description                                      |
| - | ---------------------- | ------------------------------------------------ |
| ① | **My Projects**        | Save progress and return to main dashboard       |
| ② | **Manual Save**        | Manually save your work at any time              |
| ③ | **Reset Video Buffer** | Reset video system for smooth preview            |
| ④ | **Free Credits**       | Monitor remaining credits in real-time           |
| ⑤ | **Language Settings**  | View Source → Target language configuration      |
| ⑥ | **Account Profile**    | Access settings or Sign Out                      |
| ⑦ | **Markers**            | Leave notes at specific timestamps               |
| ⑧ | **Dictionary**         | Access glossary for translation consistency      |
| ⑨ | **Shortcuts**          | Open hotkey guide                                |
| ⑩ | **User Guide**         | Access detailed help documentation               |
| ⑪ | **EXPORT**             | Export audio, scripts, subtitles (AAF, WAV, SRT) |
| ⑫ | **Fullscreen**         | Toggle full-screen mode                          |
| ⑬ | **Settings**           | Configure Track Prompt and Auto-Regeneration     |

***

## FLASH Mode (Performance Optimization)

Adjust video quality and system load to match your PC specifications.

| Mode        | Features                      | Recommended For                     |
| ----------- | ----------------------------- | ----------------------------------- |
| **Flash X** | No performance limits         | Final review on high-spec PCs       |
| **Flash 1** | Low-quality video             | Quick sync checks                   |
| **Flash 2** | Low-quality + Hide WAV        | Standard dialogue editing           |
| **Flash 3** | Flash 2 + Timeline buffering  | **Most stable for general editing** |
| **Flash 4** | Flash 3 + Disable auto-select | **QC/Final inspection**             |

{% hint style="info" %}
**Recommended:** Use Flash 3 for most editing tasks. Switch to Flash 4 for final quality checks.
{% endhint %}

***

## Prompt Settings

| Setting               | Description                                             |
| --------------------- | ------------------------------------------------------- |
| **Track Prompt**      | Assign specific tone or style to each track             |
| **Auto-Regeneration** | Automatically regenerate when text or tags are modified |


---

# 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/ex/top-bar.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.
