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

# Beachside 界面

按照这些步骤了解我们的核心界面，以及如何开始使用 Beachside 进行创作。

***

## 海滨主要部分

浏览图片下方的不同选项卡以预览我们的页面：

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

* <i class="fa-house">:house:</i>  **主页：** 在一个地方访问最近的作品、团队，并创建新的工作区。
* <i class="fa-bring-forward">:bring-forward:</i>  **工作区：** 创建并整理你的视觉项目。
* <i class="fa-image">:image:</i>  **视觉内容：** 查看你在所有工作区中创建的所有图片。
* <i class="fa-gem">:gem:</i>  **素材：** 存储并整理共享文件，如产品图、纹理、背景和徽标。

***

## &#x20;创建工作区

你已经掌握了基础，现在是时候创建你的第一个工作区了。按照以下步骤从主页选项卡创建一个新的工作区：

1. 在顶部菜单中，选择 <kbd><mark style="color:$primary;">**主页**<mark style="color:$primary;"></kbd> 选项卡。
2. 选择 <kbd><mark style="color:$primary;">**从零开始**<mark style="color:$primary;"></kbd> 在插图下方。
3. 工作区创建后，你将被自动重定向到该工作区。

<div data-with-frame="true"><figure><img src="https://2190407032-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>

***

## 下一步

探索工作区

{% content-ref url="/pages/50084979e91f7486ecc9360e8da424a9ea4965c2" %}
[画布](/main/ch/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/ch/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.
