# 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**

{% 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 any **Heading** (e.g. "FAQ" or "FAQs").&#x20;

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

   <figure><img src="/files/Kf04nDquxPVuCrzXVP3m" 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: 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:

```
GET https://highfivethemes.gitbook.io/digital-nomad-user-documentation/membership/membership-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
