> For the complete documentation index, see [llms.txt](https://highfivethemes.gitbook.io/hype-user-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://highfivethemes.gitbook.io/hype-user-documentation/membership/membership-page.md).

# Membership Page

## To create Membership page:

1. Go to **Pages** from the admin menu
2. Click the **New page** button in the top right corner
3. Add the heading "**Membership"**&#x20;
4. Click <img src="/files/YR4dKgOcriT5Fz6Bknk5" alt="" data-size="line"> icon in the top right corner to open the **Page settings**
5. Enter **`membership`** in **Page URL** setting input!
6. Click the **Template** selector and choose the **Membership** option
7. If you want, you can add an **excerpt**, that would be under the **"Membership"** title. To do this, add your preferable text inside the **Excerpt** setting text input.
8. Click **Publish**

<figure><img src="/files/C6WxnGIZX8ZnKxHUVM0O" alt=""><figcaption><p>Membership Page</p></figcaption></figure>

{% hint style="info" %}
The **Membership** page in our theme supports adding **content** (e.g. **FAQs**). You can add any content you want, and it will be under membership tiers cards. **If you want to add FAQs:**

1. Add a **Heading (H3)** (e.g. "FAQ" or "FAQs").&#x20;

   <figure><img src="/files/hOlySEOJkJAntT7bAQTN" alt=""><figcaption></figcaption></figure>
2. To add **a question with an answer** - just simply add **Toggle** element.&#x20;

   <figure><img src="/files/cnFHbx5nCwpCyH0hHwis" alt=""><figcaption></figcaption></figure>

{% endhint %}

{% hint style="info" %}
Starting with Ghost 6.0, themes will display a maximum of 100 **tiers** on the membership page.
{% endhint %}


---

# 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://highfivethemes.gitbook.io/hype-user-documentation/membership/membership-page.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.
