# 列

カラムは、ドキュメントにさまざまなレイアウトを作成するのに最適な方法です。カラム内にはさまざまな種類のブロックを追加でき、各側の幅を調整して、必要なデザインに合わせてカスタマイズできます。

{% columns %}
{% column width="50%" %}
**ドキュメントと製品の間でシームレスな体験を作成する**

ドキュメントを製品体験にそのまま統合することも、ユーザーに必要なものをより速く提供するパーソナライズされた体験を提供することもできます。

<a href="https://www.gitbook.com/#alpha-waitlist" class="button primary">詳細を見る</a>
{% endcolumn %}

{% column %}

<figure><img src="/files/352173f304361f81721740692551d64faeb9801a" 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/ja-gitbook-documentation/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.
