> 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-add-the-membership-app-to-an-existing-site.md).

# How To Add The Membership App To An Existing Site

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

{% embed url="<https://youtu.be/mSzCA3FQ0l0>" %}

This guide will show you how to add the Membership app to an existing site using Digably. This is useful if you have already built a site, but you would like to add a restricted members area.

***

#### 1. Click "Pages"

Start by navigating to the "Pages" section in the left side menu.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F7EaQjMmXYCedXSGMSQ4js2%2FabjSBhi3EVszX8BLPcHmvC_doc.png?alt=media&#x26;token=e79698b2-2141-4ebe-86d5-0b65f4292528" alt=""><figcaption></figcaption></figure>

#### 2. Click "Demo Site"

Select the site you would like to add the membership app to.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F7EaQjMmXYCedXSGMSQ4js2%2FgGqavmLovZGQkmujJCtewB_doc.png?alt=media&#x26;token=c770ffbc-c57c-4896-9c0e-3121a44f9e78" alt=""><figcaption></figcaption></figure>

#### 3. Click the "Apps" icon

Locate and click on the "Apps" icon in the upper left of the page builder. It's shaped like a puzzle piece.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F7EaQjMmXYCedXSGMSQ4js2%2FqKneCfa8SAwE9gCwu6sGfg_doc.png?alt=media&#x26;token=d90bb230-2376-48ad-a427-9cf503eaf54d" alt=""><figcaption></figcaption></figure>

#### 4. Click "Add App"

Click the "Add App" button.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F7EaQjMmXYCedXSGMSQ4js2%2FjkhP5f6Yw5JDR1ApsxhN1X_doc.png?alt=media&#x26;token=e58e5145-2d66-4d1e-a308-deec8174d311" alt=""><figcaption></figcaption></figure>

#### 5. Click "Create"

A dialogue box will pop up. You can rename the app if you like, then click the "Create" button.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F7EaQjMmXYCedXSGMSQ4js2%2FunB1hxvoXXXDBCWBQ6DGJe_doc.png?alt=media&#x26;token=90254d3e-2fcf-49b0-a615-ee150a9e7424" alt=""><figcaption></figcaption></figure>

#### 6. Click "Show Pages" icon

By clicking on the "Show Pages" icon in the upper left, you can now see that additional pages have been added to your site. These pages include a login page, forgot password page, and welcome page.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F7EaQjMmXYCedXSGMSQ4js2%2FmPXGTeGatmpq6tUKyU8Puy_doc.png?alt=media&#x26;token=fcb3d291-878d-4cfd-ae42-91475e7a8cfa" alt=""><figcaption></figcaption></figure>

This guide covered the steps to add the Membership app to an existing site in Digably. For instructions on how to configure the individual pages inside your membership site, please see our other articles in the ["Membership Sites" section](/pages/membership-sites.md) of the Digably 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-add-the-membership-app-to-an-existing-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.
