> For the complete documentation index, see [llms.txt](https://aivatar.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aivatar.gitbook.io/user-guide/ko/usage/using-aivatar/type-text.md).

# 텍스트 입력하기

AiVATAR 서비스는 어떤 텍스트든지 음성과 영상으로 변환합니다.&#x20;

### **텍스트 입력에 대해 더 자세히 알아 보세요.**

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>문장과 문단의 개념 이해하기</strong></td><td><em>텍스트 입력 영역은 <code>문장</code>과 문장의 집합체인 <code>문단</code>으로 구분됩니다.</em></td><td><a href="/files/kqHPFnEfTRJYq6t8296L">/files/kqHPFnEfTRJYq6t8296L</a></td><td><a href="/pages/WDWGOlJTzu7si339GXM4">/pages/WDWGOlJTzu7si339GXM4</a></td></tr><tr><td><strong>텍스트 입력 영역에서 바로 스크립트를 작성하기</strong></td><td><em>문장을 입력·추가·수정·삭제할 수 있습니다.</em></td><td><a href="/files/x3Sns9bb6KgTVkpTuiAT">/files/x3Sns9bb6KgTVkpTuiAT</a></td><td><a href="/pages/JQt05viFalEpjXwzcn3U">/pages/JQt05viFalEpjXwzcn3U</a></td></tr><tr><td><strong>클립보드에서 스크립트를 붙여넣기</strong></td><td><em>텍스트를 복사, 붙여넣기 할 수 있습니다.</em></td><td><a href="/files/xtlYNHb4DgsLQWzhfuh8">/files/xtlYNHb4DgsLQWzhfuh8</a></td><td><a href="/pages/ud9OFtuTRuo7XUwpnMSu">/pages/ud9OFtuTRuo7XUwpnMSu</a></td></tr></tbody></table>


---

# 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://aivatar.gitbook.io/user-guide/ko/usage/using-aivatar/type-text.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.
