# Getting Started with a Project

You can input text in your project and extract audio and video files that are generated through various options.

### Let's take a look at the features of the project screen.

<div data-full-width="false"><figure><img src="https://2156138890-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxuWifO3Fqyw3Tw3Tjlll%2Fuploads%2F2Ikcfwqm9UQTYnX7cHk8%2F%EC%83%88%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8_%EC%98%81%EB%AC%B8psd.png?alt=media&#x26;token=5ce9b9b0-b365-43f1-94f6-134ad12a044a" alt=""><figcaption></figcaption></figure></div>

#### 1. Project menu

<figure><img src="https://2156138890-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxuWifO3Fqyw3Tw3Tjlll%2Fuploads%2FEslrfhHrHJgyjSsYEf1w%2F%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8_%EB%A9%94%EB%89%B41_%EC%98%81%EB%AC%B8.png?alt=media&#x26;token=1d16b739-a608-4f29-9c9c-2953e9004c98" alt=""><figcaption></figcaption></figure>

1. <mark style="color:red;">`←`</mark> : To **exit the project** or return to the previous page, use this button.
2. <mark style="color:red;">`New Project`</mark>: You have the **option to name or edit the project nam**e. Naming projects can aid in efficient project management.&#x20;
3. <mark style="color:red;">`Save`</mark> : The current project's state is **saved automatically**. If you save your progress by clicking the <mark style="color:blue;">`Save`</mark>  button during a task, you can recall it from that point even after exiting the project.
4. <mark style="color:red;">`Export`</mark>: You can select  <mark style="color:blue;">`Export Audio`</mark>와 <mark style="color:blue;">`Export Video`</mark>를 선택할 수 있습니다.

#### 2. Audio tab

<figure><img src="https://2156138890-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxuWifO3Fqyw3Tw3Tjlll%2Fuploads%2FbneB12SC5dWcdRDtfjCr%2F%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8_%EB%A9%94%EB%89%B42_%EC%98%81%EB%AC%B8.png?alt=media&#x26;token=ff0c6e6a-3dec-48c4-ade8-5f33bf129c87" alt=""><figcaption></figcaption></figure>

1. `Audio Tab` : The Audio tab displays a task screen where you can input text and convert it into speech.
2. `Text input zone` : In the text box, you can input, edit, and delete text.
3. `Audio play bar zone` : You can play audio and check the time.
4. `Audio control area` : Once you have selected the text box, you can choose an AI voice and language from the drop-down list. Additionally, you can adjust the sentence spacing, speed, voice tone, and volume.

#### 3. Audio Control Area

<figure><img src="https://2156138890-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxuWifO3Fqyw3Tw3Tjlll%2Fuploads%2FbiBbUKn6xIqrzNMrYHRt%2F%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8_%EB%A9%94%EB%89%B43_%EC%98%81%EB%AC%B8.png?alt=media&#x26;token=b6ece20d-fa65-4fd0-9349-407f84d2b6ff" alt=""><figcaption></figcaption></figure>

1. `Language` : There are over 140 multilingual text-to-speech systems available, including those for Korean and English.
2. `Voice` : To preview each voice, expand the <mark style="color:blue;">`See more`</mark>  section and select the desired voice. Then, click the play icon.
3. `Sentence spacing` : Adjust the spacing between the selected sentence and the following sentence.
4. `Speed` : Adjust the speed of the audio that speaks the text.
5. `Tone` : Adjust the pitch of the voice.
6. `Volume` : Adjust the volume of voice
7. `Reset setting` : Reset all settings for each item completely.
8. `Apply to all` : The settings applied to one text box can be applied to all text boxes.


---

# Agent Instructions: 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:

```
GET https://aivatar.gitbook.io/user-guide/usage/using-aivatar/dashboard/project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
