Advanced Features
Model selection, deep linking, and power user features
FixPanic Chat offers several advanced features for power users and administrators.
Model Selection
You can choose the underlying AI model that powers your agent interactions.
Available Models
| Model | Strengths | Best For |
|---|---|---|
| GPT-4 | Strong reasoning, coding | Complex diagnostics |
| GPT-4 Turbo | Fast, cost-effective | General tasks |
| Claude 3 | Long context, nuanced | Log analysis |
| Custom | Specialized training | Domain-specific tasks |
Selecting a Model
- Use the model selector dropdown in the chat header
- Select your preferred model
- The change applies immediately to new messages
Model Capabilities
Different models have different capabilities:
| Feature | GPT-4 | GPT-4 Turbo | Claude 3 |
|---|---|---|---|
| Reasoning | Excellent | Good | Excellent |
| Speed | Slower | Fast | Fast |
| Context Length | 8K | 128K | 200K |
| Image Support | Yes | Yes | Yes |
| Cost | Higher | Medium | Medium |
Image Support (Vision)
Some models support analyzing images:
- Upload screenshots of errors
- Share system monitoring dashboards
- Analyze log file screenshots
Look for the "Vision" tag or image icon next to model names.
Cost Considerations
More powerful models may consume more credits:
- Basic models: Lower credit consumption
- Advanced models: Higher credit consumption
- Image analysis: Additional credits
Check your usage in Settings > Billing.
Deep Linking
Share direct links to specific contexts within FixPanic Chat.
URL Format
https://chat.fixpanic.com/chat?clusterId=<ID>&agentId=<ID>| Parameter | Description |
|---|---|
clusterId | The cluster to select |
agentId | The agent to select |
threadId | (Optional) Specific conversation |
Creating Deep Links
- Navigate to the cluster and agent you want to share
- Copy the URL from your browser's address bar
- Share with team members
Or manually construct the URL:
https://chat.fixpanic.com/chat?clusterId=clust_abc123&agentId=agent_xyz789Use Cases
Deep links are useful for:
- Sharing a specific workspace with team members
- Bookmarking frequently used configurations
- Creating shortcuts to production environments
- Documentation links to specific contexts
Deep Link Errors
If a deep link fails:
- The link may have an invalid Cluster ID or Agent ID
- You may not have access to the requested cluster
- The cluster or agent may have been deleted
If you see an error, try navigating manually using the selectors.
Quick Actions
Quick Actions provide one-click access to common commands.
Using Quick Actions
When you select a cluster, relevant Quick Actions appear:
- Click an action card to see details
- Confirm to execute
- The command runs as if you typed it
Available Quick Actions
Quick Actions are configured per-cluster and may include:
- Check system health
- View recent errors
- Restart common services
- Run diagnostics
Customizing Quick Actions
Administrators can configure Quick Actions for each cluster in the dashboard.
Keyboard Shortcuts
Master these shortcuts for faster navigation:
Global Shortcuts
| Shortcut | Action |
|---|---|
/ | Focus search |
Ctrl/Cmd + K | Open command palette |
Ctrl/Cmd + N | New conversation |
Escape | Close modal/clear input |
Chat Shortcuts
| Shortcut | Action |
|---|---|
Enter | Send message |
Shift + Enter | New line |
↑ | Edit last message |
Ctrl/Cmd + / | Show shortcuts help |
Navigation Shortcuts
| Shortcut | Action |
|---|---|
G then H | Go to Home |
G then S | Go to Settings |
G then C | Go to Clusters |
Command Palette
The command palette provides quick access to any action.
Opening Command Palette
Press Ctrl/Cmd + K or click the search icon.
Available Commands
- Switch clusters
- Switch agents
- Change models
- Start new chat
- Access settings
- View history
Searching Commands
Start typing to filter:
- Type "cluster" to see cluster-related commands
- Type "agent" to see agent commands
- Type the name of a specific cluster or agent
Notifications
Configure notifications for important events.
Notification Types
| Type | Description |
|---|---|
| Approval Requests | When an agent needs approval |
| Agent Alerts | Status changes, errors |
| Mentions | When mentioned in team chats |
| System | Platform announcements |
Notification Settings
Configure in Settings > Notifications:
- Enable/disable notification types
- Choose delivery method (in-app, email, browser)
- Set quiet hours
Browser Notifications
To enable browser notifications:
- Go to Settings > Notifications
- Enable "Browser Notifications"
- Allow notifications when prompted by your browser
Themes & Customization
Dark Mode
Toggle dark mode:
- Click the theme icon in the header
- Or go to Settings > Appearance
Display Density
Choose your preferred density:
- Comfortable - More whitespace
- Compact - More information visible
Code Theme
Select syntax highlighting theme for code blocks:
- Light themes: GitHub, Atom One
- Dark themes: Dracula, One Dark, VS Code
API Access
For automation, you can interact with FixPanic programmatically.
Getting API Keys
- Go to Settings > API
- Click "Create API Key"
- Name your key and set permissions
- Copy and save the key securely
API Documentation
Full API documentation is available at docs.fixpanic.com/api (coming soon).
Troubleshooting Advanced Features
Deep Link Not Working
- Verify the cluster and agent IDs are correct
- Check that you have access to the resources
- Ensure you're logged in to the correct account
Model Not Available
- Some models may be restricted by plan
- Check your subscription in Settings
- Contact support for enterprise model access
Quick Actions Not Showing
- Quick Actions must be configured for the cluster
- Check with your administrator
- Ensure you have the required permissions
Next Steps
- Troubleshooting - Solutions to common issues.
- Core Concepts - Understand the FixPanic architecture.