# Membership page

### To activate the custom membership:

1. Go to the **"Design & Branding"** tab in the Ghost Admin panel.
2. In the window that opens, click on the **"Theme"** tab at the top right, then find the **"Custom membership"** settings.&#x20;
3. Then **click on the switch.**

### Create an Membership page

1. Click on the **"Pages"** tab in the Ghost admin, and on the opened page, click the **"New Page"** button at the top right.
2. Next, **create a page title**, for example, **"Membership"**
3. Then, go to the page settings and set the page URL to **membership**. (Required)
4. If you'd like to add a description to your Membership page, you can do so in the **Excerpt** field. Once added, it will appear just below the page title.
5. Finally, click **"Publish"**.&#x20;

***

### Add Premium Membership Plans

1. Go to the **"Tiers"** settings in the **"Ghost Admin"**.
2. Click **"Free"** and add your tier description and list of benefits.
3. [**Integrate Stripe**](https://ghost.org/integrations/stripe/) for adding premium packages.
4. After completing the integration, click on the **'+'** box in the **Tiers section** and add your tier description, benefits, and prices.
5. Finally, click **"Save & close"**  to activate.

***

***

### Add FAQs to the membership page

1. Go to the **"Pages"** in the Ghost Admin panel.
2. Click **"Membership Page"**.
3. You can add anything you want from the **"Page Content"** section just below the page title. This includes headings, toggle cards, or anything else.
4. Finally, click on **"Update"** in the top right corner to save the page.


---

# 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://documentation.hedwik.io/elrond/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.
