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

# 快速开始

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

欢迎来到您的 Beachside 入门指南，按照本指南设置您的账户，了解基础知识并尝试您的首次生成。这些页面包含交互式教程、逐步说明和可视化示例。

***

## 入门指南

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">封面图片</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-user-circle-plus" style="color:$primary;">:user-circle-plus:</i>  <mark style="color:$primary;"><strong>创建您的账户</strong></mark></h4></td><td>打开您的邀请，让我们开始注册。</td><td><a href="/files/164201aeb1051009ad959dcb97e45c504743b065">/files/164201aeb1051009ad959dcb97e45c504743b065</a></td><td></td><td><a href="/pages/c34ad3247964e77f57a7757dcfd74fb28c2ae88b">/pages/c34ad3247964e77f57a7757dcfd74fb28c2ae88b</a></td></tr><tr><td><h4><i class="fa-browsers" style="color:$primary;">:browsers:</i>  <mark style="color:$primary;">Beachside 界面</mark></h4></td><td>了解 Beachside 界面的所有基础知识。</td><td><a href="/files/9b5d5d50236e0d866973a21a559c8540d668a5d3">/files/9b5d5d50236e0d866973a21a559c8540d668a5d3</a></td><td></td><td><a href="/pages/98f55d68f6b3a8c6d5713aa3cfb4db913fc1cd44">/pages/98f55d68f6b3a8c6d5713aa3cfb4db913fc1cd44</a></td></tr><tr><td><h4><i class="fa-frame" style="color:$primary;">:frame:</i>  <mark style="color:$primary;"><strong>Playground</strong></mark></h4></td><td>首次探索 Playground。</td><td><a href="/files/55a4768e4ce0b71a88ceab8cf497efd8e81ed1cd">/files/55a4768e4ce0b71a88ceab8cf497efd8e81ed1cd</a></td><td></td><td><a href="/pages/50084979e91f7486ecc9360e8da424a9ea4965c2">/pages/50084979e91f7486ecc9360e8da424a9ea4965c2</a></td></tr><tr><td><h4><i class="fa-image" style="color:$primary;">:image:</i>  <mark style="color:$primary;"><strong>Playground</strong></mark></h4></td><td>让我们试试用文本提示来编辑您的图片。</td><td><a href="/files/8efa9f6f8583793315d4313c718a49897efde14e">/files/8efa9f6f8583793315d4313c718a49897efde14e</a></td><td></td><td></td></tr></tbody></table>


---

# 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.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.
