> 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/experience-components/ax-illustration.md).

# AX - イラストレーション

## 概要

**AX - イラストレーション** Experience Sites ページ上に Salesforce Lightning Design System のイラストを表示する Experience Cloud コンポーネントです。

ポータル全体で、空の状態のグラフィック、成功メッセージ、エラー状態、オンボーディング用ビジュアル、または情報提供用グラフィックを表示するために使用します。SLDS のあらかじめ用意されたイラストライブラリから選択し、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/experience-components/ax-illustration.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.
