User Guide

Everything you need to master Clarion

From importing your first signals to shipping AI-generated specifications.

v2.6June 2026~55 min read

Quick Start Guide

Get up and running in under 10 minutes. This walkthrough covers account creation, importing your first signals, and asking your first AI-driven question.

  1. 1

    Create Your Account

    Navigate to getclarion.in/signup. Enter your name, email, and password — or click Continue with Google for single-sign-on. You can also join via an invite link from a teammate.
  2. 2

    Choose Your Plan

    During sign-up you’ll select an intent: Starter (free — limited PRDs and specs), Essentials ($39/editor/mo — signals, AI intelligence, limited recommendations), Pro ($59/editor/mo — full platform with Agent Bridge and unlimited queries), or Enterprise(custom — unlimited everything, SSO, SCIM, dedicated CSM). You can upgrade any time from Settings → Billing.
  3. 3

    Organization Setup

    Create or join your organization. The onboarding wizard on the Dashboard walks you through connecting your first integration and importing a CSV of signals.
  4. 4

    Invite Your Team

    Head to Settings → Team and invite colleagues via email. Each invitation carries a role (Owner, Admin, Member, or Viewer). Pro plans can assign Pro seats to individual members. You can also create shareable invite links for bulk onboarding.
  5. 5

    Import Your First Signals

    Upload a CSV of customer feedback from the Signals page or Settings → Integrations. You can also connect a webhook or set up a direct integration with Zendesk, Intercom, Gong, Amplitude, Slack, or GitHub from Integrations.
  6. 6

    Let the AI Work

    Clarion’s AI pipeline automatically classifies each signal, extracts themes and entities, scores sentiment and importance, and indexes everything for semantic search. Watch progress on the Dashboard.
  7. 7

    Explore Insights and Build

    Use the Signals dashboard to deep-dive into imported signal data, the Insights Dashboard to discover patterns, the What to Build? engine for AI recommendations, and Spec Studio to turn decisions into agent-consumable specifications.

Ask "What Should We Build?"

Once your signals are processed, go to What to Build? in the sidebar. Type a question like “What should we build next?” and Clarion returns ranked, evidence-backed recommendations with customer quotes, revenue impact, and confidence levels.

AI-Powered
The “What to Build?” engine uses semantic search across all your signals, combines it with opportunity data and competitive intelligence, and uses Clarion AI reasoning to generate prioritized recommendations — never hallucinated, always evidence-backed.

Core Concepts

Clarion’s data model follows a pipeline that progressively refines raw customer feedback into shippable product decisions. Understanding these four entities is key to using the platform.

Signals

The atomic unit — a single piece of customer feedback: a support ticket, interview snippet, NPS response, analytics event, or feature request. Signals carry metadata about their source, customer, category, and processing status.

Insights

AI-extracted patterns from signals. Each insight has a category (feature request, bug, churn risk, etc.), sentiment score, importance score, extracted themes, and named entities. Insights are linked back to their source signal.

Opportunities

Actionable product decisions synthesized from clusters of related insights. An opportunity has a title, description, evidence (linked signals/insights), scores from PM frameworks (RICE, ICE, MoSCoW, Value-Effort), and a status that moves through the Kanban board.

Specifications

Dual-audience documents generated from opportunities: a human-readable PRD for stakeholder alignment, and a machine-verifiable spec with acceptance criteria, API contracts, and test scenarios that coding agents can directly consume.

The Pipeline

The complete flow from customer voice to shipped code:

  • Ingest — Signals arrive via CSV, webhook, or integration sync.
  • Process — Clarion AI automatically classifies, extracts themes, scores sentiment, computes importance, and indexes everything for semantic search.
  • Synthesize — The AI engine clusters related insights into opportunities and scores them with PM frameworks.
  • Decide— The “What to Build?” engine recommends priorities. The Knowledge Explorer lets you ask questions against your entire dataset.
  • Specify — Spec Studio generates PRDs and machine specs with agent artifacts (.cursorrules, tasks.json, test scenarios, agents.md).
  • Ship — Agent Bridge exposes specs via MCP, pushes artifacts to GitHub, and exports to Jira/Linear.
  • Measure — Feature-opportunity linking tracks outcomes, the learning system calibrates future recommendations, and the executive dashboard reports ROI.

Onboarding & Getting Started WizardStarterEssentialsProEnterprise

When you first log in, Clarion guides you through an interactive onboarding wizard so your team is productive from day one. The steps adapt to your role — owners and admins get a few extra setup steps.

The Onboarding Steps

  1. 1

    Welcome & Overview

    A quick product tour showing Clarion’s core value proposition — how signals become insights, opportunities, specifications, and shipped features. Includes an animated walkthrough of the complete data pipeline.
  2. 2

    Connect Your Data

    Choose how to get signals into Clarion: CSV Upload (quickest — drag and drop a file), Zendesk/Intercom/Gong (live integrations), or API/Webhook (custom pipelines). You can connect multiple sources.
  3. 3

    Set Up Product Hierarchy

    Define your product structure: create products, add feature areas, and map your team’s vocabulary. This hierarchy powers AI classification — signals auto-route to the right product area. You can also skip this step and let the AI suggest a hierarchy after processing your first signals.
  4. 4

    Review Your Context (Owners & Admins)

    Once a source is connected, see the personas, decisions, goals, and features Clarion auto-extracted from your data — review and confirm them within minutes, not weeks. A “Try These Questions” panel drops you straight into chat to test it.
  5. 5

    Interactive Tour

    A spotlight-based guided tour that highlights each section of the interface — sidebar navigation, signal feed, intelligence dashboard, and AI chat. Clickable hotspots explain each feature in context. Dismiss at any time; replay from Settings → General.

Getting Started Checklist

After the wizard, the Dashboard shows a persistent Getting Started Checklistwith progress tracking. Items include: connect your first integration, import 50+ signals, review AI insights, explore an opportunity, generate your first spec, and invite a teammate. Items auto-complete as you perform each action. Dismiss the checklist once you’re comfortable.

Tip

You can re-launch the onboarding wizard at any time from the Dashboard’s Quick Actions panel or from Settings → General.

Dashboard

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Executive Dashboard

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Pipeline

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Spec TranslatorStarterEssentialsProEnterprise

Convert any human-readable PRD into a machine-verifiable specification that AI coding agents can execute — completely free, no sign-up required.

How It Works

  1. 1

    Paste Your PRD

    Navigate to /translate(or click “Spec Translator” on the landing page). Paste any product requirements document, user story, or feature brief into the editor. Supports plain text, markdown, and rich text.
  2. 2

    AI Translation

    Click “Translate to Machine Spec”. The AI produces a SPEC.md— every vague requirement is quantified: “fast” becomes “< 200ms p95”, “responsive” becomes specific breakpoints, “secure” becomes OWASP compliance requirements.
  3. 3

    Download & Use

    Copy the generated SPEC.md or download it. Drop it into your project directory and point Cursor, Claude Code, or Bolt at it — the coding agent knows exactly what to build, with testable acceptance criteria for every requirement.
AI-Powered
The Spec Translator is available at /translateand works without authentication. It’s the free entry point to Clarion — users who try the translator often upgrade to Pro for the full signal-to-spec pipeline.

What Gets Translated

Human Spec SaysMachine Spec Outputs
"The page should load fast"< 200ms p95 latency, < 3s LCP
"Responsive on all devices"Layout adapts at 640px, 768px, 1024px, 1440px breakpoints
"Handle errors gracefully"Try-catch on all async ops, user-facing toast on failure, retry 3x with backoff
"Secure authentication"OWASP Top 10, bcrypt(12), 100 req/min rate limit, CSRF tokens
"Good test coverage"≥ 80% line coverage, all edge cases in spec tested, E2E for critical paths

Signal Collector

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Meetings

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

AI Intelligence Engine

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Knowledge Explorer

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Competitive Intelligence

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Adaptive Taxonomy Engine

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Segment Comparison

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Trend & Anomaly Detection

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Decision Registry

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Goals

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Personas

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Documents & Folders

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Action Items

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Opportunity Canvas

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

What to Build?

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Opportunity Validation

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Spec StudioStarterEssentialsProEnterprise

Spec Studio is where product decisions become shippable specifications. It generates dual-audience documents — human-readable PRDs for stakeholder alignment and machine-verifiable specs that coding agents (Cursor, Claude Code, Windsurf, v0, Bolt, Lovable) can directly consume.

Specification List

Navigate to Spec Studio in the sidebar. The list page shows all specifications as a table or card view, with columns for title, linked opportunity, status, version, author, and last updated date. Click “Generate New Spec” to begin.

Creating Specifications

There are two ways to create a spec:

  • From an Opportunity (Essentials, Pro, Enterprise) — Select an opportunity and Clarion generates a PRD pre-filled with evidence from linked signals — customer quotes, pain points, and quantitative data.
  • Standalone (Free, Essentials, Pro, Enterprise) — Paste existing PRD text or describe a feature — Clarion structures it into the full PRD format. Free users get Clarion AI; Pro users get Clarion AI Pro for higher quality output.

PRD Editor

Every PRD is editable with a rich text editor. The editor supports:

  • Structured sections — Problem Statement, Goals, User Stories, Requirements, Success Metrics, Risks, Timeline, and more.
  • Inline editing with formatting toolbar (bold, italic, lists, headings, links).
  • Auto-save every 30 seconds with visual save indicator.
  • Version history — revert to any previous version.

The Split-Pane Editor

Left: Human PRD

Rich text editor (Tiptap) with structured sections: Problem Statement, Goals & Metrics, User Stories with acceptance criteria, Proposed Solution, Technical Considerations, Risks, and Timeline. Customer quotes appear as special blocks with signal attribution. An evidence sidebar shows linked signals for each section.

Right: Machine Spec

SPEC.md in markdown format — every requirement quantified, no vague terms. Toggle between rendered preview and raw code view. Validation indicators show green checkmarks on complete requirements and red flags on gaps.

Generation Process

AI-Powered
Step 1: PRD Generation.Click “Generate PRD” — Clarion fetches the opportunity, all linked signals, org context, and product hierarchy, then uses Clarion AI Pro to produce a complete PRD with real customer quotes and evidence-backed sections.

Step 2: Machine Spec Translation.Click “Generate Machine Spec” — the human PRD is translated into a SPEC.md where every vague term is replaced: “fast” → “< 200ms p95”, “responsive” → “layout adapts at 768px, 1024px, 1440px”, “secure” → “OWASP Top 10 compliant, 100 req/min rate limit.”

Step 3: Validation.Click “Validate” — the AI scans for remaining vague terms, missing error handling, incomplete API contracts, and untestable acceptance criteria. Results show inline as gap indicators.

Critique & Revise

A generated PRD is a starting point, not the final word. Use the AI review loop to sharpen it before it goes to engineering:

  • Critique — Clarion reviews the PRD like a senior PM and flags weaknesses: vague or untestable requirements, thin evidence, unaddressed risks, and weak success metrics — with a short assessment of each.
  • Revise— apply the critique and Clarion rewrites the PRD in place to address it, preserving the spec’s ID and all its links. You can also regenerate the PRD from scratch.
AI-Powered
Critique & Revise is iterative — run it as many times as you like. Each pass is grounded in the same linked customer evidence, so revisions tighten the spec without drifting from what customers actually asked for.

Version Control

Specs auto-save every 30 seconds. Click “Save Version” to create a named checkpoint with an optional change note. The version history panel shows all versions with timestamps — click any to see a diff against the current spec. You can restore any previous version.

Machine Spec Generation

Click “Generate Machine Spec” to translate the PRD into a structured, machine-verifiable specification. Progress is shown in real-time with a phase timeline. If generation is interrupted, it automatically resumes from where it left off.

The machine spec includes:

  • Functional requirements — Detailed specifications with acceptance criteria in Given/When/Then format.
  • API contracts — Endpoint definitions, request/response schemas, error codes, and authentication requirements.
  • Data models — Database schema changes, field types, constraints, and relationships.
  • Test scenarios — Comprehensive test cases covering happy paths, edge cases, error handling, and performance criteria.
  • Non-functional requirements — Performance targets, security requirements, accessibility standards.

Coding Agent Artifacts

After generating a machine spec, you can generate five agent artifacts optimized for AI coding assistants:

ArtifactFilePurpose
Cursor Rules.cursorrulesProject context, tech stack, coding conventions, spec constraints, testing requirements, and implementation guidance for Cursor
Machine SpecSPEC.mdMachine-verifiable specification with numbered requirements, data models, API contracts, and acceptance tests
Agent Guideagents.mdAgent persona definitions — how each AI coding agent should approach the implementation. Architecture overview, file structure, and implementation strategy for any AI agent.
Task Breakdowntasks.jsonStructured task breakdown with dependency ordering, priorities, files to create/modify, effort estimates, estimated complexity and acceptance criteria
Test Scenariosacceptance_tests.spec.tsTypeScript test file (Jest/Vitest) — Comprehensive test plan with scenarios, fixtures, and coverage targets. Each requirement becomes one or more test cases with edge cases.

Download individually or as a ZIP bundle. Preview each artifact before downloading.

Tip

“How do machine specs work without knowledge of my existing architecture?” Clarion’s specifications are self-sufficient by design. The SPEC.md defines exact data models, API contracts, integration points, error cases, and performance targets — it tells the agent precisely what tables to create, what endpoints to expose, and what responses to return. The agents.md defines a 5-agent team (Architect, Backend, Frontend, Testing, Review) with a phased workflow — the Architect agent scans the codebase and defines the foundation (data models, API contracts, component structure) before any implementation begins. Each subsequent agent works within the constraints the Architect defined. Quality gates ensure nothing ships without passing through the full review chain. The spec defines the what at the interface boundary, and the agent artifacts provide the how — the complete implementation strategy, task ordering, and test coverage. Drop the artifacts into any AI coding assistant and they have everything they need to build it, in any tech stack.

Export to Other Tools

From the spec editor, use the “Export for Agents” dropdown to generate and download:

Jira / Linear

Export the task breakdown as issues. Acceptance criteria map to subtasks. Issues link back to the Clarion specification.

GitHub

Push all artifacts to a new branch in your repo. Optionally auto-create a PR with the spec summary as description.

Cursor / Claude Code

Cursor gets an optimized .cursorrules with project context. Claude Code gets a CLAUDE.md with implementation guidance.

v0 / Bolt / Lovable

Copy an optimized prompt to clipboard, formatted for each tool’s requirements.

Word / PDF / Markdown / ZIP

Download as Word (.docx), PDF, Markdown (.md), or a ZIP bundle of all agent artifacts for offline sharing.

GitHub Push

Push generated artifacts directly to a GitHub repository. Clarion creates a new branch, commits all artifact files, and opens a pull request. When the PR is merged, Clarion automatically detects the shipped feature and updates the linked opportunity status.

Validation

Specs are validated for completeness and consistency. The validator checks for missing acceptance criteria, undefined API contracts, inconsistent data models, and untested edge cases. Validation results are shown as warnings that you can address before generating artifacts.

Approval Workflows

Enterprise

Available on the Enterprise plan — log in or view plans to unlock.

Unlock

Agent Bridge

Pro

Available on the Pro plan — log in or view plans to unlock.

Unlock

Scope Drift Detection

Pro

Available on the Pro plan — log in or view plans to unlock.

Unlock

Feature Impact Tracking

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Outcomes Dashboard

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Full Traceability Chain

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Settings & Administration

Configure your workspace, manage your team, connect integrations, and control platform behavior.

Team & Roles

Clarion uses role-based access control (RBAC) to manage permissions within your organization.

RolePermissions
OwnerFull access. Manage billing, delete org, transfer ownership. One per org.
AdminManage team, settings, integrations, workflows, and all content. Cannot manage billing or delete org.
MemberCreate and edit signals, insights, opportunities, and specs. Cannot manage team or settings.
ViewerRead-only access to all data. Cannot create, edit, or delete anything.

Invitations

Invite team members from Settings → Team. Each invitation specifies a role. For Pro plans, you can optionally assign a Pro seat to the invited member (giving them access to Pro features). Invitations are delivered via email and expire after 7 days.

You can also create shareable invite links for bulk onboarding. Invite links can be configured with a maximum number of uses and an expiration date.

General Settings

Organization name, logo, default timezone, and global preferences. Configure the product hierarchy (Product → Areas → Features) that’s used by all AI operations for accurate signal classification.

Team Management

Invite team members by email. Four role levels:

RolePermissions
OwnerFull access. Manage billing, delete organization, manage all settings.
AdminManage team members, integrations, and settings. Full data access.
MemberCreate and edit signals, opportunities, specs. Cannot manage team or billing.
ViewerRead-only access to all data. Can comment but not create or edit.

Integrations

Connect and manage all third-party integrations from Settings → Integrations. Each integration shows its connection status, last sync time, and signal count.

Zendesk

  • What syncs: Support tickets (subject, description, priority, status, tags, assignee, channel, via, timestamps).
  • Auth: Secure OAuth. Clarion requests read-only access to tickets.
  • Sync frequency: On-demand or scheduled. Default lookback window is 24 hours.
  • Field mapping: Zendesk subject → signal title, description → rawContent. Priority, status, tags, and timestamps are stored in sourceMetadata.

Intercom

  • What syncs: Conversations (messages, user info, tags, conversation state).
  • Auth: OAuth 2.0. Read-only access to conversations and users.
  • Field mapping: Conversation body → rawContent. User name, email, and company are mapped to customer fields.

Gong

  • What syncs: Call recordings and transcripts. Speaker segments, topics, and action items.
  • Auth: OAuth 2.0. Read-only access to calls and transcripts.
  • Processing: Transcripts are chunked into individual feedback signals based on speaker turns and topic shifts.

Amplitude

  • What syncs: Analytics events, user properties, and cohort data.
  • Auth: API key + secret. Read-only access to event data.
  • Use case: Quantitative signals — feature usage patterns, drop-off points, engagement metrics — complement qualitative feedback from other sources.

GitHub

  • Purpose: Push generated agent artifacts (.cursorrules, tasks.json, test scenarios) directly to a GitHub repository as a new branch and pull request.
  • Auth: GitHub OAuth App. Requires write access to selected repositories.
  • PR webhooks: Clarion listens for PR merge events to automatically detect shipped features and update opportunity status.

Jira & Linear

  • Outbound:Export a spec’s tasks as issues — Jira (epic + stories + sub-tasks) or Linear (parent + sub-issues), linked back to the Clarion spec.
  • Inbound: Issues sync into Clarion as signals (webhook + scheduled backfill). ADR-style issues (or a decision label) auto-create a Decision.
  • PR ↔ issue linking: A merged GitHub PR that references an issue key (e.g. feat(ACME-123): …) cross-links to that issue and surfaces it on the related spec and shipped feature.
  • Auth: Jira via Atlassian OAuth / API token; Linear via API key.

Slack

  • Inbound: Messages from opted-in channels are ingested as feedback / decisions; standup banter and noise are filtered out automatically. Per-channel opt-in only — Clarion never reads private DMs or non-opted-in channels.
  • Outbound: Anomaly alerts, drift alerts, and digest reports post to a channel webhook (configured in Settings → Notifications).
  • /decide: Log a decision from Slack with a Confirm/Edit/Cancel preview; @clarion-bot extracts decisions from a thread.
  • Auth: Slack OAuth, with signature-verified webhooks.

Custom Webhooks

  • Purpose: Send signals from any external system via a simple POST request.
  • Setup: Create a webhook in Settings → Webhooks. Clarion generates a unique URL and signing secret.
  • Security: HMAC-SHA256 signature verification for all incoming payloads.

Meeting Recorders

  • Granola, Otter, Fathom, Fireflies — connect a recorder and transcripts are summarized, chunked, and mined for feedback, decisions, and action items. Auto-ingest is off by default.
  • See the Meetings section for the full walkthrough and privacy controls.

Knowledge Sources (Notion, Confluence, Google Drive)

  • What syncs: Pages and docs become Clarion Documents (with a link back to the source) and are mined for goals, personas, and decisions (ADR pages).
  • Auth: Notion OAuth; Confluence via Atlassian OAuth; Google Drive via a dedicated Workspace OAuth (read-only) — separate from Google sign-in.
  • Re-sync safety: Unchanged pages are skipped; changed pages raise a review before spawning new entities, so nothing duplicates.

PostHog & Stripe

  • PostHog: Product analytics feed feature adoption (Outcomes) and corroborate persona confidence. API key.
  • Stripe: Subscriptions populate account ARR automatically (matched by email, annualized). Basic sync — no AI revenue inference. OAuth or a restricted key.

Asana

  • Inbound: Tasks and projects sync in as signals (mirrors Jira/Linear).
  • Agent write: A connected coding agent can create or update Asana tasks via MCP, with a confirmation step.

GitLab & Bitbucket

  • Purpose: Read-only connectors used only for tech-stack detection — they read a manifest allowlist (e.g. package.json), never your source, and keep only the derived summary.
  • Auth: A scoped read-only token; per-repo opt-in. (GitHub does the same via its existing connection.)

API Keys

Navigate to Settings → API Keys to generate keys for programmatic access and MCP server authentication. Each key is shown once on creation (copy immediately), with a name, creation date, last used timestamp, and a revoke button. Keys are scoped to your organization.

Product Hierarchy

Define your product structure as a multi-level hierarchy — from top-level product areas down to individual features: Product → Areas → Features → Sub-features. The hierarchy uses a drag-and-drop tree editor. Each node displays its signal count badge, aggregated sentiment, and auto-mapped signals. This hierarchy feeds into every AI operation — classification maps signals to product areas, themes roll up to the hierarchy, and specs reference specific product areas for context. Reorder by dragging; add children by clicking the “+” button on any node. Clarion automatically maps incoming signals to 1–3 relevant product areas using AI, enabling per-area analytics and filtering.

  • Tree management — Add, edit, reorder, and nest product areas up to 5 levels deep.
  • Signal mapping — Each signal is automatically assigned to relevant product areas during processing. The AI reads signal content and matches it against your hierarchy.
  • Aggregated metrics — View signal counts, sentiment averages, and opportunity counts per product area — with automatic rollup from children to parent nodes.
  • Tree visualization — Interactive tree view with expand/collapse, drag-and-drop reordering, and color-coded health indicators.

Product Context & Tech Stack

Under Settings → Product Contextyou’ll find your product structure plus what Clarion knows about how your team builds — the detected tech stack (frameworks, languages, databases) and codebase conventions. This context makes generated PRDs and specs stack-correct even when no coding agent is connected.

  • How it’s populated — run npx clarion-cli stack in your repo (uploads a summary, never your source), connect a GitHub / GitLab / Bitbucket repo (read-only, manifest-only, refreshed on push), or have your coding agent report it via MCP.
  • Where it’s used — PRD & machine-spec generation, “What to Build?”, and drift checks all read it.

Customers & Companies

Clarion separates the company (the account that pays you — ARR, segment, plan, domain) from the contacts (the individual people who submit feedback) inside it. A signal attaches to the person who said it; their account is reachable through them, so ARR and segments roll up correctly without double-counting.

  • Companies (Settings → Companies) — a searchable, ARR-sortable, segment-filterable list of accounts. Open one to edit segment/ARR/plan once and have every contact inherit it, and to see nested contacts.
  • Customers / Contacts — individual contact pages with full signal history and linked opportunities.
  • Bulk import — upload a CSV with a company column and contacts are grouped into accounts automatically (by domain or name).
  • Auto-populated — integrations, Stripe (ARR), and CSV feed these records; emails are matched case-insensitively so the same person never duplicates.

Segment Manager

Navigate to Settings → Segments to create and manage customer segments. Define segments with rule-based criteria:

  • ARR range— e.g., Enterprise (>$100K ARR), Mid-market ($10K–$100K), SMB (<$10K).
  • Company size — filter by employee count or organization tier.
  • Custom attributes — any metadata from your signal sources (plan type, region, industry, etc.).

Each segment shows a live match count — the number of customers that meet the criteria. Segments power the Segment Comparison page, filter “What to Build?” recommendations, scope Knowledge Explorer queries, and shape every AI analysis across the platform.

Branding

Navigate to Settings → Brandingto customize your organization’s appearance in outbound communications. Upload your company logo and set a primary brand color. These appear on validation survey pages, digest emails, and shared reports — giving a professional, white-labeled experience to customers and stakeholders.

Approval Workflows

Navigate to Settings → Workflows to configure multi-stage approval processes (see the Approval Workflows section for full details). The visual drag-and-drop editor lets you define stages, assign roles, configure parallel branches, and set auto-escalation rules.

Notifications

Navigate to Settings → Notifications to configure how you receive alerts. Two delivery channels: Email and Slack webhook. Toggle notifications for: new high-priority signals, anomaly alerts, spec status changes, approval requests, and team activity. Set a Slack webhook URL to receive notifications in your team channel.

Digest Reports

Scheduled summary reports delivered via email or Slack. Digests keep stakeholders informed without requiring them to log in.

Navigate to Settings → Digests to configure automated summary emails. Each team member can set their own schedule and delivery method independently. Choose frequency (Daily, Weekly, or Monthly), set your timezone, and toggle which sections appear: Signal Summary, Highlights, Anomaly Alerts, New Opportunities, Sentiment Trends, and AI Recommendations. Use “Send Test” to preview the email. View digest history to see what was sent.

Configuration

  • Frequency — Daily, weekly, or monthly.
  • Delivery — Email or Slack.
  • Timezone— Reports are generated at the configured time in the user’s timezone.
  • Content — AI-generated highlights summarizing new signals, emerging themes, sentiment shifts, and top opportunities since the last digest.

Login Activity

Navigate to Settings → Login Activity to view your login history — timestamps, IP addresses, device info, and success/failure status. Filter by date range and status. Useful for security auditing and detecting unauthorized access attempts.

Inbox

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

User Profile

Manage your personal account settings, password, avatar, and connected OAuth providers.

Profile Settings

Navigate to Settings → Profile (or click your avatar in the top-right corner). You can update your display name, email address, and upload a profile avatar. Your avatar appears on signals you create, specs you author, opportunity cards you own, and in the team activity feed.

Password & Security

Change your password from the profile page. If you signed up with Google OAuth, you can optionally add a password for email/password login. You can also link additional OAuth providers to your account for flexible sign-in options.

Organization Switching

If you belong to multiple organizations, click the organization name in the sidebar dropdown to switch between them. Each organization has its own data, team, plan, and settings — switching is instant with no logout required.

Plans & Billing

Choose the plan that fits your team. Upgrade, downgrade, or manage your subscription from Settings → Billing.

Starter

$0

forever

  • 5 PRD generations
  • 1 Machine Spec
  • 1 product workspace
  • Community support
  • No signal ingestion
  • No AI recommendations

Essentials

$39

per editor / month

  • Unlimited signals
  • Signal Collector (4 sources)
  • AI Intelligence Engine
  • 15 "What to Build?" recs/mo
  • 3 validation campaigns/mo
  • Unlimited PRDs + 20 Machine Specs
  • 50 Knowledge Explorer queries/mo
  • Up to 5 viewers
  • Email support

Pro

$59

per editor / month

  • Everything in Essentials
  • Signal Collector (10+ sources)
  • 50 "What to Build?" recs/mo
  • Unlimited validation campaigns
  • Unlimited PRDs + 40 Machine Specs
  • Unlimited Knowledge Explorer
  • Agent Bridge & MCP Server
  • GitHub, Jira, Linear integrations
  • 3 product workspaces
  • Unlimited viewers
  • Priority support

Enterprise

Custom

contact sales

  • Everything in Pro
  • Unlimited "What to Build?"
  • Unlimited Machine Specs
  • Custom connectors & taxonomies
  • Unlimited workspaces
  • Team seat management
  • Role-based access control
  • SSO, SCIM & audit logs
  • Dedicated CSM

Note

Prices shown are in USD. Annual billing is available at a discount ($390/yr for Essentials, $590/yr for Pro — save ~17%). INR pricing is also supported (₹3,299/mo Essentials, ₹4,999/mo Pro). Toggle billing interval and currency on the pricing page.

AI Credits

Clarion meters its generative AI features with AI credits. Every plan includes a monthly credit balance that refreshes at the start of each cycle. Unused credits do not roll over.

What spends credits(generative actions): generating a PRD or machine spec, agent artifacts, the “What to Build?” engine, Knowledge Explorer chat, research runs, persona extraction, drafting documents, and validation reports and emails.

What is always free: the background AI that keeps your workspace organized (signal classification, theme and entity extraction, embeddings, clustering, sentiment, and anomaly detection), plus everything non-generative (browsing, viewing, editing, dashboards, exports, and integrations).

Starter (free) includes 325 credits per month, roughly 5 PRDs plus 1 machine spec. Paid plans include a larger monthly allowance that scales with your plan, and with your seat count on team plans.

Top-ups. Need more before your next refresh? Owners and admins can buy a credit top-up anytime in Settings → AI Credits, added to your balance immediately.

Team distribution. On team plans, admins decide how the monthly pool is used: share one pool across everyone, or allocate a set amount per member, in Settings → AI Credits.

Note

If your balance reaches zero, only AI generation pauses until your next monthly refresh or a top-up. Everything else (viewing, editing, integrations, dashboards, and exports) keeps working normally.

Check your balance, this cycle’s usage, and renewal date in the credit indicator at the top of the app (click it for details), or in Settings → AI Credits. Admins also get a per-member usage breakdown there.

Feature Access by Plan

FeatureStarterEssentialsProEnterprise
Spec Translator5 PRDs, 1 SpecUnlimited PRDs, 20 SpecsUnlimited PRDs, 40 SpecsUnlimited all
Signal Collector4 sources10+ sourcesCustom connectors
AI Intelligence Engine
Executive Dashboard
"What to Build?"15/mo50/moUnlimited
Knowledge Explorer50 queries/moUnlimitedUnlimited
Validation Campaigns3/moUnlimitedUnlimited
Agent Bridge & MCPCustom config
GitHub / Jira / Linear
Product Workspaces113Unlimited
ViewersUp to 5UnlimitedUnlimited
SSO, SCIM & Audit Logs
Custom Taxonomies
Dedicated CSM

Payment

Payments are processed securely. We accept all major credit/debit cards, UPI, and net banking. Billing is monthly or annual (annual saves 20%). Manage your subscription, download invoices, and update payment methods in Settings → Billing.

You can let your plan auto-renew each period, or choose Pay once at checkout for a single month or year with no auto-charge. With Pay once, re-pay before the date shown on Settings → Billing to keep your plan active. Paying early stacks onto your current date, so you never lose remaining days.

If a paid plan lapses (the subscription ends, or a one-time plan is not renewed in time), your workspace moves to the free Startertier. Your data stays intact and you keep the Starter monthly credit allowance. Re-subscribe anytime to restore full access. Your plan’s active-until date is visible to everyone on the team in Settings → Billing.

Coupon Codes

If you have a coupon code, enter it on the checkout page before completing payment. Coupons can provide a percentage discount or grant free access for a specific plan. Coupon codes are created by platform administrators and may have expiration dates or usage limits.

Enterprise

Enterprise plans include custom seat counts, dedicated support, SLA guarantees, custom integrations, and advanced security features. Contact sales to discuss your requirements.

Shared Reports

Essentials

Available on the Essentials plan — log in or view plans to unlock.

Unlock

Keyboard Shortcuts

Power-user shortcuts to navigate Clarion quickly.

ShortcutAction
+KGlobal search — jump to any entity: signals, opportunities, specs, features, decisions, meetings, competitors, customers, and companies
+NCreate new signal
+Shift+AOpen "What to Build?" chat
+.Toggle sidebar
+/Show keyboard shortcuts overlay
EscClose modal / cancel action

Note

On Windows/Linux, replace with Ctrl.

Frequently Asked Questions

Answers to common questions about using Clarion.

How does Clarion's AI work? Is my data safe?
Clarion uses advanced AI models for all operations (classification, extraction, spec generation, recommendations). Your data is processed in real-time and is never used to train any AI model. Your content is indexed for semantic search and stored securely in your Clarion database. All processing is scoped to your organization — no cross-tenant data sharing.
How many signals can I import?
Pro and Enterprise plans support unlimited signal ingestion. Individual CSV imports can contain up to 10,000 signals. The bulk API endpoint also supports 10,000 per call. Integration syncs run continuously without limits.
What's the difference between Knowledge Explorer and “What to Build?”
Knowledge Explorer is for open-ended data exploration — ask any question about your signals, customers, trends, or competitive landscape. “What to Build?” is specifically optimized for prioritized, actionable product recommendations backed by evidence and confidence scores. Use Knowledge Explorer to understand your data; use “What to Build?” to make decisions.
How does the MCP server work with Cursor?
Clarion runs a hosted MCP server (no local process to manage). The easiest setup is npx clarion-cli@latest init then clarion login— it detects your agent, writes the config + skill files, and authorizes via browser using OAuth (no API-key copy-paste). Cursor then gains access to Clarion’s 24 tools — querying opportunities, specs, evidence, decisions, documents, outcomes, and more — from within your editor. For CI/scripted contexts you can use a CLARION_API_KEY instead. See Technical Docs → Agent Bridge.
Can I use Clarion just for the Spec Translator?
Yes. The Starter plan (free) gives you 5 PRD generations and 1 Machine Spec. The Spec Translator at /translate is accessible without authentication — paste any PRD and get a machine-verifiable SPEC.md. For unlimited PRDs and more Machine Specs, upgrade to Essentials ($39/editor/mo) or Pro ($59/editor/mo).
How does opportunity auto-generation work?
Every hour (and after bulk imports), Clarion runs a clustering job that uses AI similarity to group related insights. When 3+ similar signals from different customers describe the same need, a new opportunity is created with an AI-generated title, description, and priority score. Existing opportunities are automatically updated when new matching signals arrive.
What happens when a GitHub PR linked to a spec is merged?
Clarion’s GitHub webhook listener detects PR merge events. When a PR linked to a specification is merged, the spec status automatically updates to “Implemented” and the linked feature’s status updates to “Shipped.” This creates a complete audit trail from customer signal → opportunity → specification → shipped feature.
Is there a dark mode?
Yes. Dark mode is built into every component and follows your system preference automatically. You can also toggle it manually from Settings → General.
How do I get support?
Pro users can reach support via the in-app help widget. Enterprise customers have a dedicated support channel and account manager. For the Starter plan, visit our documentation or community forum for self-service help.
Can I share reports with external stakeholders?
Yes. From the Executive Dashboard, click “Share” to generate a public, read-only report link. Choose sections to include and set an expiration date. The link works for anyone — no login required. Reports show your organization’s branding and can be revoked at any time.
How do approval workflows work?
Approval workflows are an Enterprise feature. In Settings → Workflows, you define multi-stage approval pipelines with specific roles assigned to each stage. When a spec is submitted for approval, it follows the pipeline — each stage must approve before the spec advances. Stages can run in parallel (both Tech Lead AND PM must approve) or sequentially. Approvers can approve, request changes, or send reminders.
What integrations does Clarion support?
Customer feedback: Zendesk, Intercom, Gong, Amplitude, Slack, and custom webhooks. Meeting recorders: Granola, Otter, Fathom, Fireflies. Issue trackers: Jira, Linear, Asana (two-way), GitHub. Knowledge sources: Notion, Confluence, Google Drive. Product & billing: PostHog, Stripe. Tech-stack detection: GitHub, GitLab, Bitbucket. Configure everything in Settings → Integrations — most use OAuth, with credentials encrypted at rest. See Technical Docs → Integrations for the full coverage table.
Can I export the executive dashboard as a presentation?
Yes. The Executive Dashboard supports three export options: PDF (downloadable summary), PowerPoint (auto-generated slide deck), and Presentation Mode (full-screen slides navigable with arrow keys, perfect for live meetings). You can also generate a shareable link for async viewing.
How do digest emails work?
Configure digests in Settings → Digests. Choose frequency (daily, weekly, monthly), set your timezone, and toggle which sections to include: Signal Summary, Highlights, Anomaly Alerts, New Opportunities, Sentiment Trends, and AI Recommendations. Use “Send Test” to preview before going live. Digests display your organization’s branding and include actionable links back to the platform.
Can I customize the AI classification categories?
The six default categories (Feature Request, Bug Report, Question, Praise, Complaint, Churn Risk) cover most use cases. The Adaptive Taxonomy system learns new sub-categories from your data. Full custom categories are on the roadmap for a future release.
How does the traceability chain work?
Every entity in Clarion is linked: Customer Signals → AI Insights → Opportunities → Specifications → Features → Outcomes. On the Feature Detail page, the Traceability Chain visualization shows this complete journey. You can always answer “why did we build this?” with direct evidence from the customers who requested it — and “did it work?” with measured outcomes.
What is the Spec Translator and is it really free?
The Spec Translator at /translatetakes any human-readable PRD and converts it to a machine-verifiable SPEC.md that coding agents can execute. Every vague term gets quantified. It works without authentication — just paste and translate. The Starter plan (free) includes 5 PRD generations and 1 Machine Spec. It’s a standalone feature designed as an entry point to the Clarion platform.