Fixpanic
Chat Interface

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

ModelStrengthsBest For
GPT-4Strong reasoning, codingComplex diagnostics
GPT-4 TurboFast, cost-effectiveGeneral tasks
Claude 3Long context, nuancedLog analysis
CustomSpecialized trainingDomain-specific tasks

Selecting a Model

  1. Use the model selector dropdown in the chat header
  2. Select your preferred model
  3. The change applies immediately to new messages

Model Capabilities

Different models have different capabilities:

FeatureGPT-4GPT-4 TurboClaude 3
ReasoningExcellentGoodExcellent
SpeedSlowerFastFast
Context Length8K128K200K
Image SupportYesYesYes
CostHigherMediumMedium

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>
ParameterDescription
clusterIdThe cluster to select
agentIdThe agent to select
threadId(Optional) Specific conversation
  1. Navigate to the cluster and agent you want to share
  2. Copy the URL from your browser's address bar
  3. Share with team members

Or manually construct the URL:

https://chat.fixpanic.com/chat?clusterId=clust_abc123&agentId=agent_xyz789

Use 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

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

ShortcutAction
/Focus search
Ctrl/Cmd + KOpen command palette
Ctrl/Cmd + NNew conversation
EscapeClose modal/clear input

Chat Shortcuts

ShortcutAction
EnterSend message
Shift + EnterNew line
Edit last message
Ctrl/Cmd + /Show shortcuts help
ShortcutAction
G then HGo to Home
G then SGo to Settings
G then CGo 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

TypeDescription
Approval RequestsWhen an agent needs approval
Agent AlertsStatus changes, errors
MentionsWhen mentioned in team chats
SystemPlatform 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:

  1. Go to Settings > Notifications
  2. Enable "Browser Notifications"
  3. 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

  1. Go to Settings > API
  2. Click "Create API Key"
  3. Name your key and set permissions
  4. Copy and save the key securely

API Documentation

Full API documentation is available at docs.fixpanic.com/api (coming soon).

Troubleshooting Advanced Features

  • 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

On this page