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