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

# Microsite Templates Explained

Microsites are purpose-built miniature websites that only give participants access to program information. They’re built using the visual editor. Each microsite supports having multiple pages. When you use *Auto setup* to create a microsite, impact.com sets up a basic site structure with distinct layouts and pages for signed-in and signed-out participants. Additional layout and page templates are also provided to those who want to add more to their site.

See [Microsite Editor Explained](/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/microsites-overview.md) for more info about what *Layouts* and *Pages* are, and how they can be branded.

#### Layout templates

*Layouts* are containers for microsite pages. You can add components that you want to appear consistently across all pages within the layout—like headers and banners. *Auto setup* microsites come with pre-made layouts, but you can add more. The three template options are:

* **Base Layout** - for overall content.
* **Logged In Layout** - for signed-in participants.
* **Logged Out Layout** - for public access.

#### Page templates

There are a variety of page templates as well.

{% tabs %}
{% tab title="Dashboard page" %}

* Program explainer section
* Program statistics
* Referral code and share links
* Share buttons
  {% endtab %}

{% tab title="Activity page" %}
The activity page is a one-stop shop for customer advocates’ program activity within your microsite. It includes program statistics and a referral history table.
{% endtab %}

{% tab title="Account management pages" %}
There are templates available for pages that customer advocates encounter when performing different site functions. These are included by default in an *Auto setup* microsite, but can be adjusted. The account management templates are:

* Edit profile page
* 404 page
* Email verification page
* Forgot password page
* Login page
* Logout page
* Registration page
* Reset password page
* Verify email page
  {% 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/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.
