Help Center
A help center customers actually read
Write your articles once in Clairvio, publish them, and drop a single snippet into your product. Customers get an instant help widget or a full embedded page — both pull from the same content, no separate docs platform required.
Opens the real Clairvio help center on this page — go ahead, click it.
Two ways to publish
Show a floating widget customers open on demand, or embed the whole center on a page as an iframe. Same content, your choice.
Markdown articles
Write in Markdown right in your dashboard. Headings, code blocks, images — it renders cleanly wherever you embed it.
Categories
Group articles into categories so customers find the right answer without scrolling a flat list.
Publish instantly
Toggle an article live and it appears in the widget and iframe immediately. No rebuild, no redeploy.
Match your brand
Override colors and fonts with custom CSS so the widget looks like it belongs on your site, not bolted on.
One script, any element
Add the script once, then mark any button or link with a single attribute to make it a trigger.
Add it in one line
Paste your workspace snippet, then add data-clairvio-help to any button or link.
Grab your key from the workspace settings in your dashboard.
Widget
<script src="https://cdn.clairvio.dev/sdk/clairvio-help-widget.min.js"
data-workspace="cvio_your_sdk_key" async></script>
<!-- Add this attribute to any button or link: -->
<button data-clairvio-help>Help</button>Embedded page
<iframe
src="https://app.clairvio.dev/embed/help-center/cvio_your_sdk_key"
style="width:100%;height:600px;border:0;"
title="Help Center"
></iframe>Want the full story? Read the announcement post.