> For the complete documentation index, see [llms.txt](https://docs.moneycollect.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moneycollect.com/docs/business-operation/products-and-prices/pricing-table.md).

# Pricing table

You can use the MoneyCollect Dashboard to create a table that displays different subscription pricing levels to your customers. You don’t need to write any custom code to create or embed a pricing table.

<figure><img src="/files/94mG24pNcUPZzyxzsqJe" alt=""><figcaption><p>Pricing table</p></figcaption></figure>

A pricing table is an embeddable UI that:

* Displays pricing information and takes customers to a prebuilt checkout flow. The checkout flow uses MoneyCollect Checkout to complete the purchase.
* Supports common subscription business models like flat-rate, per-seat, tiered pricing, and free trials.
* Lets you configure, customize, and update product and pricing information directly in the Dashboard, without needing to write any code.
* Embeds into your website with a `<script>` tag and web component. MoneyCollect automatically generates the tag. You copy and paste it into your website’s code.

## Create pricing table

In the Dashboard, go to **Products** > pricing tables > **+ Create pricing table**. There, you select:

* Up to four products per pricing interval, with a custom name, description, pricing, and features for each.
* Background color&#x20;
* Button color&#x20;
* Button shape

<figure><img src="/files/td5X5wy58JOsF8oCdWUZ" alt=""><figcaption><p>Customize your pricing table</p></figcaption></figure>

The next step is customizing checkout.

<figure><img src="/files/hs1z2QvgaBfMMgS7rlvf" alt=""><figcaption><p>Choose your payment settings</p></figcaption></figure>

## Embed pricing table

After creating a pricing table, MoneyCollect automatically returns an embed code. Click the **Copy code** button to copy the code and paste it into your website.

<figure><img src="/files/CwdQvDp6izWnrnyazfJA" alt=""><figcaption><p>Copy the pricing table’s code </p></figcaption></figure>

## Track subscriptions

When a customer purchases a subscription, you’ll see it on the subscriptions page in the MoneyCollect Dashboard.


---

# 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.moneycollect.com/docs/business-operation/products-and-prices/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.
