Settings
Configure your MACROVISONOMICS account and preferences to personalize your experience.Accessing Settings
Click your profile icon in the top navigation bar and select Settings, or navigate directly to the Settings page from the menu.Account Settings
Profile Information
Manage your public profile:| Setting | Description |
|---|---|
| Display Name | The name shown on your published charts |
| Bio | Short description about you or your work |
| Profile Picture | Your avatar shown in the community |
| Your account email address |
Account Actions
- Change Password: Update your login credentials
- Connected Accounts: Manage linked social/SSO accounts
- Delete Account: Permanently remove your account and data
Preferences
Display Preferences
Theme
Choose between Light mode, Dark mode, or System default.
Default Chart Type
Set your preferred chart type for new visualizations.
Language
Select your preferred interface language.
Date Format
Choose how dates are displayed.
Chart Defaults
Set default options for new charts:| Setting | Options |
|---|---|
| Default Time Range | Last 10 years, 20 years, All available |
| Color Scheme | Classic, Vibrant, Muted, Colorblind-friendly |
| Show Legend | Always, Auto, Never |
| Show Grid | On/Off |
| Animation | Enabled/Disabled |
Data Preferences
- Default Countries: Pre-select your most-used countries
- Favorite Indicators: Quick access to common metrics
- Aggregation Method: Sum, Average, or Weighted Average
Notifications
Email Notifications
Control which emails you receive:| Notification | Description |
|---|---|
| Chart Comments | When someone comments on your chart |
| New Followers | When someone follows your profile |
| Weekly Digest | Summary of community activity |
| Product Updates | New features and improvements |
In-App Notifications
Manage notification badges and alerts:- Comment notifications
- Like notifications
- System announcements
Privacy Settings
Profile Visibility
- Public Profile: Anyone can see your profile and charts
- Private Profile: Only published charts are visible
- Hidden Profile: Profile not discoverable (charts still accessible via link)
Data & Analytics
- Search History: Enable/disable search history saving
- Usage Analytics: Opt in/out of anonymous usage data
Security
Session Management
- View active sessions
- Sign out from all devices
- Set session timeout preferences
Two-Factor Authentication
Add an extra layer of security:- Go to Settings → Security
- Enable Two-Factor Authentication
- Scan QR code with authenticator app
- Enter verification code
Subscription & Billing
Current Plan
View your current subscription status:- Plan name and features
- Billing cycle dates
- Usage statistics
Manage Subscription
- Upgrade Plan: Access more features
- Change Plan: Switch between tiers
- Cancel Subscription: End your subscription
- View Invoices: Access billing history
Data Management
Export Your Data
Download all your data:- Saved charts (JSON format)
- Search history
- Account settings
Clear Data
Remove stored data:- Clear search history
- Clear cached data
- Reset preferences to defaults
Keyboard Shortcuts
View and customize keyboard shortcuts for common actions:| Shortcut | Action |
|---|---|
Ctrl/Cmd + K | Open search |
Ctrl/Cmd + S | Save chart |
Ctrl/Cmd + D | Duplicate chart |
Esc | Close dialogs |
API Key Management
Pro, Gold, and Enterprise users can create and manage API keys for programmatic access to MACROVISONOMICS data directly from Settings.Accessing API Keys
Navigate to Settings → Developer or visit the Developer Portal to manage your API keys.Creating an API Key
Go to Developer Settings
Navigate to Settings and click the Developer tab, or go directly to the Developer Portal.
Click Create API Key
Click the “Create API Key” button. Give your key a descriptive name (e.g., “My Research Script” or “Dashboard App”).
Copy Your Key Immediately
Your API key is shown only once. Copy it to a secure location — it will not be displayed again. If lost, you will need to create a new key.
Managing API Keys
| Action | Description |
|---|---|
| View usage | See request counts and quota usage for each key |
| Rename | Update the label for an existing key |
| Revoke | Immediately invalidate a key — any requests using it will fail instantly |
| Create additional keys | Create separate keys for different projects or environments |
API Key Security
Best practices:- Use environment variables to store keys in your code
- Create separate keys for development and production
- Rotate keys periodically by revoking old ones and creating new ones
- Grant minimum necessary access per key (use separate keys per project)
Rate Limits by Plan
| Plan | Requests/Minute | Monthly Quota |
|---|---|---|
| Pro | 60 | 500 |
| Gold | 200 | 2,000 |
| Enterprise | Custom | Unlimited |
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset) are included in every API response.
See the Developer API docs for full endpoint documentation and code examples.
Related Features
- My Space — manage your saved charts and collections
- Plans & Pricing — compare plans and manage your subscription
- Developer API — full API documentation and MCP Server setup