> 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/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/microsite-templates-explained.md).

# 微站点模板说明

微型站点是专门构建的迷你网站，仅向参与者提供项目信息。它们使用可视化编辑器构建。每个微型站点都支持多个页面。当你使用 *自动设置* 来创建微型站点时，impact.com 会设置一个基本的网站结构，其中为已登录和未登录参与者分别提供不同的布局和页面。对于希望在其网站上添加更多内容的人，还提供了额外的布局和页面模板。

查看 [微型站点编辑器说明](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/microsites-overview.md) 有关什么是 *布局* 和 *页面* 以及它们如何进行品牌化的更多信息。

#### 布局模板

*布局* 是微型站点页面的容器。你可以添加希望在布局中的所有页面上始终显示的组件——例如页眉和横幅。 *自动设置* 微型站点自带预制布局，但你也可以添加更多。三个模板选项是：

* **基础布局** - 用于整体内容。
* **已登录布局** - 用于已登录参与者。
* **未登录布局** - 用于公开访问。

#### 页面模板

也有多种页面模板可供选择。

{% 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/zh/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.
