> 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/jp/tsru/gai-yao.md).

# 概要

<figure><img src="/files/62e0be1e335f11b7839d5fccb7408fc723680b7b" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/1bf40d279a7015aa72a91388980276576ebb1618" %}
[ブラシ](/main/jp/tsru/burashi.md)
{% endcontent-ref %}

{% content-ref url="/pages/741104831ba1e6affac9f843f7b125042688ec88" %}
[消しゴム](/main/jp/tsru/shigomu.md)
{% endcontent-ref %}

{% content-ref url="/pages/d4b9f4b3d03fe027a937776bc2377eb16c677a9c" %}
[テキスト](/main/jp/tsru/tekisuto.md)
{% endcontent-ref %}

{% content-ref url="/pages/bac521398f49b22a7b2659e12e25e6e03526ec6d" %}
[図形](/main/jp/tsru/tu-xing.md)
{% endcontent-ref %}

***

## 生成モード

各レイヤーを次回の生成でどう使うかを選べます。生成に含めるか、編集可能なままにするかを選択できます。

<figure><img src="/files/2b85e67cda4d03b4d68738741a59b9430ce6c735" alt=""><figcaption></figcaption></figure>

### 生成にレイヤーを使用

レイヤーを生成のガイドとして使い、新しいビジュアルの一部にしたいときに使います。

<figure><img src="/files/3028a16ac690c7e5c17ebf97ffd6ef0d75eca201" alt=""><figcaption></figcaption></figure>

### レイヤーを編集可能なまま保持

レイヤーを生成に含めず、後続の生成でも編集可能なままにしておきたいときに使います。

<figure><img src="/files/95f8ff7d17ef0a2655f2084b564d25292d7dabc4" 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/jp/tsru/gai-yao.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.
