> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/blocks/columns.md).

# Columns

{% columns %}
{% column %}
Left hand side!
{% endcolumn %}

{% column %}
Middle column
{% endcolumn %}

{% column %}
Right hand side!
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="25%" %}
Test different widths

<figure><img src="/files/4siaqEZe4d6jWBDBndlY" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="75%" %}

## Ut ligula ipsum, viverra vel hendrerit vitae

Donec eu augue in dui test ultrices id ac sapien. Phasellus mauris lorem, ullamcorper ac elementum sit amet, facilisis sit amet sem.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="75%" %}
Test different widths

<figure><img src="/files/4siaqEZe4d6jWBDBndlY" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="25%" %}

## Ut ligula ipsum, viverra vel hendrerit vitae

Donec eu augue in dui test ultrices id ac sapien. Phasellus mauris lorem, ullamcorper ac elementum sit amet, facilisis sit amet sem.
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column width="33.33333333333333%" %}

## Ut ligula ipsum, viverra vel hendrerit vitae

Donec eu augue in dui test ultrices id ac sapien. Phasellus mauris lorem, ullamcorper ac elementum sit amet, facilisis sit amet sem. \
\ <a href="#test" class="button primary">Learn more</a>
{% endcolumn %}

{% column width="66.66666666666667%" %}

<h2 align="right">Vertical alignment - top</h2>

<p align="right">Donec eu augue in dui convallis ultrices id ac sapien. Phasellus mauris lorem, ullamcorper ac elementum sit amet, facilisis sit amet sem.</p>
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column width="33.33333333333333%" %}

## Ut ligula ipsum, viverra vel hendrerit vitae

Donec eu augue in dui test ultrices id ac sapien. Phasellus mauris lorem, ullamcorper ac elementum sit amet, facilisis sit amet sem. \
\ <a href="#test" class="button primary">Learn more</a>
{% endcolumn %}

{% column width="66.66666666666667%" valign="middle" %}

<h2 align="right">Vertical alignment - centered</h2>

<p align="right">Donec eu augue in dui convallis ultrices id ac sapien. Phasellus mauris lorem, ullamcorper ac elementum sit amet, facilisis sit amet sem.</p>
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column width="33.33333333333333%" %}

## Ut ligula ipsum, viverra vel hendrerit vitae

Donec eu augue in dui test ultrices id ac sapien. Phasellus mauris lorem, ullamcorper ac elementum sit amet, facilisis sit amet sem. \
\ <a href="#test" class="button primary">Learn more</a>
{% endcolumn %}

{% column width="66.66666666666667%" valign="bottom" %}

<h2 align="right">Vertical alignment - bottom</h2>

<p align="right">Donec eu augue in dui convallis ultrices id ac sapien. Phasellus mauris lorem, ullamcorper ac elementum sit amet, facilisis sit amet sem.</p>
{% endcolumn %}
{% endcolumns %}


---

# 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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/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.
