# Create a join page

We recommend setting up a Join Page on your website that links to the [**Membership Builder**](/help-center-english/onboarding-guide/customise-beabee/membership-builder.md) from beabee.

The Join Page is also where you explain to people why they should join your community and why it is worth paying for. The Join Page is important for building trust, demonstrating transparency, and explaining your vision for the community. You can also use it to show potential members how their money will be used.

**You can find some best practice join pages** [**here**](https://wiki.beabee.io/community-journalismus/community-zentrierte-methoden/so-baust-du-eine-gute-join-page)**.**

There are different ways to implement a Join Page with beabee. Here’s how to embed the Membership Builder on your website:

{% stepper %}
{% step %}

### **Determine the URL**

Copy the URL of your Membership Builder. This consists of the base URL of your instance (e.g., community.beabee.io) plus the slug /join (e.g., <https://community.beabee.io/join>).
{% endstep %}

{% step %}

### **Option 1: Link via a button**

* The simplest way to embed it is by linking to the Membership Builder through a button. Use the URL mentioned above.
  {% endstep %}

{% step %}

### **Option 2: Embed the form**

* Alternatively, you can embed the Membership Builder directly on your website.
* This works just like embedding a CrowdNewsroom. You can find the instructions [here](/help-center-english/other/embed.md). Instead of the slug for your CrowdNewsroom, simply use /join.
  {% endstep %}

{% step %}

### **Option 3: Custom design**

* If you have developers on your team, you can embed the Membership Builder in your website with a custom design.
  {% endstep %}
  {% endstepper %}

Here you can find successful examples of integrating the Membership Builder:

{% embed url="<https://membership.thebristolcable.org/join>" %}

{% embed url="<https://fumaca.pt/contribuir/>" %}

{% embed url="<https://in-gl.de/unterstuetzen/>" %}


---

# 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://wiki.beabee.io/help-center-english/onboarding-guide/create-a-join-page.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.
