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

# 工具

- [图层](https://docs.theseaai.com/main/ch/gong-ju/layers.md): 可直接在画布上旋转和翻转图层。使用拖拽手柄调整方向，以 15° 为增量吸附，并就地镜像支持的图层。
- [画笔](https://docs.theseaai.com/main/ch/gong-ju/hua-bi.md): 可直接在场景上绘制草图以提供视觉指令。每种颜色都会创建一个单独的图层，使您能够定义区域、突出更改并指导生成。
- [文本](https://docs.theseaai.com/main/ch/gong-ju/wen-ben.md): 直接向产品视觉图中添加文字。文字在 Beachside 中仍可编辑，无需导出到外部设计工具即可调整布局和样式。
- [字体](https://docs.theseaai.com/main/ch/gong-ju/wen-ben/zi-ti.md): 上传自定义字体，并从预加载的系统字体中选择。
- [文字设置](https://docs.theseaai.com/main/ch/gong-ju/wen-ben/wen-zi-she-zhi.md): 通过全局设置（应用于整个文本框）和字符级调整来控制文字外观，包括字号、字间距、拉伸、行高、对齐和文字装饰。
- [标记](https://docs.theseaai.com/main/ch/gong-ju/biao-ji.md): 标记可让您用“印章”标记场景。可用于表示审批状态、突出优选方案，或标记问题及其他重要备注。
- [标尺与参考线](https://docs.theseaai.com/main/ch/gong-ju/biao-chi-yu-can-kao-xian.md): 标尺与参考线为画布带来精确测量和对齐功能——专为对产品尺寸和摆放有严格规范的团队打造。


---

# 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/gong-ju.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.
