> 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/badges-and-labels.md).

# Badges & Labels

- [Badges & Labels overview](https://docs.samita.io/badges-and-labels/overview.md): Learn how badges and labels help you highlight products and drive sales in your Shopify store.
- [Create a text badge](https://docs.samita.io/badges-and-labels/create-text-badge.md): Step-by-step guide to creating a text badge with custom text, shape, and colors.
- [Create an image badge](https://docs.samita.io/badges-and-labels/create-image-badge.md): Step-by-step guide to creating an image badge using the library, your own upload, or AI generation.
- [Upload your own badge image](https://docs.samita.io/badges-and-labels/upload-badge-image.md): Use your own artwork on an image badge by uploading a file from your computer or importing it from a direct image link.
- [Use dynamic variables](https://docs.samita.io/badges-and-labels/dynamic-variables.md): Reference for dynamic variables that auto-populate text badges with live product and customer data.
- [Schedule badge visibility](https://docs.samita.io/badges-and-labels/schedule-visibility.md): Schedule when a badge appears and disappears, restrict it to recurring weekday time windows, and add a countdown to the end time.
- [Change badge position](https://docs.samita.io/badges-and-labels/change-position.md): Place a badge inside or outside the product image, use preset or custom positions, and fine-tune its spacing.
- [Change badge size](https://docs.samita.io/badges-and-labels/change-size.md): Resize text and image badges for desktop, mobile, product pages, and listing pages.
- [Change badge style](https://docs.samita.io/badges-and-labels/change-style.md): Customize fonts, colors, backgrounds, borders, opacity, and rotation for text and image badges.
- [Add animation to a badge](https://docs.samita.io/badges-and-labels/add-animation.md): Add animation effects like pulse to your badges to grab customer attention on your storefront.
- [Use custom CSS](https://docs.samita.io/badges-and-labels/custom-css.md): Use custom CSS, z-index control, tooltip text, and SEO alt text for advanced badge customization.
- [Target specific products](https://docs.samita.io/badges-and-labels/target-products.md): Learn how to select which products display your badge or label in Sami Product Labels.
- [Target by collection, tag, or vendor](https://docs.samita.io/badges-and-labels/target-by-attribute.md): Target badges to products based on attributes like title, type, vendor, price, tags, inventory, and more.
- [Target by customer](https://docs.samita.io/badges-and-labels/target-by-customer.md): Show badges to specific customer segments based on login status, order history, spending, tags, and more.
- [Target by country or language](https://docs.samita.io/badges-and-labels/target-by-country-language.md): Display badges based on your visitor's country or the language they are viewing your store in.
- [Target by variant or metafield](https://docs.samita.io/badges-and-labels/target-by-variant-metafield.md): Target badges by product variants, variant inventory, or the metafield values you have defined in Shopify.
- [Control display by device and page](https://docs.samita.io/badges-and-labels/display-device-page.md): Control which pages and devices your badge appears on, exclude theme elements, and decide which badge wins when several apply to the same product.
- [Duplicate and manage badges](https://docs.samita.io/badges-and-labels/duplicate-badges.md): Duplicate badges and use the bulk actions available on the Badges & Labels list: set as active, set as draft, and delete.


---

# 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/badges-and-labels.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.
