# 列

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

{% 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: 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:

```
GET https://gitbook.com/docs/documentation/zh/creating-content/blocks/columns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
