# 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.&#x20;

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 flowId="1J7nuyn2prIAQOMCgeii" url="<https://app.arcade.software/share/1J7nuyn2prIAQOMCgeii>" %}


---

# 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.avonnicomponents.com/experience-cloud/tutorials/use-cases/creating-a-grid-layout.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.
