Dashboard
The ParseSphere dashboard provides a web interface to manage your API keys, workspaces, files, and monitor usage.
Information
Access the dashboard at parsesphere.com/dashboard. Sign in or create an account to get started.
API Keys
Creating an API Key
Click API Keys in the navigation
Click 'New API key' button
Give it a descriptive name
Copy immediately - won't be shown again
Click API Keys in the navigation
Click 'New API key' button
Give it a descriptive name
Copy immediately - won't be shown again
Step-by-Step:
- Click API Keys in the dashboard navigation
- Click New API key
- Give your key a descriptive name (e.g., "Production Server", "Development")
- Copy the generated key immediately - it won't be shown again
Important
API keys are only displayed once at creation. Store them securely - you won't be able to retrieve them later.
Managing API Keys
The API Keys page displays all your keys with:
- Key name and prefix (e.g.,
sk_abc...) - Creation date
- Last used timestamp
- Active/inactive status
- Delete action
Security Best Practices
Security Guidelines
Follow these practices to keep your API keys secure.
Recommended Practices:
- ✓ Use different API keys for development and production
- ✓ Rotate keys periodically (every 3-6 months)
- ✓ Revoke keys immediately if they may have been compromised
- ✓ Never commit API keys to version control
- ✓ Use environment variables in applications
Workspaces
Workspaces are containers for your data files. Each workspace can hold both tabular data (for SQL querying) and documents (for AI-powered search).
Creating a Workspace
Click Workspaces in navigation
Click 'Create New Workspace'
Enter name and description
Enable sharing for your team
Click Workspaces in navigation
Click 'Create New Workspace'
Enter name and description
Enable sharing for your team
Step-by-Step:
- Click Workspaces in the dashboard navigation
- Click Create New Workspace
- Enter a name and optional description
- Optionally enable sharing (for organization members)
- Click Create
Tip
Use descriptive names to organize by project or client (e.g., "Q4 Sales Analysis", "Customer Research 2025").
Workspace Tabs
Each workspace has several tabs:
| Tab | Description |
|---|---|
| Chats | Conversational AI interface for asking questions about your data |
| Documents | Manage uploaded files (tabular and documents) |
| Queries | View history of executed SQL queries |
| Members | Manage who has access (for shared workspaces) |
| Settings | Update description and sharing settings |
Managing Files
Workspaces support two types of files:
Tabular Data (CSV, Excel, Parquet)
- Query using natural language → AI generates SQL
- Automatic schema detection
- Data analytics and AI-generated insights
Documents (PDF, DOCX, PPTX, TXT, MD)
- Search using natural language
- Hybrid text + image search
- Automatic chunking and indexing
Upload limits: Files up to 200 MB supported.
Information
Drag and drop files directly onto the Documents tab, or click to browse. Your data stays private and secure.
Data Analytics & Insights
When you upload tabular data, ParseSphere automatically generates comprehensive analytics.
What Gets Analyzed
Numeric Columns:
- Min, max, mean, median, standard deviation
- Percentiles (25th, 75th)
- Distribution histogram
- Null and zero counts
Text Columns:
- Unique value count
- Top values with percentages
- Length statistics (min, max, average)
- Pattern detection (emails, URLs)
Date Columns:
- Date range and span
- Monthly distribution
- Null percentage
Cross-Column Analysis:
- Correlations between numeric columns
- Correlation strength indicators
AI-Generated Insights
For each dataset, the AI generates:
- Summary - Plain English description of your data
- Data Health Score - Quality assessment (Excellent, Good, Fair, Poor)
- Issues - Potential problems like high null rates
- Discoveries - Interesting patterns in your data
- Suggested Questions - Starting points for analysis
Tip
The suggested questions appear when you start a new chat, giving you instant starting points for exploration.
Document Search
Upload documents to enable AI-powered search across your files.
How Search Works
ParseSphere uses hybrid search combining three techniques:
- Semantic Search - Finds content by meaning, not just keywords
- Keyword Search - Traditional text matching for exact terms
- Image Search - Finds relevant images from text queries
Results are combined using Reciprocal Rank Fusion (RRF) for optimal relevance.
Searchable Content
- Text from PDFs, Word docs, PowerPoints
- Tables extracted from documents
- Images with OCR text
- Image content via CLIP embeddings
Information
Ask questions in the Chat tab and the AI will automatically search your documents to find relevant information.
Chatting with Your Data
The Chat tab provides a conversational interface for data analysis.
How It Works
Open a workspace with files
Type in natural language
Routes to SQL or document search
See answer with sources
Ask follow-up questions
Open a workspace with files
Type in natural language
Routes to SQL or document search
See answer with sources
Ask follow-up questions
Step-by-Step:
- Open a workspace with uploaded files
- Ask a question in plain English
- View the response with data tables, charts, or document excerpts
- Ask follow-ups - the AI remembers your conversation context
Smart Query Routing
The AI automatically determines how to answer your question:
- Tabular queries → Generates and executes SQL
- Document queries → Searches your uploaded documents
- Combined queries → Uses both sources when relevant
Chat Features
Conversations:
- Create new conversations
- Continue previous conversations
- Rename conversations for organization
- Delete conversations you no longer need
Results:
- Natural language answers
- Data tables with export options
- Visualizations (charts, graphs)
- Document excerpts with source references
Export:
- Copy results to clipboard
- Download as CSV
- View generated SQL
Conversational Tips
Ask follow-ups naturally: "What about Q4?" or "Break that down by region". The AI remembers context from your conversation.
Example Conversations:
- "What are the top 5 products by revenue?" → "Show me just Electronics"
- "Find information about pricing in the contracts" → "What are the payment terms?"
- "Compare sales between Q1 and Q2" → "Show the trend over all quarters"
Usage & Billing
Monitoring Usage
The Usage page (/dashboard/usages) shows your consumption metrics:
Documents Parsed:
- Total documents parsed
- Success and failure counts
- Pages processed
Extraction Statistics:
- Success rate percentage
- Average pages per document
- Processing patterns
Usage History
View a detailed log of all usage events:
- Event type (parsing, chat)
- Token counts for AI interactions
- Credits consumed
- Timestamps
Pricing & Subscriptions
Manage your subscription from the Pricing page (/dashboard/pricing).
Available Plans
| Plan | Price | Credits Included | Overage |
|---|---|---|---|
| Free | $0/mo | 500 credits | — |
| Starter | $19/mo | 1,200 credits | $0.02/credit |
| Pro | $79/mo | 5,000 credits | $0.02/credit |
| Business | $249/mo | 16,000 credits | $0.02/credit |
Note: Free plan is available for 3 months only.
Managing Your Subscription
- View current plan and usage
- Upgrade or downgrade plans
- View billing cycle dates
- Cancel subscription
Parse Sessions
The Sessions page (/dashboard/sessions) shows your document parsing history.
Session Information
For each completed parse:
- Original filename and type
- File size
- Processing status
- Session expiration countdown
- Extracted text preview
- Detected tables
Warning
Sessions expire after a set time (typically 1-24 hours depending on settings). Download results before expiration.
Dashboard Sections Quick Reference
| Section | Path | Description |
|---|---|---|
| Home | /dashboard | Upload documents for parsing, view recent parses |
| API Keys | /dashboard/api-keys | Create and manage API keys |
| Workspaces | /dashboard/workspaces | Manage workspaces and files |
| Sessions | /dashboard/sessions | View parse session history |
| Usage | /dashboard/usages | Monitor usage metrics |
| Pricing | /dashboard/pricing | Manage subscription |
What's Next?
Learn more about using ParseSphere:
- Quick Start - Get started with the API
- Authentication - API key usage
- Document Parsing - Parse documents programmatically
- Workspaces & Chat - Chat with your data via API