> 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/qi-ta/bang-zhu.md).

# 帮助

## 直接在 Beachside 中提问

无需离开应用即可找到答案。我们已在 Beachside 中直接添加了一个帮助小部件，可在所有页面中随时使用。

你可以通过它做这些：

* **直接提问** 我们的 AI 代理了解关于如何使用 Beachside 的一切。只需用自己的话提问，即可获得准确、即时的答案。
* **浏览 Beachside 文档** 查看完整文档。
* **分享反馈或报告 bug** 使用我们的 [专用表单](https://theseaai.notion.site/26973d8df43f8027a238e1cdd248711c?pvs=105) 来发送问题或标记任何事项。我们会阅读每一条并认真对待。

**要打开帮助小部件，请点击此处**

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

***

## 当生成反复失败时

如果在相同提示词和输入下生成一直失败，原因可能是你的指令不被允许。以下是常见触发因素：

**品牌名称和商标。** 在提示词中提到产品、品牌或软件，即使你的意图并无恶意，也可能触发商标保护。例如：

* 而不是要求 <kbd><mark style="color:红色;">移除 TheSEA 标志<mark style="color:红色;"></kbd>
* 试着按外观和位置来描述该元素： <kbd><mark style="color:$primary;">移除右下角的小型叠加文字和图形。<mark style="color:$primary;"></kbd>

**图片中的标志、面孔和品牌文字。** 包含显著标志、可识别公众人物或品牌文字的参考图片是常见触发因素。如果生成持续失败，请检查源图片是否包含其中任何一项，并考虑使用其他参考图。

**请按视觉方式描述，不要按名称描述。** 在所有情况下，最可靠的解决方法是用清晰的视觉术语来描述你想要的内容：形状、位置、颜色、纹理。

***

## 分享你的问题或反馈

你有想法吗？我们很乐意听到，无论是问题、bug 报告还是创意。请使用下面的表单直接联系我们。

{% embed url="<https://theseaai.notion.site/26973d8df43f8027a238e1cdd248711c?pvs=105>" %}


---

# 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/qi-ta/bang-zhu.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.
