User Guide
Complete walkthrough of Phoenix Agent, from first launch to advanced automation.
First Launch
phoenix
You'll see the Phoenix banner and a quick-start panel. The status line at the bottom shows your current provider and model.
Connecting a Provider
/connect
The interactive wizard will:
- Show all available providers (Popular, Local, Cloud categories)
- Ask for your API key (encrypted locally with AES-128)
- Verify the connection
- Fetch all available models
- Let you select your default model
Local models: Ollama and LM Studio don't require an API key. Just make sure the server is running on localhost.
Chatting with AI
Just type naturally. The AI knows it's an agent with system access and will execute actions directly:
ouvre le navigateur
crée un fichier python qui affiche hello world
liste les fichiers de mon bureau
installe git
ferme toutes les fenêtres chrome
Trust Mode
/trust on
When trust is ON: commands execute automatically. When OFF: commands are shown but blocked.
All actions are logged regardless. Revoke anytime with /trust off.
Mouse & Keyboard Control
The AI can control your mouse and keyboard natively:
clique au centre de l'écran
déplace la souris vers le coin en haut à droite
scrolle vers le bas
tape "hello world" dans le bloc-notes
fais ctrl+c pour copier
Memory
/memory store projet "Phoenix Agent est mon projet principal"
/memory recall projet
/memory search python
/memory clear
Sub-Agents
/agent developer corrige le bug de login
/agent tester écris des tests pour le module auth
/agent documenter crée la documentation API
/agent researcher analyse les tendances du marché
System Monitoring
/stats # CPU, RAM, GPU, VRAM, température, réseau
/doctor # Diagnostic complet
/dashboard # Vue d'ensemble
Plugins
/plugins create monplugin # Créer un template
/plugins load monplugin # Charger
/plugins list # Lister
/plugins unload monplugin # Décharger
Themes
/theme phoenix # Orange/rouge (défaut)
/theme cyber # Cyan/magenta
/theme matrix # Vert
/theme ocean # Bleu
Keyboard Shortcuts
| Key | Action |
|---|---|
Ctrl+C | Quit |
Ctrl+L | Clear terminal |
Ctrl+P | Command palette |
Ctrl+K | Search |
/ | Open command autocomplete |