> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/tutorials/use-cases/creating-a-grid-layout.md).

# Creating a Grid Layout

## Overview

This tutorial will guide you through creating a dynamic and visually appealing grid layout using various components available. The grid layout is ideal for showcasing features, products, or solutions, each with a dedicated 'Learn More' button.

We'll use the [Avonni Layout](/experience-cloud/experience-components/ax-layout.md), [Avonni Container](/experience-cloud/experience-components/ax-container.md), [Avonni Icon](/experience-cloud/experience-components/ax-icon.md), Text Block, and [Avonni Button](/experience-cloud/experience-components/ax-button.md) components.

<details>

<summary>Why Use These Components?</summary>

1. **Avonni Layout:** This is the foundation of our grid layout. It allows us to structure our content into an organized, grid-based format, making it easier for users to navigate various items.
2. **Avonni Container:** Each item in the grid will be encapsulated within an Avonni Container. This helps segment different products or features, providing a clean and isolated space for each item.
3. **Avonni Icon:** Icons are a great way to represent the features or products visually. They add a graphical element to the content, making it more engaging and more accessible to interpret.
4. **Text Block:** This is where you'll add the descriptive text for each feature or product. The text block component allows for clear and concise information delivery.
5. **Avonni Button:** A 'Learn More' button under each item in the grid guides users to additional information. This call to action drives user engagement and provides more detailed content.

</details>

<figure><img src="/files/qGwIVpoJmkMcyY1AXeM3" alt=""><figcaption><p>Final Result</p></figcaption></figure>

## Interactive Step-by-Step Configuration Guide

{% @arcade/embed url="<https://app.arcade.software/share/1J7nuyn2prIAQOMCgeii>" flowId="1J7nuyn2prIAQOMCgeii" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.avonnicomponents.com/experience-cloud/tutorials/use-cases/creating-a-grid-layout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
