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

# Playground

在我们开始使用 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/ea13cf0f4a56b5d142c9d29742d6f7d25a3d0c31" alt=""><figcaption></figcaption></figure></div>

&#x20;

***

## 将素材上传到你的素材库

在生成之前，请先将这些图片素材保存并上传到你的工作区素材库。上传到这里后，你就不需要再上传它们了。在继续下一步之前，请先下载并将它们保存在本地。

{% file src="/files/bf91030c605e57425ddfb079ec9351ba35b590a1" %}

{% file src="/files/76cdb7f6303238068ca2864d9c60847c855a4cb9" %}

{% 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/8183dd46f52d8ff627f0e8be04efe470cf549cc6" 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/59c2aac9f3ff048cc4b2bf861d0199f04513e5ba" alt=""><figcaption></figcaption></figure></div>

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

{% step %}

### 继续生成

**拖放** 你的图片到你的 **场景** 以开始生成：

<div data-with-frame="true"><figure><img src="/files/9c63103882a7b0dcf524003786efda119803e6b7" 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/bfaf078c9bffc775557f2ba0ade7308316b3b183" 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/ef72e59505ee5aed93646119f90230b81febcc4b" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 上传更多产品

根据需要继续重复此过程，以添加更多产品。
{% endstep %}
{% endstepper %}

***

## 最后一步&#x20;

使用 Beachside 生成你的第一个作品！

{% content-ref url="/pages/b3e7ffa0a506b5295d655d06b7901eaeae9d19e1" %}
[首次生成](/main/ch/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, and the optional `goal` query parameter:

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