# 5.1 How membership works

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

Let's create a member with tags to check how membership works. To do so, go to **LC Wizard -> Membership** tab.

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

If you hit on **Create Membership** button, a member will be created along with four tags.

<figure><img src="/files/1MzT9TZT3Dm2KKCwlK4e" alt=""><figcaption></figcaption></figure>

Here, the **level\_1** tag means the contact has membership, but if he has another tag e.g. **level\_1\_payf**, which implies **payment failure**, the contact will not have access to that membership! Also, **level\_1\_susp** means that the contact is **suspended** for membership. And if a contact **cancels** the subscription, he will have a **level\_1\_canc** tag.

Now if I create a new or edit an existing post or page, and if I select the checkbox of a membership (in the following image), the post or the page will be accessible to the membership.

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


---

# 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://better-wizard.gitbook.io/lead-connector-wizard/5.-membership/5.1-how-membership-works.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.
