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

# 내보내기

&#x20;이제 프로젝트 작업을 통해 완성한 음성 또는 영상을 파일 형태로 내보내는 단계입니다. 음성과 영상을 내보내는 방법에 대해서 더 자세히 알아 보겠습니다.

{% hint style="info" %}
음성과 영상은 **문단 단위로 선택**하여 내보내거나, **전체 텍스트를 한 번에** 내보낼 수 있습니다.
{% endhint %}

### **파일 내보내기에 대해 더 자세히 알아 보세요.**

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>음성 내보내기</strong></td><td>음성 파일을 내보내기 하는 방법을 알아봅니다.</td><td><a href="/pages/TKB0RtbnQKPw37sAe67J">/pages/TKB0RtbnQKPw37sAe67J</a></td><td><a href="/files/cZrFBLgA3F9ExWKkANwv">/files/cZrFBLgA3F9ExWKkANwv</a></td></tr><tr><td><strong>영상 내보내기</strong></td><td>영상 파일을 내보내기 하는 방법을 알아봅니다.</td><td><a href="/pages/Z6mdCAsBig4SbnElFf8L">/pages/Z6mdCAsBig4SbnElFf8L</a></td><td><a href="/files/qGiLe9wtVZrMVDBN9gbz">/files/qGiLe9wtVZrMVDBN9gbz</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/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.
