> 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 コンテナー](/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:** ここに、各機能や製品の説明文を追加します。テキストブロックコンポーネントを使用すると、明確で簡潔な情報を提供できます。
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.
