# Understanding The Pages Of A Membership Site

#### Membership Sites can be used to...

* sell courses
* offer exclusive content to leads
* provide training materials to students or team members
* restrict access to your site

### Index Page:

The index page is the page someone lands on when they type in your membership site domain. You can think of this as your "home" page or "landing" page. This is typically where you will promote the features and benefits of being a member of your site or purchasing your product/subscription.&#x20;

This page is a good place to put your [membership signup form](/pages/membership-sites/how-to-create-a-membership-signup-page.md) or [purchase form](/forms/how-to-create-a-purchase-form-product-checkout-form.md). It's also a good idea to place a login button somewhere near the top of this page that will direct users to the login page.

### Login Page:

The [login page](/pages/membership-sites/how-to-set-up-your-membership-login-page.md) is the page that includes the login form (where users log in to your membership site). Typically, the login page will be very minimalistic, only containing a logo and login form. However, Digably allows you to make this page as elaborate as you like.

### Forgot Password Page:

The [forgot password page](/pages/membership-sites/how-to-set-up-your-membership-forgot-password-page.md) will be set up very similar to the login page. This is a place for users to submit a password reset request should they forget their password. Again, this page will typically only have the forgot password form and a logo.

### Welcome Page:

The welcome page is the first page a user will see after successfully logging in to your membership site. Many people choose to place exclusive membership content on this page. This could include course materials, videos, articles, eBooks, audio tracks, etc.


---

# 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://docs.digably.io/pages/membership-sites/understanding-the-pages-of-a-membership-site.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.
