> 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.
