> 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/extra-features.md).

# Extra Features

- [Trust badge overview](https://docs.samita.io/extra-features/trust-badge-overview.md): Learn what trust badges are, when to use them, and how to get started.
- [Create a trust badge](https://docs.samita.io/extra-features/create-trust-badge.md): Create and customize a trust badge from scratch or a featured template in Sami Product Labels.
- [Place a trust badge with shortcode](https://docs.samita.io/extra-features/place-with-shortcode.md): Place a trust badge at an exact position in your Shopify theme using its shortcode.
- [Highlight overview](https://docs.samita.io/extra-features/highlight-overview.md): Use highlights to give shoppers a short, scannable list of your product's most relevant selling points.
- [Create a highlight](https://docs.samita.io/extra-features/create-highlight.md): Step-by-step guide to creating a highlight block in Sami Product Labels.
- [Place a highlight with shortcode](https://docs.samita.io/extra-features/place-highlight-with-shortcode.md): Place a highlight block at an exact position in your theme using its shortcode.
- [Target highlight display](https://docs.samita.io/extra-features/target-highlight-display.md): Control where a highlight block appears and who sees it, using the conditions on the Placement tab.
- [Banners overview](https://docs.samita.io/extra-features/overview.md): Display promotional banners across your store with basic or infinite scroll styles and advanced placement targeting.
- [Create a basic banner](https://docs.samita.io/extra-features/create-basic-banner.md): Build a basic banner from content elements, style the bar, add a close button or click-through link, and choose where it appears.
- [Create an infinite-scroll banner](https://docs.samita.io/extra-features/create-infinite-scroll-banner.md): Build an infinite scroll banner that loops its content seamlessly for ticker-style announcements and promotions.
- [Configure banner display conditions](https://docs.samita.io/extra-features/configure-display-conditions.md): Control where each banner appears and who sees it, using the position picker and the condition panels on the Placement tab.


---

# 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/extra-features.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.
