Hub includes a built-in AI assistant that can analyze your server and answer questions about metrics, containers, alerts, and more.Documentation Index
Fetch the complete documentation index at: https://docs.catops.app/llms.txt
Use this file to discover all available pages before exploring further.
Features
- Server Analysis - Get insights about current server state
- Natural Language - Ask questions like “why is CPU high?”
- Chat History - Conversations are saved locally
- Streaming Responses - See answers as they’re generated
Quick Prompts
Click any quick prompt to get started:| Prompt | Description |
|---|---|
| Server Analysis | Full overview of current server state |
| CPU Usage | Analyze CPU usage and find heavy processes |
| Memory | Check memory usage and potential leaks |
| Disk Space | Review disk usage across partitions |
| Containers | Show Docker container status |
| Alerts | List active alerts and issues |
Example Questions
How It Works
The AI assistant:- Collects current server metrics (CPU, memory, disk, network)
- Gathers container information if Docker is running
- Checks active alerts and recent incidents
- Sends context to OpenAI for analysis
- Returns actionable insights
Settings
Access AI settings via the sidebar (admin only):| Setting | Value |
|---|---|
| Provider | OpenAI |
| Model | gpt-4o-mini |
| API Key | Embedded (rate limited) |
AI queries are rate limited per license. PRO licenses have higher limits.
Chat Management
- New Chat - Start a fresh conversation
- Delete Chat - Remove a chat from history
- Copy Response - Copy AI responses to clipboard