> For the complete documentation index, see [llms.txt](https://help.memberply.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.memberply.com/how-to-skyrocket-the-number-of-members-joining-your-membership/enable-floating-membership-widget.md).

# Enable the floating membership widget

The floating membership widget helps shoppers discover your membership program from any page on your storefront. It appears as a small floating badge, with **Perks** as the default badge text. When a shopper clicks it, a panel opens showing your enabled membership tiers and the benefits available in each tier.

This step is optional, but recommended once you have created at least one enabled membership tier.

This is what the floating widget looks like:

<figure><img src="/files/43OsIzyLqtv4egiU5bhV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/L9Qdkw3HLLUTvMqSFNJ8" alt=""><figcaption></figcaption></figure>

## Before you start

Make sure you have already:

1. Created and enabled at least one membership tier.
2. Added the benefits you want customers to see.
3. Published your membership tier product on your storefront.

If you do not have any enabled membership tiers, the floating widget will stay hidden.

## Add the widget to your theme

1. In the Shopify dashboard, on the left sidebar, click **Themes**.
2. On the right side, click **Customize** next to your theme.
3. In the top left corner, click **App embeds**.
4. Enable **Memberply Floating Membership Widget**.
5. Click the arrow caret on the left of **Memberply Floating Membership Widget** to open its settings.
6. Customize the badge text, heading, intro text, colors, and left or right position if needed.
7. Click **Save**.

## What shoppers will see

The widget shows:

* A floating **Perks** badge by default.
* A panel promoting your membership program.
* Enabled membership tiers.
* Pricing for each tier.
* Enabled benefits for each tier.
* A sign-in link for existing members.

If a shopper is already an active member, their current tier appears first and is marked as their current tier.

## Notes

The widget is designed to fail safely. If your store has no enabled membership tiers or the widget cannot load the membership data, it will not appear on the storefront.


---

# 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://help.memberply.com/how-to-skyrocket-the-number-of-members-joining-your-membership/enable-floating-membership-widget.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.
