> 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/configure-avatar/video-options.md).

# 아바타 설정 영역

### 1. 아바타  캐릭터

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

아바타 `캐릭터  선택`에서는 성별 및 신체 옵션 중에서 원하는 항목을 클릭하여 선택할 수 있습니다.

### 2. 의상 및 제스처&#x20;

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

`의상 선택`에서는 의상의 색상과 제스처를 선택할 수 있습니다. 선택한 의상과 제스처는 `영상 미리보기 영역`에서 확인할 수 있습니다.

### 3. 배경&#x20;

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

`배경 선택` 에서는 `녹색크로마키`, `배경없음`, `커스텀` 옵션 중에서 원하는 배경을 클릭하여 선택할 수 있습니다.

* `녹색크로마키` : 녹색크로마키 배경을 선택하면 영상을 추출한 후 영상 편집 툴을 통해 배경 후작업을 할 수 있습니다.
* `배경 없음` : 배경없음 옵션을 선택하면 아바타를 제외한 배경 영역이 모두 투명하게 처리됩니다. 배경없음의 영상을 내보내기 시에는 `WebM` 확장자만 선택 가능합니다.
* `커스텀` : 설정하고 싶은 배경색을 선택할 수 있습니다.

{% hint style="info" %}
적용된 배경을 확인하려면 화면 우측 상단의 `ON`/`OFF` 토글을 활성화하세요.
{% 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://aivatar.gitbook.io/user-guide/ko/usage/using-aivatar/configure-avatar/video-options.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.
