Dashboard Guide
Complete guide to using the Check dashboard for verification management.
Dashboard Guide
The Check dashboard provides a web interface for managing verifications, API keys, team members, and monitoring usage. This guide covers all dashboard features.
Getting Started
Signing In
- Navigate to your Check dashboard URL
- Sign in with email/password or OAuth (Google, GitHub)
- If you're new, you'll be prompted to create an organization
Dashboard Overview
After signing in, you'll see the main dashboard with:
- Verification Stats - Daily counts, success rates, confidence distribution
- Recent Verifications - Latest verification results
- Usage Summary - Current usage against your plan limits
- Quick Actions - Links to common tasks
Navigation
The sidebar provides access to all dashboard sections:
| Section | Description |
|---|---|
| Dashboard | Overview and quick stats |
| Verify | Single verification interface |
| Batch | Batch processing management |
| Playground | API testing environment |
| Keys | API key management |
| Usage | Detailed usage analytics |
| Escalations | Human review queue |
| Team | Team member management |
| Settings | Organization and provider settings |
Single Verification
Using the Verify Page
- Navigate to Verify in the sidebar
- Enter the content you want to verify
- Select verification methods (reasoning, tool, etc.)
- Optionally add context (domain, source)
- Click Verify
Understanding Results
The results panel shows:
- Verdict -
true,false, oruncertain - Confidence - 0-100% confidence score
- Decision - Recommended action (accept, refine, escalate, reject)
- Reasoning - Explanation of the verdict
- Method Results - Individual results from each verification method
Copying Results
Click the copy icon to copy:
- Full JSON response
- Verification ID for API reference
- Shareable link (for team members)
Batch Processing
Creating a Batch
- Navigate to Batch in the sidebar
- Click New Batch
- Choose input method:
- Paste - Enter claims directly
- Upload - Upload CSV or JSON file
- Configure verification methods
- Click Start Batch
CSV Format
content
"The Earth is approximately 4.5 billion years old."
"Water freezes at 0 degrees Celsius."
"The Great Wall is visible from space."JSON Format
{
"items": [
{ "content": "Claim 1...", "metadata": { "id": "1" } },
{ "content": "Claim 2...", "metadata": { "id": "2" } }
]
}Monitoring Progress
The batch detail page shows:
- Real-time progress bar
- Items processed / total
- Success and failure counts
- Estimated time remaining
Downloading Results
- Wait for batch completion
- Click Download Results
- Choose format: CSV or JSON
- Results include all verification data
API Playground
Testing Endpoints
- Navigate to Playground
- Select an endpoint (verify, batch, etc.)
- Fill in request parameters
- Click Send Request
- View formatted response
Saving Requests
Save frequently-used requests:
- Configure your request
- Click Save
- Name your saved request
- Access from the Saved tab
API Keys
Creating Keys
- Navigate to Keys
- Click Create New Key
- Enter a descriptive name (e.g., "Production Server")
- Copy the key immediately (shown only once)
API keys are only displayed once. Store them securely.
Managing Keys
- View Usage - See request counts and last used timestamp
- Rename - Update key names for organization
- Delete - Revoke keys that are no longer needed
Best Practices
- Use different keys for development and production
- Name keys descriptively (include environment, purpose)
- Rotate keys periodically
- Delete unused keys promptly
Usage Analytics
Overview Metrics
The usage page displays:
- Verifications This Month - Count against your plan limit
- API Requests - Total API calls
- Average Response Time - p50 and p95 latency
- Cost Breakdown - By provider and method
Charts and Trends
- Daily Verifications - Time series of verification volume
- Verdict Distribution - Pie chart of true/false/uncertain
- Method Performance - Accuracy and latency by method
- Confidence Histogram - Distribution of confidence scores
Exporting Data
- Select date range
- Click Export
- Choose format (CSV, JSON)
- Download analytics data
Escalations
Understanding Escalations
Verifications with low confidence (0.5-0.7) are automatically escalated for human review.
Reviewing Escalations
- Navigate to Escalations
- View queue sorted by priority
- Click an escalation to review
- See original content, verification results, and reasoning
- Make a decision: Approve, Reject, or Request More Info
Escalation Fields
| Field | Description |
|---|---|
| Priority | low, medium, high |
| Deadline | SLA deadline (if configured) |
| Status | pending, in_review, resolved |
| Assigned To | Team member handling review |
Resolution
- Review the content and verification results
- Conduct any additional research needed
- Select verdict:
true,false, oruncertain - Add notes explaining your decision
- Click Resolve
Team Management
Inviting Members
- Navigate to Team
- Click Invite Member
- Enter email address
- Select role
- Send invitation
Roles and Permissions
| Role | Permissions |
|---|---|
| Owner | Full access, billing, delete organization |
| Admin | Manage team, settings, API keys, webhooks |
| Member | Run verifications, view results |
| Viewer | Read-only access to results |
Managing Members
- Change Role - Update member permissions
- Remove - Revoke access immediately
- Resend Invite - For pending invitations
Settings
Organization Settings
- Name - Your organization's display name
- Logo - Upload organization logo
- Timezone - Default timezone for reports
- Notification Email - Where to send alerts
Webhook Configuration
- Navigate to Settings → Webhooks
- Click Add Webhook
- Enter endpoint URL
- Select events to receive
- Copy signing secret for verification
- Save
Provider Keys (BYOK)
- Navigate to Settings → Provider Keys
- Click Add Provider
- Select provider (OpenAI, Anthropic, etc.)
- Enter API key (encrypted at rest)
- Save
Billing
Access billing settings to:
- View current plan and usage
- Upgrade/downgrade plan
- Update payment method
- Download invoices
- Access Stripe customer portal
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl/Cmd + K | Quick search |
Ctrl/Cmd + Enter | Submit verification |
Ctrl/Cmd + / | Toggle sidebar |
? | Show keyboard shortcuts |
Mobile Access
The dashboard is responsive and works on mobile devices. Some features optimized for mobile:
- Simplified navigation
- Touch-friendly controls
- Condensed data views
Troubleshooting
Dashboard Not Loading
- Check your internet connection
- Clear browser cache
- Try incognito/private mode
- Check for service status
Verification Taking Too Long
- Check selected methods (ensemble is slowest)
- Reduce content length
- Check API status page
Missing Data
- Verify date range selection
- Check role permissions
- Refresh the page
Need Help?
- Documentation - Browse the full docs
- API Reference - Technical documentation
- Support - Contact support@check.ai
- Status - Check service status