> For the complete documentation index, see [llms.txt](https://creco-1.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://creco-1.gitbook.io/docs/episode/undefined.md).

# 어시스턴트

## 어시스턴트 설정

* 프로젝트 설정에서 기본값으로 사용할 어시스턴트 설정이 가능합니다. 해당 설정은 프로젝트의 모든 에피소드에 적용됩니다.

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

## 음영 생성

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

* 툴바에서 어시스턴트를 활성화하고 음영 생성을 원하는 영역 선택 후에 생성 버튼을 클릭합니다.
* 광원 위치 설정을 통해 음영의 방향 조절이 가능합니다.

## 생성 가이드

* 음영 생성에는 학습 기능이 포함되지 않은 Gemini 3 Pro Image 모델이 사용됩니다.
* 생성 모델의 가이드라인에 따라서 노골적인 성행위 묘사는 생성이 제한될 수 있습니다.
* AI 어시스턴트는 실수 할 수 있으니 사람의 확인이 필요합니다.
* 결과물 퀄리티를 위해 영역 선택 가이드를 확인해 주세요.

<figure><img src="/files/7OaSNDYLzpEajdwjoKwT" alt="" width="563"><figcaption></figcaption></figure>

## 생성 예제

{% tabs fullWidth="false" %}
{% tab title="원본 선화" %}

<div data-full-width="false"><figure><img src="/files/EDRi6fdYXoPk3w6WD8UY" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="음영 레이어 추가" %}

<figure><img src="/files/yqRp2wjaM0JMAw6mg1R1" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## 생성 목록

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

* 우측 패널에서 생성된 결과물 및 상태를 영역 별로 구분하여 확인이 가능합니다.
* 생성된 결과물에서 썸네일, 광원 위치, 음영 스타일 확인이 가능하며, 생성된 결과물을 선택하여 재생성이 가능합니다.

## 음영 컬러

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

* 음영 컬러를 변경하여 확인이 가능합니다.
* 기본값으로 설정 시 프로젝트 기본 음영 컬러로 설정됩니다.
* 결과물을 다운로드 받는 경우 변경된 음영 컬러 기준으로 다운로드 받습니다.

## 다운로드

* 다운로드는 기준이 되는 선화가 포함되지 않은 음영만 다운로드합니다.
* 편집 프로그램에서 수정 및 채색 시 음영 레이어를 \[ Blend Mode - Multiply ] 로 설정 후 작업해 주세요.
* 다운로드는 아래와 같이 가능합니다.
  * 전체 : 선택된 모든 영역을 페이지로 구분하여 다운로드 합니다.
  * 페이지 : 해당 페이지의 선택된 모든 영역을 다운로드 합니다.
  * 영역 : 해당 영역을 다운로드 합니다.
* 전체, 페이지 단위로 다운로드 받는 경우 합쳐진 결과물 혹은 분리된 결과물로 다운로드 가능합니다.

<figure><img src="/files/3HntlJXAuyIBx6bcwhit" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="119.73046875">항목</th><th>설명</th></tr></thead><tbody><tr><td>합쳐진 결과물</td><td>페이지 단위로  영역을 합쳐서 다운로드 합니다.</td></tr><tr><td>분리된 결과물</td><td>페이지 사이즈를 유지한채 영역을 개별 파일로 분리하여 다운로드 합니다. 중복된 영역에 음영이 생성된 경우 레이어 분리가 가능한 장점이 있습니다.</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:

```
GET https://creco-1.gitbook.io/docs/episode/undefined.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.
