> 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/experience-cloud-ja/chtoriaru/use-cases/creating-a-grid-layout.md).

# グリッドレイアウトの作成

## 概要

このチュートリアルでは、利用可能なさまざまなコンポーネントを使って、動的で視覚的に魅力的なグリッドレイアウトを作成する方法を順を追って説明します。グリッドレイアウトは、機能、製品、ソリューションを紹介するのに最適で、それぞれに専用の「詳細を見る」ボタンを付けられます。

使用するのは [Avonni Layout](/experience-cloud/experience-cloud-ja/experience-components/ax-layout.md), [Avonni Container](/experience-cloud/experience-cloud-ja/experience-components/ax-container.md), [Avonni Icon](/experience-cloud/experience-cloud-ja/experience-components/ax-icon.md)、Text Block、そして [Avonni Button](/experience-cloud/experience-cloud-ja/experience-components/ax-button.md) コンポーネントです。

<details>

<summary>これらのコンポーネントを使用する理由</summary>

1. **Avonni Layout:** これがグリッドレイアウトの基盤です。これにより、コンテンツを整理されたグリッドベースの形式に構成でき、ユーザーがさまざまな項目をより簡単に操作できるようになります。
2. **Avonni Container:** グリッド内の各項目は Avonni Container 内にまとめられます。これにより、さまざまな製品や機能を区分でき、各項目にすっきりと独立したスペースを提供します。
3. **Avonni Icon:** アイコンは、機能や製品を視覚的に表現する優れた方法です。コンテンツにグラフィカルな要素を加え、より魅力的で理解しやすくします。
4. **Text Block:** ここに、各機能や製品の説明文を追加します。Text Block コンポーネントを使うことで、情報を明確かつ簡潔に伝えられます。
5. **Avonni Button:** グリッド内の各項目の下にある「詳細を見る」ボタンは、ユーザーを追加情報へ導きます。この行動喚起によりユーザーの関与が高まり、より詳しいコンテンツを提供できます。

</details>

<figure><img src="/files/f1fbf7f0a076bdb81fa8f7a9d8981e561a56ab16" alt=""><figcaption><p>最終結果</p></figcaption></figure>

## インタラクティブなステップバイステップ設定ガイド

{% @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/experience-cloud-ja/chtoriaru/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.
