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

# Beachsideのインターフェース

以下の手順で、コアインターフェースとBeachsideでの作成の始め方を学びましょう。

***

## Beachsideの主要セクション

画像の下にある各タブを確認して、ページをご覧ください：

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

* <i class="fa-house">:house:</i>  **ホーム：** 最近の作業やチームにアクセスし、1か所から新しいPlaygroundを作成できます。
* <i class="fa-bring-forward">:bring-forward:</i>  **Playgrounds：** ビジュアルプロジェクトを作成・整理できます。
* <i class="fa-image">:image:</i>  **Visuals：** 各Playgroundで作成したすべての画像を確認できます。
* <i class="fa-gem">:gem:</i>  **Assets：** パックショット、テクスチャ、背景、ロゴなどの共有ファイルを保存・整理できます。

***

## &#x20;Playgroundを作成

基本は理解できました。次は、最初のPlaygroundを作成する番です。ホームタブから新しいPlaygroundを作成するには、以下の手順に従ってください：

1. 上部メニューで、 <kbd><mark style="color:$primary;">**ホーム**<mark style="color:$primary;"></kbd> タブを選択します。
2. 選択し、 <kbd><mark style="color:$primary;">**ゼロから始める**<mark style="color:$primary;"></kbd> イラストの下にあります。
3. Playgroundを作成すると、自動的にその画面へ移動します。

<div data-with-frame="true"><figure><img src="https://3749661168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2FrpJ5XS1WKhgbcY2O4jIP%2Fgitbook_gettingstarted_12.png?alt=media&amp;token=fd07d68e-7529-4e7b-97b5-ff5ecf1389a3" alt=""><figcaption></figcaption></figure></div>

***

## 次のステップ

Playgroundを確認する

{% content-ref url="/pages/127d7d2678f0e3f03f2fefe1450483b82a723c22" %}
[プレイグラウンド](/main/jp/onboarding/playground.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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/jp/onboarding/interface.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.
