> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/kr/tools/overview.md).

# 개요

<figure><img src="/files/337bf52bfedc8e966ea515f73d9124031b2650f2" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/54a05166043b05582011d5d741535345e4e75a2c" %}
[브러시](/main/kr/tools/brush.md)
{% endcontent-ref %}

{% content-ref url="/pages/594a59d4cb19cb09180e2a73eb5772103a6363f6" %}
[지우개](/main/kr/tools/eraser.md)
{% endcontent-ref %}

{% content-ref url="/pages/069fd914ce94808b7672a6cc8e0e26083b850abe" %}
[텍스트](/main/kr/tools/text.md)
{% endcontent-ref %}

{% content-ref url="/pages/2f1d340f1f5f2141f60db5c1ba46ef824c5584e3" %}
[도형](/main/kr/tools/shape.md)
{% endcontent-ref %}

***

## 생성 모드

각 레이어를 다음 생성에서 어떻게 사용할지 선택할 수 있습니다: 생성에 포함하거나 편집 가능하게 유지할 수 있습니다.

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

### 생성에 레이어 사용

레이어가 생성을 안내하고 새로운 비주얼의 일부가 되도록 할 때 사용합니다.

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

### 레이어를 편집 가능하게 유지

레이어가 생성에 포함되지 않고 이후 생성에서도 편집 가능하게 유지되도록 할 때 사용합니다.

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

***

## 사용 방법

{% tabs %}
{% tab title="생성에 레이어 사용" %}

### 생성에 레이어 사용

레이어를 참조로 사용하여 새 비주얼을 생성하세요. 사용 가능: <mark style="color:$primary;">**`이미지-투-이미지 생성`**</mark> & <mark style="color:$primary;">**`복합 작업`**</mark>

{% stepper %}
{% step %}

### 레이어를 선택하세요

생성 모드 패널이 선택한 항목 위에 나타납니다.
{% endstep %}

{% step %}

### "생성에 사용"을 선택합니다

생성 모드가 기본값으로 선택됩니다.

클릭하여 모드 패널을 펼치고 선택하세요 <kbd><mark style="color:$primary;">**생성에 사용**<mark style="color:$primary;"></kbd> .
{% endstep %}

{% step %}

### 생성

선택을 확인한 후, 클릭하세요 <kbd><mark style="color:$primary;">**생성**<mark style="color:$primary;"></kbd>.

레이어가 생성된 이미지의 일부가 됩니다.
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="레이어를 편집 가능하게 유지" %}

### 레이어를 편집 가능하게 유지

레이어를 생성에서 제외하여 다음 생성에서도 완전히 편집 가능하게 유지하세요. 모든 작업에서 사용할 수 있습니다.

{% stepper %}
{% step %}

### 레이어를 선택하세요

생성 모드 패널이 선택한 항목 위에 나타납니다.
{% endstep %}

{% step %}

### "편집 가능하게 유지"를 선택합니다

클릭하여 모드 패널을 펼치고 선택하세요 <kbd><mark style="color:$primary;">**편집 가능하게 유지**<mark style="color:$primary;"></kbd> .
{% endstep %}

{% step %}

### 생성

선택을 확인한 후, 클릭하세요 <kbd><mark style="color:$primary;">**생성**<mark style="color:$primary;"></kbd>.

레이어는 생성된 장면에서도 편집 가능하게 유지됩니다.
{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}

### 자주 묻는 질문

<details>

<summary><strong>레이어를 생성에 사용한 후 원본 레이어는 어떻게 찾을 수 있나요?</strong></summary>

원본 레이어는 상위 장면에 그대로 있으며, 완전히 편집 가능합니다.

</details>

<details>

<summary><strong>여러 레이어의 생성 모드를 한 번에 선택할 수 있나요?</strong></summary>

네. 여러 레이어 또는 그룹을 선택한 다음 생성 모드를 선택하면, 선택한 모든 레이어에 적용됩니다.

</details>


---

# 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://docs.theseaai.com/main/kr/tools/overview.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.
