# Auto Grid

## Auto Grid

The Auto Grid property allows you to define whether the columns block should automatically repeat the layout that is used for the first row over to the next rows (if there are enough [`column`](/blocks/column.md) blocks).

With Auto Grid selected, the module button allows you to add the number of modules you set for the row. A module can be thought of as a placeholder for your [`column`](/blocks/column.md) blocks.

{% hint style="info" %}
You cannot add more modules than the number of fractions you have set.
{% endhint %}

{% hint style="warning" %}
When the Auto Grid property is active, only the first row of the layout built in the [Grid Editor](/blocks/columns/columns-1.md) will be used as a pattern. For this reason, Cwicly will not apply/modify your layout if you have set more than one row to the Grid Editor.
{% endhint %}

* Select a columns block.
* Open the Primary tab of the Block Inspector.
* Open the Settings tab.
* Click Auto Grid.

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

* Click Grid Editor to open the Auto Grid Editor.

You can add modules, add fractions, adjust height, row and column gap as required.

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

{% content-ref url="/pages/Kw5KO3X2XvPCS2YNM7Lf" %}
[Grid Editor](/blocks/columns/columns-1.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/columns/columns-1/auto-grid.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.
