Skip to main content

Getting started

1. Create an account

Clione is invite-only during the research preview. Contact your T42 account manager or email admin@takefortytwo.com to get your tenant provisioned.

2. Connect a store

Once logged in:

  1. Click Add Store from the overview.
  2. Pick your platform (Shopify or BigCommerce).
  3. Paste your API credentials (OAuth flow for Shopify, API Token for BigCommerce).
  4. Run the first sync. This imports your catalog and enriches every product — typically a few minutes for under 500 products, longer for larger catalogs.

3. Review the enrichment

After the sync completes, open any product:

  • Product Details tab — see the natural-language identity, reasoning, keywords
  • AI Analysis tab — see the quality scores
  • Enrichment Status — see which fields got populated and which didn't
  • History — restore to an older version if you don't like the latest enrichment
  • Edit — override any AI-generated field manually

If a score or description looks off, run the Enrichment Wizard (guided questionnaire) and re-enrich — the wizard hints are passed to the LLM to get better results.

4. Add FAQs

Under the FAQs section, add frequently asked questions per product, category, or as global FAQs that apply to your whole store (shipping, returns, warranty, etc.). Global FAQs are merged with entity-specific ones automatically.

5. Embed on your storefront

Under FAQs → Embed Script, generate an API key scoped to your domain(s) and copy the auto-detect loader:

<div id="clione-faq"></div>
<script
src="https://api.clione.ai/embed.js"
data-api-key="sk_live_…"
data-target="#clione-faq"
async
></script>

The script auto-detects the current page (product / category / page) from the URL and meta tags, fetches the matching FAQs, and injects:

  1. A visible HTML accordion
  2. An invisible JSON-LD FAQPage schema for SEO + LLM discovery

6. Monitor impact

The Measurement section (being built) will surface:

  • Which of your products appear in LLM responses
  • Traffic attributed to AI agent visits
  • Coupon redemptions from agent-generated offers