> 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/projects-list/preview-and-export.md).

# Preview & Export

***

### #1 Dashboard

<div><figure><img src="/files/a9uccWhFm9jjOOr6vGLy" alt=""><figcaption></figcaption></figure> <figure><img src="/files/YMdOUnQsGCdRvclbKF7p" alt=""><figcaption></figcaption></figure></div>

* Before entering the dubbing studio, you can preview your dubbed videos on the Dashboard.
* If you're happy with the results, you can export them right away. <mark style="background-color:yellow;">Even if the project was originally created as a subtitles-only project,</mark> <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">**you can still click “Create Dubbing” on the dashboard to generate a dubbing version.**</mark>
* At the bottom of the page, the Video Metadata section displays translated titles, descriptions, and other metadata in your selected dubbing language.
* Need more languages? Just use the language tab in the top right to add additional dubbing languages.

***

### #2 Adding Languages

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

* You can add additional dubbing languages anytime—even after creating the project.
* In both the Dashboard and Studio, click the Add button in the top-right language menu. Then, choose whether to generate subtitles, metadata translation, and/or full dubbing for the new language.

***

### #3 Exporting Your Project

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

* To download your dubbed content, simply click Export and choose your desired file format.
* If you'd like to fine-tune the voice, script, or timing before exporting, click Go to Studio.

{% hint style="warning" %}
**The first video/subtitle file shown in the export list(screenshot 1) is the unedited version.**\
**To export your final edits, make sure to click the orange “Export” button and select your preferred format—otherwise, your changes won’t be included in the download.**
{% endhint %}


---

# 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/projects-list/preview-and-export.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.
