Overview
This guide walks you through creating your first workspace, adding prompts, scheduling automated runs, and viewing analysis results.This quickstart assumes you have access to a running OneGlanse instance. For local development setup, see Local Setup.
Step 1: Create your workspace
Workspaces organize monitoring by brand. Each workspace has its own prompts, schedule, and team members.Sign up or log in
Navigate to your OneGlanse instance and authenticate using Google OAuth (configured via Better Auth).
Create a new workspace
Click Create Workspace and provide:
- Name: Your brand or product name (e.g., “Acme Inc”)
- Domain: Your primary website domain (e.g., “acme.com”)
- Slug: URL-friendly identifier (e.g., “acme-inc”)
Step 2: Add prompts
Prompts represent how users might ask about your product category. These are the queries OneGlanse will test across AI providers.Click Add Prompt
Enter a prompt that represents a common user query in your category.Good prompt examples:
- “What are the best project management tools for remote teams?”
- “Which CRM software should I use for a small business?”
- “What’s the most reliable email marketing platform?”
- ❌ “Tell me about Acme Inc” (too direct)
- ❌ “What does acme.com do?” (too branded)
Add multiple prompts
Click Add Prompt to create 3-5 prompts covering different angles:
- Comparison queries (“best tools for X”)
- Problem-solving queries (“how to solve Y”)
- Feature queries (“tools with Z feature”)
Step 3: Schedule automated runs
OneGlanse uses cron schedules to automate prompt execution across all providers.Choose a frequency
Select how often prompts should run:
- Every 12 hours: Twice daily (good for active monitoring)
- Every day at midnight: Once daily (balanced approach)
- Every 2 days at midnight: Less frequent (cost-effective)
- Every week (Sunday midnight): Weekly snapshots
Times are displayed in your local timezone but stored as UTC in the database.
Save schedule
Click Save Schedule. OneGlanse will:
- Run prompts immediately for the first execution
- Queue jobs for each provider in Redis/BullMQ
- Agent workers will consume jobs and execute prompts in real browsers
- Follow the cron schedule for future runs
Step 4: View results
Once prompts execute and responses are analyzed, view insights in the Dashboard and Prompts pages.Navigate to Dashboard
Go to the Dashboard page to see aggregated metrics:
- Presence Rate: Percentage of responses mentioning your brand
- Average Rank: Your position when AI lists alternatives
- Top Source: Most-cited source domain for your brand
- Top Competitor: Most frequently mentioned competitor
View prompt details
Go to the Prompts page to see performance by prompt:
- GEO Score: Overall brand performance (0-100)
- Sentiment: How favorably your brand is portrayed
- Visibility: Prominence of your brand mention (0-100%)
- Position: Rank in lists (1 = top position)
Analyze responses
In the prompt detail view:
- Read the full AI response
- See extracted metrics (GEO Score, sentiment, visibility, position)
- View cited sources with links
- Check if analysis is complete (“Analysis in progress…” if pending)
Understanding your first results
If your brand is mentioned
Look for:- High GEO Score (60+): Your brand has strong visibility
- Top 3 position: You’re prominently recommended
- Positive sentiment (70+): AI portrays you favorably
- High visibility (70%+): Your mention is prominent in the response
If your brand is NOT mentioned
This is common and expected. It means:- AI providers don’t yet associate your brand with this query
- Your content may not be indexed or prioritized by AI training data
- Competitors have stronger signals for this query
- Refine prompts to be more specific to your niche
- Create content that targets these queries (GEO optimization)
- Track competitors to understand what they’re doing differently
What’s next?
Understand workspaces
Learn about workspace organization, team members, and role management.
Prompt best practices
Write effective prompts that surface meaningful brand mentions.
Interpret metrics
Deep dive into GEO Score, sentiment, visibility, and position metrics.
Team collaboration
Invite team members and manage workspace permissions.
Troubleshooting
Prompts aren't running
Prompts aren't running
Check:
- Schedule is enabled in Schedule page
- Last Prompt Run timestamp updates after schedule time
- Agent workers are running (
pnpm dev:agentin development) - Redis is accessible and BullMQ queues are healthy
Analysis is stuck on 'in progress'
Analysis is stuck on 'in progress'
Analysis runs asynchronously after responses are captured. If stuck:
- Wait 2-5 minutes for OpenAI analysis to complete
- Check that
OPENAI_API_KEYis configured in environment - Review agent worker logs for analysis job errors
Brand not mentioned in any responses
Brand not mentioned in any responses
This is normal if:
- Your brand is new or has low visibility
- Prompts are too broad or not relevant to your niche
- AI training data doesn’t include strong signals for your brand
- More specific prompts targeting your exact use case
- Including your brand’s primary keywords in prompts
- Testing different provider combinations
Responses are empty or incomplete
Responses are empty or incomplete
Browser automation can fail due to:
- Provider UI changes (prompts may need updating)
- Rate limiting or bot detection
- Network timeouts
Need help?
Join the community
Report issues, request features, or contribute to OneGlanse on GitHub.