AI Support (Depi)
Get instant help with Depi, the artificial intelligence assistant integrated into your panel. Depi knows your application, your server status, and can execute actions to resolve issues.
Accessing AI Supportβ
- Go to your deployment page
- Find the "AI Support" card in the sidebar
- Click to expand the chat
You can also open the chat in full screen by clicking the expand icon.
Why It's Specialβ
Unlike other chatbots, Depi:
- Knows your app - Knows if you have WordPress, n8n, Ghost, etc.
- Sees server status - Can view CPU, memory, disk in real time
- Executes actions - Can restart containers, install plugins, etc.
- Learns from your feedback - Improves with each interaction
What It Can Doβ
Answer Questionsβ
- "How do I restart my application?"
- "Why is CPU usage high?"
- "How do I connect a custom domain?"
Diagnose Problemsβ
- Analyzes your server metrics
- Suggests solutions based on logs
- Identifies incorrect configurations
Guide You Step by Stepβ
- Configure SMTP for emails
- Connect external APIs
- Optimize performance
Execute Actionsβ
The assistant can execute actions directly or suggest actions to you:
Actions by app:
- WordPress: Install/activate plugins and themes
- n8n: Activate/deactivate workflows
- Ghost: Activate themes
- Odoo: Install/update modules
- General: Restart containers, create backups
Panel actions:
- Open Docker logs
- Open the file manager
- View relevant documentation
You'll see action buttons you can click to execute. Actions require your confirmation before executing.
How to Use Itβ
Asking Good Questionsβ
Good:
"My n8n is taking too long to execute workflows. CPU is at 90%. What can I do?"
Less useful:
"It doesn't work"
Providing Contextβ
The assistant already knows:
- Your application (n8n, NocoDB, etc.)
- Current deployment status
- Server metrics
But it helps if you give more context:
- What were you doing when the problem occurred?
- How long has this been happening?
- Is there a specific error?
Following the Conversationβ
You can ask follow-up questions:
User: How do I restart n8n?
AI: You can restart it from the terminal with
docker compose restart...User: Does that delete my workflows?
AI: No, workflows are stored in the database...
Quick Suggestionsβ
Below the chat you'll see predefined suggestions based on your situation:
- "How do I get started?" - If you just created the deployment
- "View metrics" - To understand the server status
- "Configure domain" - If you're still using the default subdomain
- "View logs" - If something isn't working well
Assistant Actionsβ
When the assistant suggests an action, you'll see a button like:
[View Docker Logs] [Open Terminal]
When you click:
- The action executes automatically
- The corresponding panel opens
- You can return to the chat whenever you want
Giving Feedbackβ
Your feedback helps us improve Depi's responses. After each assistant response, you'll see two icons:
- Thumbs up - The response was helpful and accurate
- Thumbs down - The response was not helpful or incorrect
How It Worksβ
- After receiving a response, click the appropriate thumb
- The icon will change color to confirm your selection
- Your feedback is sent anonymously
- We use this feedback to improve future responses
Why It's Importantβ
- Improves responses - Depi learns from your ratings
- Identifies problems - Helps us detect incorrect responses
- Prioritizes improvements - We focus efforts where most needed
You can only give one feedback per response. If you change your mind, click the other thumb to change your rating.
Limitationsβ
The assistant CANNOT:
- Access sensitive data from your application
- Execute commands that modify data automatically
- Connect to external services
- See the content of your workflows/databases
The assistant CAN:
- View general metrics (CPU, RAM, disk)
- Know the deployment status
- Suggest commands for you to execute
- Open panel tools
Usage Examplesβ
Issue: Slow Appβ
User: My n8n has been very slow lately
AI: I see that your CPU is at 85% and memory at 92%.
This indicates your server is overloaded.
Options:
1. Optimize heavy workflows
2. Clean old executions
3. Consider upgrading to Advanced plan
Would you like me to show you how to clean executions?
[View Documentation] [View Metrics]
Issue: Specific Errorβ
User: I have an "ECONNREFUSED" error in my workflow
AI: This error means n8n cannot connect
to an external service. Possible causes:
1. The destination service is down
2. The URL is incorrect
3. A firewall is blocking
Can you tell me which service you're trying to connect to?
Configurationβ
User: How do I configure email sending?
AI: To send emails from n8n you need to configure SMTP.
1. Go to Settings > SMTP
2. Enter your provider's details:
- Host: smtp.gmail.com (for Gmail)
- Port: 587
- User: your email
- Password: app password
[View Complete SMTP Guide]
Tipsβ
- Be specific: The more details you give, the better the help will be
- Use the suggestions: Action buttons are faster than typing
- Ask follow-up questions: If something wasn't clear, ask more
- Report issues: If the assistant doesn't help, use human support
Human Supportβ
For complex or urgent issues that AI cannot resolve:
- Basic Plan: Community support
- Advanced Plan: Email support
- Pro Plan: Priority support + SLA
Contact: [email protected]