> 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/youkoso.md).

# ようこそ

Avonniでは、すべてのSalesforceユーザーが使いやすく、それでいて強力なツールに値すると考えています。私たちの使命は、考え抜かれて設計された事前構築済みのUIコンポーネントを通じて、それを実現することです。

<a href="https://appexchange.salesforce.com/appxListingDetail?listingId=2e584bb3-b5e0-415d-9347-d6567158d840&#x26;channel=recommended&#x26;other_source=AppExchange+Recommended" class="button primary" data-icon="up-right-from-square">コンポーネントをインストール</a> <a href="/pages/3facff2c0c2a372582f3de23ca2d38f11ce16077" class="button secondary" data-icon="stars">クイックスタート</a>

## Experience Sites向けAvonniコンポーネントを見つける

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>コンポーネントを探す</strong></td><td>Experience Siteで利用できるすべてのAvonniコンポーネントを見つけましょう</td><td></td><td><a href="/pages/026ae5bcd2f052dee3a5c2106b1feb735ea1922d">/pages/026ae5bcd2f052dee3a5c2106b1feb735ea1922d</a></td><td><a href="/files/4ea66024cc67164fc17a4f19cf608cdda061c9fd">/files/4ea66024cc67164fc17a4f19cf608cdda061c9fd</a></td></tr><tr><td><strong>チュートリアル</strong></td><td>ActionsでAvonniコンポーネントを使う方法を学びましょう。</td><td></td><td><a href="/pages/2cce26c7e7b2295e5b770e68f9ba952afd1c6dae">/pages/2cce26c7e7b2295e5b770e68f9ba952afd1c6dae</a></td><td><a href="/files/e0df45e3e271b4c9d6da5c2927bbcd6915f47a00">/files/e0df45e3e271b4c9d6da5c2927bbcd6915f47a00</a></td></tr><tr><td><strong>ユースケース</strong></td><td>コンポーネントを組み合わせて、複雑なユースケースを作成する方法を学びましょう。</td><td></td><td><a href="#experience-cloud-components">#experience-cloud-components</a></td><td><a href="/files/0f567551ec5c73963751d2b02e1a5865da2bd802">/files/0f567551ec5c73963751d2b02e1a5865da2bd802</a></td></tr></tbody></table>

{% hint style="info" %}
Experience Site向けのAvonniコンポーネント **はAuraサイトとLWRサイトに対応しています**。ただし、Auraサイトでは、 [スロット](/experience-cloud/experience-cloud-ja/hajimeni/learning-the-basics.md#understanding-slots) は利用できません。
{% endhint %}

カテゴリに基づいてコンポーネントを理解するためのガイドです：

* **コンテンツコンポーネント（緑のアイコン）**：これらのコンポーネントは、インターフェースのコンテンツ面を中心に構成されており、メッセージを明確かつ効果的に伝えられるようにします。
* **レイアウトコンポーネント（青のアイコン）**：これらのコンポーネントは、インターフェースの構造を決定し、機能性と美しさが調和するためのフレームワークを提供します。
* **データコンポーネント（紫のアイコン）**：これらのコンポーネントは、データの表示と操作に重点を置いており、データを効率的かつ直感的に表示・管理できるようにします。
* **その他のコンポーネント（赤のアイコン）**：このカテゴリには、特定の用途向けまたはその他の目的のコンポーネントが含まれ、主なカテゴリに当てはまらない特定のニーズに対応します。


---

# 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/youkoso.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.
