> 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/puropatipaneru/data-sources/manual.md).

# 手動

## 概要

手動データソースは、Salesforce Experience Cloud サイト上の Avonni Data Components にデータを提供する最も簡単な方法です。これにより、サイトビルダーは Salesforce レコード、CMS コンテンツ、または外部データソースに依存せず、Experience Builder 内のコンポーネント設定で直接データを定義できます。

この方法では、特定のページに表示される内容を完全に制御でき、静的コンテンツやページ固有のコンテンツに特に便利です。

***

## 仕組み

### Experience Builder でのコンポーネント設定

Avonni Data Component（たとえば **リスト**, **データテーブル**、または **カルーセル**）の **Experience Builder**、次のものが見つかります **データソース** コンポーネントのプロパティパネル内のセクション。

選択 **手動** をデータソースとして。

***

### データ入力

選択すると、コンポーネントには、Experience Builder で直接データを入力できる、構造化された使いやすい入力インターフェースが表示されます。

コンポーネントによっては、通常次のような形式になります。

* 行と列を扱う表形式のエディタ
* コンポーネントが想定するデータ構造に直接対応するフィールド

すべてのデータは **ページ設定に**保存され、Salesforce レコードや CMS には保存されません。

***

### 表示とプレビュー

データを入力するとすぐに、コンポーネントは Experience Builder で即座にそれを表示し、次のことができるようになります。

* 結果をリアルタイムでプレビューする
* ページ上でレイアウト、書式設定、またはコンテンツを直接調整する

***

## 手動データソースを使用するタイミング

手動データソースは、次の Experience Cloud シナリオに適しています。

### 静的コンテンツまたはページ固有のコンテンツ

コンテンツが特定のページに紐づいており、サイト全体で再利用したり動的に更新したりする必要がない場合は、手動を使用します。

### 小規模でシンプルなデータセット

短いリスト、小さな表、または限定的なデータセットでは、動的データソースを設定するよりも手動入力のほうが速くて簡単です。

### デモとプロトタイプ

手動データは、Salesforce のデータモデルや CMS コンテンツを設定せずにデモサイトやプロトタイプをすばやく作成するのに最適です。

### テストとレイアウト検証

開発中にデータを手動で制御すると、次の点を検証しやすくなります。

* コンポーネントのレイアウト
* レスポンシブ対応
* 並べ替え、フィルタリング、またはスタイル設定の動作

### 完全な編集制御

表示されるコンテンツを正確に制御する必要があり、ページ自体が編集されない限り変更したくない場合は、手動が最も安全な選択肢です。

***

## 例: Experience サイト上の静的な製品リスト

公開 Experience Cloud ページで、次のものを紹介するページを作成していると想像してください。 **少数の固定された製品リスト** 名前、説明、価格付きの。

1. Avonni を追加する **データテーブル** または **リスト** コンポーネントをページに
2. 選択 **手動** データソースとして
3. 各製品を1行として入力し、列には名前、説明、価格を設定します
4. コンポーネントはページ上に製品リストをすぐに表示します

Salesforce レコードや CMS の設定は不要です。

***

### ヒント

* **まずデータを準備する**：手戻りを避けるため、入力する前に値とラベルを整理してください。
* **わかりやすいフィールドラベルを使用する**：これにより、Experience Builder での可読性と保守性が向上します。
* **常にページをプレビューする**：サイトを公開する前に、レンダリング、配置、動作を確認してください


---

# 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/puropatipaneru/data-sources/manual.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.
