> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/reference/plan-comparison.md).

# Plan comparison

Side-by-side comparison of every feature across the FREE, GOLD, and DIAMOND plans.

**Sami Product Labels** has three plans. This page mirrors the comparison table you get by clicking **Show Pricing Details** on the app's **Pricing plans** page.

| Plan        | Price           | Positioning                                                       |
| ----------- | --------------- | ----------------------------------------------------------------- |
| **FREE**    | $0              | Basic product label and badge features with simple customization. |
| **GOLD**    | $9.9 USD/month  | Unlimited labels with smart targeting.                            |
| **DIAMOND** | $14.9 USD/month | AI-powered labels with full control at scale.                     |

{% hint style="info" %}
Annual billing saves 17%. Switch with the **Monthly / Annually** toggle on the Pricing plans page.
{% endhint %}

## Limits and resources

| Feature                                 | FREE      | GOLD      | DIAMOND   |
| --------------------------------------- | --------- | --------- | --------- |
| **Badges / Labels**                     | 5         | Unlimited | Unlimited |
| **Label groups**                        | 1         | 1         | Unlimited |
| **Highlights**                          | 2         | Unlimited | Unlimited |
| **Banners**                             | 2         | Unlimited | Unlimited |
| **Trust badges**                        | Unlimited | Unlimited | Unlimited |
| **Image samples**                       | 1000 +    | 5000 +    | 10000 +   |
| **Select product from collections/tag** | —         | ✓         | ✓         |
| **Choose product variants**             | —         | —         | ✓         |
| **Create images with AI generation**    | —         | —         | ✓         |

{% hint style="warning" %}
On FREE, deleted items still count toward the limits on badges, label groups, highlights, and banners.
{% endhint %}

## Badge and label design

| Feature                                    | FREE | GOLD | DIAMOND |
| ------------------------------------------ | ---- | ---- | ------- |
| **Add custom text badges/labels**          | ✓    | ✓    | ✓       |
| **Design your images with the editor**     | ✓    | ✓    | ✓       |
| **Adjust dimensions of labels**            | ✓    | ✓    | ✓       |
| **Display in 9 predefined positions**      | ✓    | ✓    | ✓       |
| **Animation for badge/label/trust badge**  | ✓    | ✓    | ✓       |
| **Countdown timer for labels and badges**  | —    | ✓    | ✓       |
| **Text hover for badges/labels**           | —    | ✓    | ✓       |
| **Customize unlimited position of labels** | —    | —    | ✓       |
| **Multi-language**                         | —    | —    | ✓       |

## Label display on

| Page                            | FREE | GOLD | DIAMOND |
| ------------------------------- | ---- | ---- | ------- |
| **Related products block**      | ✓    | ✓    | ✓       |
| **Collection pages**            | ✓    | ✓    | ✓       |
| **Search page**                 | ✓    | ✓    | ✓       |
| **Home page**                   | ✓    | ✓    | ✓       |
| **Article page**                | ✓    | ✓    | ✓       |
| **Cart page**                   | ✓    | ✓    | ✓       |
| **Product pages (all images)**  | ✓    | ✓    | ✓       |
| **Product pages (first image)** | —    | ✓    | ✓       |

## Display conditions

| Condition                                       | FREE | GOLD      | DIAMOND   |
| ----------------------------------------------- | ---- | --------- | --------- |
| **All products**                                | ✓    | ✓         | ✓         |
| **Specific products**                           | 50   | Unlimited | Unlimited |
| **Include/exclude from product tag**            | —    | ✓         | ✓         |
| **Inventory status** (in stock / out of stock)  | —    | ✓         | ✓         |
| **Sale products within specific ranges**        | —    | ✓         | ✓         |
| **Include/exclude customers with specific tag** | —    | ✓         | ✓         |
| **Products created/published**                  | —    | ✓         | ✓         |
| **Set visibility date time**                    | —    | ✓         | ✓         |
| **Set visibility country restriction**          | —    | ✓         | ✓         |
| **Specific languages**                          | —    | —         | ✓         |
| **Specific metafields**                         | —    | —         | ✓         |

## Analytics and reporting

| Feature                 | FREE | GOLD | DIAMOND |
| ----------------------- | ---- | ---- | ------- |
| **Analytics dashboard** | —    | —    | ✓       |

## Included on every plan

24/7 email support, live edit previews, help docs, and access to the image sample library. **VIP support** is listed on the GOLD and DIAMOND plans.

***

## Next steps

* [Pricing plans](/settings/pricing-plans.md) — change your plan or apply a discount code.
* [Condition operators reference](/reference/condition-operators-reference.md) — every operator you can build conditions from.

{% hint style="success" %}
**Not sure which plan fits?**

Contact us at <support@samita.io>.
{% endhint %}


---

# 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.samita.io/reference/plan-comparison.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.
