# Customizing the dedicated landing page for your membership programs

Memberply helps you market your membership program by creating a dedicated landing page that sells your membership program.

The landing page builder now uses a visual drag-and-drop editor. Instead of filling in lots of separate fields, you can edit the page directly and publish it when you are ready.

## How to create or update your landing page

1. From the main menu, click on **Landing Page**.
2. At the top of the page, enter the page title you want to use for your landing page.
3. Use the visual editor to customise the design of the page.

You can click into the existing content and update the text, layout, sections, buttons, colours, images, and other design elements directly inside the editor.

Memberply already loads a starter design for you, so you can either:

* make small changes to the existing design, or
* rebuild the page to better match your brand.

4. When you are happy with the design, click on **Save and Publish**.

This publishes the landing page to your store.

5. After publishing, click on **View Page** to open the live landing page.

We then recommend adding the published page to the main menu of your store so customers can easily find it.

## Resetting the design

If you want to start over, click on **Reset design**.

This resets the editor back to the original Memberply starter design. It only changes the design inside the editor, and you can publish again afterwards when you are ready.

## Unpublishing the landing page

If you no longer want the landing page to be live on your store, click on **Unpublish**.

## Using Memberply with a custom landing page

If you already have your own custom landing page outside of the built-in Memberply page, you can still connect your join button to Memberply.

1. Open the **Landing Page** page in Memberply.
2. Click on **Get Join Button Code**.
3. Select the membership tier you want the button to add to cart.
4. If that membership tier has both monthly and yearly purchase options, choose the purchase option you want.
5. Choose how Memberply should find your button:

* **Button text** if you want Memberply to find a button by its exact text, such as `Join now`
* **CSS selector** if you want Memberply to target a specific button on the page

6. Copy the generated code.
7. Paste that script somewhere on the same page as your button.

When a matching button is clicked, the selected membership tier will be added to cart.

## Important note

Before using the landing page or join button code, make sure you have created and enabled at least one membership tier first.


---

# 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://help.memberply.com/create-a-dedicated-landing-page-selling-your-membership-programs/customizing-the-dedicated-landing-page-for-your-membership-programs.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.
