> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/microsite-templates-explained.md).

# マイクロサイトテンプレートの解説

マイクロサイトは、参加者にプログラム情報へのアクセスのみを提供する、目的に合わせて作られた小規模なウェブサイトです。ビジュアルエディターを使って作成します。各マイクロサイトは複数のページを持つことができます。あなたが *自動設定* を使用してマイクロサイトを作成すると、impact.com は、サインイン済み参加者とサインアウト済み参加者向けに、それぞれ異なるレイアウトとページを持つ基本的なサイト構造を設定します。さらにサイトに要素を追加したい人向けに、追加のレイアウトテンプレートとページテンプレートも用意されています。

参照 [マイクロサイトエディターの解説](/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/microsites-overview.md) についての詳細は *レイアウト* および *ページ* が何か、またどのようにブランド化できるかを参照してください。

#### レイアウトテンプレート

*レイアウト* は、マイクロサイトのページを格納するコンテナです。レイアウト全体のすべてのページに一貫して表示したいコンポーネント—たとえばヘッダーやバナー—を追加できます。 *自動設定* マイクロサイトにはあらかじめ作成されたレイアウトが付属していますが、さらに追加することもできます。テンプレートの選択肢は3つあります:

* **ベースレイアウト** - 全体のコンテンツ向け。
* **ログイン済みレイアウト** - サインイン済み参加者向け。
* **ログアウト時レイアウト** - 一般公開向け。

#### ページテンプレート

さまざまなページテンプレートも用意されています。

{% tabs %}
{% tab title="ダッシュボードページ" %}

* プログラム説明セクション
* プログラム統計
* 紹介コードと共有リンク
* 共有ボタン
  {% endtab %}

{% tab title="アクティビティページ" %}
アクティビティページは、マイクロサイト内でのカスタマーアドボケートのプログラム活動を一元管理するページです。プログラム統計と紹介履歴テーブルが含まれます。
{% endtab %}

{% tab title="アカウント管理ページ" %}
カスタマーアドボケートがさまざまなサイト機能を実行する際に表示されるページ用のテンプレートが用意されています。これらは *自動設定* マイクロサイトにデフォルトで含まれていますが、調整することもできます。アカウント管理テンプレートは次のとおりです:

* プロフィール編集ページ
* 404ページ
* メール認証ページ
* パスワードを忘れた場合のページ
* ログインページ
* ログアウトページ
* 登録ページ
* パスワードリセットページ
* メール確認ページ
  {% endtab %}
  {% endtabs %}


---

# 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://help.impact.com/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/microsite-templates-explained.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.
