> For the complete documentation index, see [llms.txt](https://docs.digably.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digably.io/pages/membership-sites/how-to-create-a-membership-site.md).

# How To Create A Membership Site

Digably • Jul 21, 2023 8 steps • 1 minute read

{% embed url="<https://youtu.be/t-nQsx7-3WQ>" %}

This guide will walk you through the steps to create a membership site using Digably. Membership sites are a fantastic solution for creating and sharing courses or other valuable content that is restricted to users who have either paid for access or signed up for a membership.&#x20;

***

#### 1. Click "Pages"

From your Digably dashboard, navigate to the "Pages" section in the left side menu.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fjf3dZYzzvjjvWgr8zoxrZ6%2FcPdBJnocyJznASJzvu5ZVL_doc.png?alt=media&#x26;token=f7133de8-5607-4dee-aff6-d8f67bf0bb65" alt=""><figcaption></figcaption></figure>

#### 2. Click "Create New Project"

Click on the "Create New Project" tab.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fjf3dZYzzvjjvWgr8zoxrZ6%2FmUutJesmMwWKLCu8gVibko_doc.png?alt=media&#x26;token=eac6f949-3514-435e-afdd-e12938dcc4e6" alt=""><figcaption></figcaption></figure>

#### 3. Click "Create" in the Membership Site tile

Now you will see a number of options. Look for the tile labeled "Membership Site", and click the "Create" Button.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fjf3dZYzzvjjvWgr8zoxrZ6%2F778ovbavvav4JWs1c5XNiY_doc.png?alt=media&#x26;token=02af7983-c579-4616-be2a-a81dae40f036" alt=""><figcaption></figcaption></figure>

#### 4. Give your membership site a name

Enter a name for your membership site in the field labeled "Site Name" and click "Save"

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fjf3dZYzzvjjvWgr8zoxrZ6%2FosGuG2QcsMdLNkmrRBZNJN_doc.png?alt=media&#x26;token=4e8230c5-6d3b-497d-ac86-bc91579ead7d" alt=""><figcaption></figcaption></figure>

#### 5. View the pages of your membership site

After saving, your new membership site will open up in the page builder. By clicking the Show Pages icon in the top left, you will be able to see that you now have a membership site complete with an Index Page (aka home page), a Login Page, a Forgot Password Page, and a Membership Welcome Page.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fjf3dZYzzvjjvWgr8zoxrZ6%2Ff3Nn7HNLUGkadYi9dnFC9Z_doc.png?alt=media&#x26;token=f4e68d21-886d-4be9-8cc6-48e4591c9999" alt=""><figcaption></figcaption></figure>

#### 6. Switch between pages

You can navigate to any of the pages to edit them by clicking the page on the left, or by using the dropdown menu at the top to select one of the pages.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fjf3dZYzzvjjvWgr8zoxrZ6%2Fp4sjhq6uBXEwqcbnojUxAP_doc.png?alt=media&#x26;token=0dd95550-46de-4ebb-a833-99ca7a2e03e6" alt=""><figcaption></figcaption></figure>

This guide covered the process of creating a membership site using Digably.&#x20;

To learn how to setup and customize your Index, Login, Forgot Password, and Membership Welcome Page, see the other articles in the Membership Site section of our help docs.


---

# 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://docs.digably.io/pages/membership-sites/how-to-create-a-membership-site.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.
