# GUI Application The Adastrea Director GUI provides a user-friendly graphical interface for all features. ## Overview The GUI application offers: - Modern dark theme - Conversation history - Settings management - Knowledge base viewer - Export functionality ## Quick Start ```bash python gui_director.py ``` ## Features - **Query Interface:** Ask questions naturally - **Settings Dialog:** Configure API keys and providers - **Ingest List Tab:** View ingested documents - **Conversation Export:** Save conversations - **Keyboard Shortcuts:** Efficient workflow ## Keyboard Shortcuts - `Enter` or `Ctrl+Enter` - Send question - `Ctrl+K` - Set API Key - `Ctrl+,` - Open Settings - `Ctrl+U` - Update knowledge base - `Ctrl+L` - Clear conversation - `Ctrl+E` - Export conversation ## Documentation For detailed documentation, see the [GUI Guide](https://github.com/Mittenzx/Adastrea-Director/blob/main/README.md#graphical-user-interface-gui---standalone) in the main README. --- [← Back to Agents](Autonomous-Agents.md)