> 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/getting-started/readme.md).

# Welcome

Sami Product Labels helps you highlight promotions, product information, and trust signals across your Shopify storefront.

{% hint style="info" %}
A **label** appears inside the product image, while a **badge** appears outside the product image.
{% endhint %}

## Features

* [**Badges & Labels**](/badges-and-labels/overview.md) — Create image or text designs and control where and when they appear.
* [**Badge Groups**](/badge-groups/overview.md) — Arrange multiple labels in a horizontal or vertical group.
* [**TrustBadge Plus**](/trustbadge-plus/trust-badge-overview.md) — Add trust badges and product highlights to your storefront.
* [**Banners**](/banners/overview.md) — Publish static or infinite-scroll promotional banners.
* [**AI Features**](/ai-features/overview.md) — Generate, edit, and translate badge content with AI.
* [**Analytics**](/analytics/overview.md) — Review the performance of your app content.

## Get started

{% stepper %}
{% step %}

### Enable the app

[Enable the app in your Shopify theme](/getting-started/enable-app-in-theme.md).
{% endstep %}

{% step %}

### Create a badge or label

Open **Badges and Labels**, select **Create new badge/label**, then choose a text or image design.
{% endstep %}

{% step %}

### Configure and publish

Select the products and display conditions, preview the result, then select **Save & Enable**.
{% endstep %}
{% endstepper %}

For complete steps, see the [Quickstart guide](/getting-started/quickstart.md).

## Support

See [Troubleshooting](/help/troubleshooting.md), read the [FAQ](/help/faq.md), or [contact support](/help/contact-support.md).

* [Shopify App Store](https://apps.shopify.com/product-labels-badges-samita)
* [Privacy Policy](https://samita.io/pages/privacy-policy)
* [Terms and Conditions](https://samita.io/pages/terms-and-conditions)


---

# 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/getting-started/readme.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.
