> 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/hajimeni/learning-the-basics.md).

# 基本を学ぶ

## 概要

『**基本を学ぶ**』セクションへようこそ。このセクションでは、Salesforce Experience Site 向け Avonni Components の基本概念を順を追って解説します。このリソースは、Avonni Components を Experience Site の構築およびカスタマイズに役立つ強力なツールにしている主要な機能と機能性について、包括的に理解できるように設計されています。

***

## スロットの理解

{% hint style="warning" %}
スロットは **LWRサイトでのみ利用可能です**.
{% endhint %}

スロットは、Salesforce Experience Site 向けの多くの Avonni Components における基本機能であり、その柔軟性をカスタマイズし強化するうえで重要な役割を果たします。スロットは本質的に、コンポーネント内のプレースホルダーであり、そこにさまざまな要素や他のコンポーネントを挿入できます。これにより、サイト要素の機能やデザインを柔軟に調整する強力な方法が提供されます。

<figure><img src="/files/e82ef79f9666a71af4e6ef50141506e77ff8b170" alt=""><figcaption><p>スロットの見分け方</p></figcaption></figure>

***

## Avonni Components によるデータモデルの共有

### Salesforce のデータ共有ルールへの準拠

* **組織設定の尊重:** Avonni Components は、Salesforce 組織に既に設定されているデータ共有設定とアクセス設定に完全に準拠しています。
* **干渉しない方針:** これらのコンポーネントは、あらかじめ設定されたデータ共有ルールをいかなる形でも変更または影響しません。
* **制御された表示とアクセス:** Avonni Components を通じてレコードを表示・操作できるかどうかは、組織で定義された共有設定とユーザー権限によって管理されます。

***

## 高度な表示制御

あらかじめ用意された Experience Site Components は、Salesforce の標準的な表示モデルに従います。オーディエンスを使用して、プロファイル、場所、またはその他の広範な条件に基づいてコンポーネントを表示または非表示にできます。

よりきめ細かな制御が必要な場合—たとえば、特定のフィールドが値と等しい場合にのみコンポーネントを表示したり、ユーザーの操作に基づいて表示を切り替えたりしたい場合は— [Avonni Dynamic Components](broken://spaces/ODPvvv7Cx9Z9RECLn3oV/pages/P8PVbTIIkHp8MWRGbyzg) は組み込みの [表示ルールシステム](/dynamic-components/core-concepts/component-visibility.md) を提供しており、Experience Cloud サイトで動作します。Dynamic Component 内に Flow、カスタム LWC、Avonni コンポーネントを埋め込み、レコードデータ、変数、数式、またはデバイスの種類に基づく条件を使って、1か所から表示を管理できます。

Dynamic Components とあらかじめ用意された Experience Components は、同じサイトページに共存できます。既定の動作で十分な場合はあらかじめ用意されたコンポーネントを使用し、条件分岐ロジックや複雑なレイアウトが必要な場合は Dynamic Components を使用してください

***

## 式

コンポーネント設定内の式は値を動的に計算し、コンテンツを更新することで、サイトの対話性と応答性を高めます。

式に関するチュートリアルを確認して、サイトのダイナミズムと応答性を高めましょう。

| 名前                                                                                                                                                                                            | 説明                                                   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [**現在の関連レコード情報を表示するように Data Table を設定する**](/experience-cloud/experience-cloud-ja/chtoriaru/components/data-table/configuring-the-data-table-to-display-current-related-record-information.md) | 既存のアカウントに関連する連絡先情報を表示するように Avonni Data Table を設定します。 |
| [**現在のユーザー情報を表示するように Profile Card を設定する**](/experience-cloud/experience-cloud-ja/chtoriaru/components/profile-card/set-up-the-profile-card-to-display-current-user-information.md)            | ユーザー情報の表示をパーソナライズするように Avonni Profile Card を設定する     |

### 式について詳しく学ぶ

{% content-ref url="/pages/7c2078eb914ae3c5cb70ccccdb3e82f45f431661" %}
[LWR サイト向けの式](/experience-cloud/experience-cloud-ja/chtoriaru/general/expressions-for-lwr-sites.md)
{% endcontent-ref %}

{% content-ref url="/pages/3365b354b57c645717ce38ce665c2382f131c7d9" %}
[Aura サイト向けの式](/experience-cloud/experience-cloud-ja/chtoriaru/general/expressions-for-aura-sites.md)
{% endcontent-ref %}


---

# 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/hajimeni/learning-the-basics.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.
