> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/chuang-jian-nei-rong/blocks/columns.md).

# 列

列是一种为你的文档创建不同布局的绝佳方式。你可以在列中添加许多不同类型的区块，并调整每一侧的宽度，以根据你需要的设计进行自定义。

{% columns %}
{% column width="50%" %}
**在你的文档和产品之间创造无缝体验**

将你的文档直接集成到产品体验中，或者为用户提供个性化体验，让他们更快获得所需内容。

<a href="https://www.gitbook.com/#alpha-waitlist" class="button primary">了解更多</a>
{% endcolumn %}

{% column %}

<figure><img src="/files/7ba22b291704c066e26f804eb43ea560e55b24f8" alt="An image of GitBook icons demonstrating side by side column functionality"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## Markdown 中的表示

<pre class="language-markdown" data-overflow="wrap"><code class="lang-markdown"><strong>## 示例
</strong>




### 在你的文档和产品之间创造无缝体验

将你的文档直接集成到产品体验中，或者为用户提供个性化体验，让他们更快获得所需内容。

&#x3C;a href="https://www.gitbook.com/#alpha-waitlist" class="button primary">了解更多&#x3C;/a>





&#x3C;figure>&#x3C;img src="../../.gitbook/assets/GitBook vision post.png" alt="一张展示 GitBook 图标并排列功能的图片">&#x3C;figcaption>&#x3C;/figcaption>&#x3C;/figure>




</code></pre>


---

# 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://gitbook.com/docs/documentation/zh/chuang-jian-nei-rong/blocks/columns.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.
