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

# top bar

The **Top Bar** has tools to manage your project.

***

## Quick Reference

| # | Feature                | Description                      |
| - | ---------------------- | -------------------------------- |
| ① | **My Projects**        | Save and go to the dashboard.    |
| ② | **Manual Save**        | Save your work now.              |
| ③ | **Reset Video Buffer** | Fix video playback issues.       |
| ④ | **Free Credits**       | See how many credits you have.   |
| ⑤ | **Language Settings**  | Set Source and Target languages. |
| ⑥ | **Account Profile**    | Open settings or sign out.       |
| ⑦ | **Markers**            | Add notes to the timeline.       |
| ⑧ | **Dictionary**         | Check word meanings.             |
| ⑨ | **Shortcuts**          | See keyboard hotkeys.            |
| ⑩ | **User Guide**         | Read the help manual.            |
| ⑪ | **EXPORT**             | Save audio or subtitle files.    |
| ⑫ | **Fullscreen**         | Make the screen big.             |
| ⑬ | **Settings**           | Change **Track Prompt** options. |

***

## FLASH Mode (Performance Optimization)

Change video quality to fit your PC speed.

| Mode        | Features              | Best For                 |
| ----------- | --------------------- | ------------------------ |
| **Flash X** | Best quality          | Final review on fast PCs |
| **Flash 1** | Low quality           | Quick checks             |
| **Flash 2** | Low quality, no waves | Basic editing            |
| **Flash 3** | Buffer enabled        | **General editing**      |
| **Flash 4** | No auto-select        | **Final check**          |

{% hint style="info" %}
**Recommended:** Use **Flash 3** for editing. Use **Flash 4** for the last check.
{% endhint %}

***

## Prompt Settings

| Setting               | Description                       |
| --------------------- | --------------------------------- |
| **Track Prompt**      | Set a style for the whole track.  |
| **Auto-Regeneration** | Make new audio when text changes. |


---

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