> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype-docs/documentation_cn/ji-chu/types/layouts.md).

# 布局（Layouts）

\*\*【布局 (Layouts)】\*\*定义了【对象】的总体外观和感觉，并决定可以对【对象】执行的操作。

目前，用户可以为自己的【对象】选择四种基本布局，我们计划在未来让社区贡献者能够创建新的布局。

你可以通过 [类型库](/anytype-docs/documentation_cn/ji-chu/anytype-library/types.md) 为每种类型选择推荐的对象布局，也可以为每个 [模板（Templates）](/anytype-docs/documentation_cn/ji-chu/types/templates.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://doc.anytype.io/anytype-docs/documentation_cn/ji-chu/types/layouts.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.
