# Column

The column block is a unique [`columns`](/blocks/columns.md) block child. It acts like the div block and offers the same customisations.

{% hint style="info" %}
It cannot exist on its own but is included in an added columns block.
{% endhint %}

## Add

Column blocks are automatically added when you select a Columns layout in the Layout Panel.

Column blocks can also be added from the Block Inspector when you select a Columns block.

<figure><img src="/files/UGj8XdYtfcD55Mg0oolo" alt=""><figcaption></figcaption></figure>

### From Layout

{% content-ref url="/pages/a8Mn4RO9Med3Eqcgaddw" %}
[Add](/blocks/columns/add.md)
{% endcontent-ref %}

### From a Columns Block

{% content-ref url="/pages/2niVjrKnR7leaUzpLQNi" %}
[Settings](/blocks/columns/columns.md)
{% endcontent-ref %}

## Grid Viewer

For child specific CSS grid see:

{% content-ref url="/pages/xFLIgYUZBaiQGtQcCa9J" %}
[CSS Grid](/cwicly/css-grid.md)
{% endcontent-ref %}


---

# 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://docs.cwicly.com/blocks/column.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.
