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

# Blend

***

#### 商品を新しい背景に配置する

<div data-full-width="false"><figure><img src="/files/cc19c932f27c8eb022dcd79a7ac726036b566304" alt=""><figcaption></figcaption></figure></div>

#### 既存のビジュアル内の商品を差し替える

<figure><img src="/files/62991533bc599b606138b1dc5d5ae3166da8bb25" alt=""><figcaption></figcaption></figure>

***

## インタラクティブチュートリアル

{% hint style="info" icon="language" %}
**チュートリアルの表示言語を変更する方法**\
チュートリアルはデフォルトで英語で表示されます。別の言語で表示するには、右上にカーソルを合わせて、 <i class="fa-language">:language:</i> **言語**.
{% endhint %}

{% @arcade/embed flowId="lUg7gZdQphO7O1lELGJL" url="<https://app.arcade.software/share/lUg7gZdQphO7O1lELGJL>" fullWidth="false" %}

{% @arcade/embed flowId="Vwg5D4K3qWtnNB1X3oeX" url="<https://app.arcade.software/share/Vwg5D4K3qWtnNB1X3oeX>" %}

***

## 使い方

{% stepper %}
{% step %}

#### 「Blend」を選択します

左側のタスクメニューで選択します <kbd><mark style="color:$tint;">**Blend**<mark style="color:$tint;"></kbd>.

これで、現在のシーンのBlendワークスペースが開きます。
{% endstep %}

{% step %}

#### 商品画像をアップロードする

商品画像は前景要素として使用されます。

画像は次の方法でアップロードできます：

* 選択する <kbd><mark style="color:$primary;">**画像をアップロード**<mark style="color:$primary;"></kbd> シーン内で
* パソコン上のフォルダーから画像をドラッグ＆ドロップする
* 画面左下のライブラリパネルから画像をドラッグ＆ドロップする

アップロードが完了すると、商品がシーンに表示されます。
{% endstep %}

{% step %}

#### 背景画像を選択またはアップロードする

Blendには背景画像が必要です。

追加するには：

1. 選択し、 <kbd><mark style="color:$primary;">**+ 背景**<mark style="color:$primary;"></kbd> シーン左下の
2. 次のいずれかを選択してください：
   * Playgroundから既存のシーンを選択する
   * これまでにアップロードした画像の一覧から選択する
   * パソコンから新しい画像をアップロードする

選択した背景は、シーンの左下に読み込まれます。
{% endstep %}

{% step %}

#### 出力数を選択する

右側の生成設定パネルで：

* 生成するバリエーション数を選択します。
* 一度に最大4シーンまで生成できます。
  {% endstep %}

{% step %}

#### 「Generate」を選択します

すべての設定を確認したら、 <kbd><mark style="color:$primary;">**生成**<mark style="color:$primary;"></kbd>.

生成されたシーンはPlaygroundに表示されます。
{% endstep %}
{% endstepper %}


---

# 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/tasuku/blend.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.
