> For the complete documentation index, see [llms.txt](https://docs.polygonflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polygonflow.io/dash-documentation-zh/gong-zuo-yuan-li.md).

# 工作原理

- [程序化散布](https://docs.polygonflow.io/dash-documentation-zh/gong-zuo-yuan-li/scatter-masking-features.md): Dash 包含多种散布工具，每一种都针对特定用途而设计。在本页中，我们将解释为什么这些散布工具是 Dash 中使用最广泛的工具。
- [集中式资源浏览器](https://docs.polygonflow.io/dash-documentation-zh/gong-zuo-yuan-li/centralized-asset-browser.md): 借助 Dash 的内容浏览器，你可以为所有资源添加标签，让它们更容易被找到，同时还能创建一个集中式资源浏览器。也就是说，你可以在任何 Unreal 项目中访问你所有的 UE5 资源。
- [材质 / 大气工具](https://docs.polygonflow.io/dash-documentation-zh/gong-zuo-yuan-li/material-authoring.md)
- [程序化网格工具](https://docs.polygonflow.io/dash-documentation-zh/gong-zuo-yuan-li/mesh-based-tools.md)
- [物理工具](https://docs.polygonflow.io/dash-documentation-zh/gong-zuo-yuan-li/physics-tools.md): Dash 提供了一组物理工具，帮助你更真实地放置物体，从使用实时碰撞进行绘制，到单独移动物体，并观察它们如何相互挤压穿过。
- [工作流增强](https://docs.polygonflow.io/dash-documentation-zh/gong-zuo-yuan-li/misc-tools.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.polygonflow.io/dash-documentation-zh/gong-zuo-yuan-li.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.
