> 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/onboarding/playground.md).

# プレイグラウンド

Beachsideで制作を始める前に、インターフェースの使い方についていくつかご案内します。ここでご紹介する6つの概念を押さえれば、すぐに始められます！

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

1. **プレイグラウンド名：** いつでも名前を変更できるよう、ダブルクリックしてください。
2. **無限キャンバス：** 自由に拡大・縮小でき、好きなだけシーンを作成できます。
3. **シーン：** プレイグラウンド内で作成するコンテンツの呼び名です。
4. **ライブラリ：** チームのアセットにアクセスし、プレイグラウンドで使用するファイルをアップロードできます。
5. **タスクメニュー：** 意図に基づくクリエイティブ操作です。
6. **ツールメニュー：** タスクを補助・支援するための手動ツールです。

***

## プレイグラウンドを開く

プレイグラウンドを開くと、画像から始めるかテキストから始めるかを選ぶメッセージが表示されます。Beachsideでは、テキストプロンプトからゼロから画像を作成することも、既存の画像から続けることもできます。選択してください <kbd><mark style="color:$primary;">**画像から始める**<mark style="color:$primary;"></kbd>.

<div data-with-frame="true"><figure><img src="/files/8dca103e737c9bfe576aa8532ecb5a5755dc449f" alt=""><figcaption></figcaption></figure></div>

&#x20;

***

## アセットをライブラリにアップロードする

生成を始める前に、これらの画像アセットをプレイグラウンドのライブラリに保存してアップロードしてください。ここに一度アップロードすれば、再度アップロードする必要はありません。次のステップに進む前に、ダウンロードしてローカルに保存してください。

{% file src="/files/8a176dad3011b89215d90823cc0c1af3bb664b59" %}

{% file src="/files/5ab670fea812d72c587ba55318f6f2a3a8b20bff" %}

{% stepper %}
{% step %}

### アップロードパネルを開く

画面左下で、 <i class="fa-arrow-up-from-bracket" style="color:$primary;">:arrow-up-from-bracket:</i> アイコンをアップロードパネルから選択します：

<div data-with-frame="true"><figure><img src="/files/8d515fd905c3216083f7c617314ace2f1e3c091b" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

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

1. ファイルを選択してアップロードしてください\
   指定のエリアに画像ファイルを選択またはドラッグすることでアップロードできます。各ファイルは最大30MBで、同時に最大10ファイルまでアップロード可能です。
2. 選択 <kbd><mark style="color:$primary;">**確定**<mark style="color:$primary;"></kbd> してアップロードを完了し、プレイグラウンドに戻ります。

<div data-with-frame="true"><figure><img src="/files/d1defa487b9bc1a2256b50add570148813112c13" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/23fc3a5a947136e52416a93883db50a7e66508e9" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 生成を続ける

**画像をドラッグ＆ドロップして** あなたの **シーン** に入れ、生成を開始します：

<div data-with-frame="true"><figure><img src="/files/e959c65f12f1f0d8e1f8e9ddf979d27b4c23849a" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

## 商品アセットをプレイグラウンドに接続する

それでは、商品アセットをプレイグラウンドのライブラリに接続しましょう。ここに一度アップロードすれば、再度アップロードする必要はありません。&#x20;

{% stepper %}
{% step %}

### 商品パネルを開く

画面左下で、 <i class="fa-plus-large" style="color:$primary;">:plus-large:</i> 商品パネルの

<div data-with-frame="true"><figure><img src="/files/843725d42114ad1b2ec006006274efa8510be92d" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 商品を選択する

1. 左側のリストからブランドを選択してください。
2. アップロードしたい商品を選択してください。
3. をクリックして <kbd><mark style="color:$primary;">**選択**<mark style="color:$primary;"></kbd> ライブラリに追加します。

<div data-with-frame="true"><figure><img src="/files/7b95dc35efe3af06749fe2d9c1ec31ffa0a86064" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### さらに商品をアップロードする

必要に応じてこの手順を繰り返し、追加の商品を登録してください。
{% endstep %}
{% endstepper %}

***

## 最終ステップ&#x20;

Beachsideで最初の作品を生成しましょう！

{% content-ref url="/pages/f20c88bc6c046c636ad1babb78390a802577d934" %}
[初回生成](/main/jp/onboarding/firstgeneration.md)
{% endcontent-ref %}


---

# 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://docs.theseaai.com/main/jp/onboarding/playground.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.
