List view
Understanding Nobi
Understanding Nobi
Getting Started
Getting Started
Knowledge Base
Knowledge Base
Merchandising
Merchandising
Custom Actions
Custom Actions
Query Overrides
Query Overrides
Plans And Billing
Plans And Billing
Developers Guide
Developers Guide
Beta Products
Beta Products
References
References
Single Suggestion Pill Launch Component
A Single suggestion pill is a clickable prompt with merchant-specified text that opens Nobi's chat modal with that message already sent. Use it when you want one focused prompt in a specific part of your page.
Preview:
Dashboard setup
Set up the Single suggestion pill from the Website UX Integrated page before copying code into your site.
- Go to Website UX > UX Elements > Integrated.
- Select Single suggestion pill to preview the element and review where it works best.
- Use Add to site to copy the implementation snippet.
- Use Try it out in the playground, or open Website UX > UX Elements > Playground, to test the element before adding it to your storefront.
How It Works
Add the single suggestion pill element to your page with a text attribute containing the message you want sent to Nobi. When visitors click the pill, Nobi opens and starts the conversation with that prompt.
When to Use a Single Suggestion Pill
- Targeted prompts - When you know exactly what question or action makes sense in a specific location, like "Find my size" on a fit guide page
- Seasonal campaigns - Create pills for specific promotions like "Show me Black Friday deals" or "Find Valentine's gifts"
- FAQ nudges - Pre-empt any common objections you get with a prompt
Combining Multiple Pills
You can place multiple single suggestion pills together to create a curated set of options:
<nobi-suggestion-pill text="Find running shoes"></nobi-suggestion-pill><nobi-suggestion-pill text="Best sellers"></nobi-suggestion-pill><nobi-suggestion-pill text="What's on sale?"></nobi-suggestion-pill>Styling
Single suggestion pills inherit the same styling system as the Suggestion pills row and can be customized to match your brand using CSS. Use them when one curated prompt is more helpful than a row of options.
For complete styling options, see the Suggestion pills documentation.