> For the complete documentation index, see [llms.txt](https://docs.societallabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.societallabs.com/integrations/our-integrations/stripe/creating-the-pricing-table.md).

# Creating the pricing table

We use the Stripe Dashboard to create the pricing table used in Societal Labs. This pricing table allows you to offer different subscription pricing levels to your customers. You don’t need to write any custom code to create or embed a pricing table, everything is provided by Stripe.

### **Create pricing table**![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)

1. In the Dashboard, go to **More** > **Product catalog** > [pricing tables](https://dashboard.stripe.com/pricing-tables).
2. Click **+Create pricing table**.
3. Add products relevant to your customers (up to four per pricing interval). Optionally, include a free trial.
4. Adjust the look and feel in **Display settings**. You can highlight a specific product and customize the language, colors, font, and button design.
5. Configure payment settings by clicking **Continue**. Customize what customers see on the payments page and whether to display a confirmation page or redirect customers back to your site after a successful purchase.
6. Configure the [customer portal](https://docs.stripe.com/no-code/customer-portal) by clicking **Continue**.
7. Click **Copy code** to copy the generated code and embed it into your Societal Labs website, specifically on the Subscription page.

{% hint style="info" %}
The element where you want to paste your Stripe's Pricing Table code is called *Stripe Pricing Table HTML.*
{% endhint %}

<mark style="color:red;">**Important**</mark>

Once you have pasted the code for the pricing table, you need to go back to the HTML element on your Bubble editor and add the following:

```
client-reference-id="{{CLIENT_REFERENCE_ID}}"
customer-email="{{CUSTOMER_EMAIL}}"
```

After you have pasted the code, make sure you replace the CLIENT\_REFERENCE\_ID for the *<mark style="color:purple;">Current User unique ID</mark>* and the CUSTOMER\_EMAIL for the <mark style="color:purple;">Current User email</mark>.

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


---

# 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://docs.societallabs.com/integrations/our-integrations/stripe/creating-the-pricing-table.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.
