Getting Started with Opttab
Set up your Opttab account and take your first steps to optimize your AI presence, from registration to initial dashboard exploration.
Prerequisites
Before you begin, ensure you have:
- A valid email address for registration
- Access to your brand's website URL (e.g.,
https://yourbrand.com) - Optional: Your
{API_KEY}if using API integrations later
Step 1: Create a Free Account
Sign up quickly to start tracking your AI visibility.
Visit Registration Page
Navigate to the Opttab registration page.
Enter Your Details
Provide your email, create a password, and submit the form.
Verify Email
Check your inbox for the verification email and click the link to activate your account.
Step 2: Log In and Navigate the Dashboard
Access your dashboard to manage projects.
Go to https://app.opttab.com/login, enter your credentials, and land on the main dashboard.
Explore sections like AI Visibility, GEO/AEO, and Content Creation.
Download the Opttab desktop app from the downloads page, install, and log in.
The app provides the same dashboard with offline capabilities for reports.
Step 3: Set Up Your First Brand Profile
Add your brand to begin optimization.
Create New Project
Click New Project on the dashboard and select Brand Profile.
Enter Brand Details
Input your brand name, website URL (e.g., https://yourbrand.com), and description.
Save and Configure
Save the profile. Opttab auto-detects initial AI signals.
Step 4: Run Your First AI Visibility Scan
Scan your brand's AI presence using the UI or API.
Start with a basic scan to see AI mentions and sentiments across models.
For API users, use this example:
const response = await fetch('https://api.opttab.com/v1/visibility/scan', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
brandUrl: 'https://yourbrand.com',
scanType: 'basic'
})
});
const data = await response.json();
console.log(data);
curl -X POST https://api.opttab.com/v1/visibility/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"brandUrl": "https://yourbrand.com",
"scanType": "basic"
}'
Review results in the dashboard under AI Visibility for sentiments and coverage.
Next Steps
Dive deeper into Opttab features.
Optimize GEO/AEO
Improve AI discoverability for your content.
Content Generation
Generate AI-optimized content for your site.
API Reference
Integrate Opttab into your workflows.
Integrations
Connect with your tools like CMS and analytics.
Congratulations! You've set up Opttab and run your first scan. Monitor your dashboard regularly for insights.