> 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/create-delete-projects.md).

# Create / Delete Projects

### #1 My Projects

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

* When you open Timbr Studio, the first screen you’ll see is **My Projects**.
* In the left sidebar, you’ll find access to:
  * **My Projects**
  * **Voice Actors**
  * **Translation Dictionary**
* At the bottom of the sidebar, you can view your **profile** and **available credits**.
* To start a new project, click **“Create Dubbing / Subtitles”** or **“Create Subtitles”** at the top of the screen.
* All of your past projects will appear here and can be freely re-edited anytime by clicking on them.

***

### #2 Creating a Project

<figure><img src="/files/FdmKGaYHdLNz0M0K1edD" alt="" width="375"><figcaption></figcaption></figure>

* You can create a dubbing project by pasting a YouTube link or uploading your own video file.
* Dubbing may take approximately 1–2x the duration of your content. Once it’s ready, Timbr will notify you via email.
* To ensure high-quality dubbing, keep these tips in mind:

{% hint style="success" %}

1. We recommend content with 3 or fewer speakers.
2. Videos with loud background music or noise may affect audio clarity.
3. Music cannot be dubbed, and your video must include spoken voice or dialogue.
   {% endhint %}

<figure><img src="/files/YR21eIQRqBkeDXDJPleV" alt="" width="375"><figcaption></figcaption></figure>

* Timbr can automatically detect the original language, or you can manually choose from 10+ languages—including English, French, and Spanish—for both the source and dubbing language.
* <mark style="background-color:yellow;">Want to dub in multiple languages? You can select several target languages at once to create a</mark> <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">**multilingual project**</mark><mark style="background-color:yellow;">.</mark>

{% hint style="info" %}
Speaker count can also be detected automatically, but for the most accurate results ✨, we recommend specifying the number of speakers manually.
{% endhint %}

* When using the Translation Dictionary, only dictionaries matching the selected source and target languages will be shown.
* For the best dubbing quality, we recommend uploading separated audio tracks (dialogue, music, sound effects) and optional subtitle files for both the original and dubbed versions.

***

### #3 Deleting a Project

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

* You can manage or delete any of your past projects from the My Projects.
* To permanently delete a project, click the More Options icon (three dots) next to the project and select Delete.


---

# 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/create-delete-projects.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.
