# Quick Reference > This page is an index. Each topic has its own dedicated guide. ## 🚀 Getting Started | Doc | Contents | |-----|----------| | [Installation Guide](installation.md) | CLI flags, `--reset`, auth, troubleshooting | ## ✨ Features | Doc | Contents | |-----|----------| | [Council Agent](council.md) | Multi-LLM consensus, presets, role prompts, timeouts | | [Background Orchestration](v2-background-orchestration.md) | Default scheduler-first orchestrator model for native background subagents | | [Interview](interview.md) | `/interview` command, browser UI, dashboard mode, multi-session coordination | | [Multiplexer Integration](multiplexer-integration.md) | Real-time pane monitoring, layouts, troubleshooting | | [Preset Switching](preset-switching.md) | `/preset` command for runtime agent model switching | | [Codemap Skill](codemap.md) | Hierarchical codemap generation | ## ⚙️ Config & Reference | Doc | Contents | |-----|----------| | [Skills](skills.md) | `simplify`, `codemap`, `clonedeps` - skills assignment syntax | | [MCPs](mcps.md) | `websearch`, `context7`, `gh_grep` - permissions per agent, global disable | | [Tools](tools.md) | Background tasks, LSP, code search (`ast_grep`), formatters | | [Configuration](configuration.md) | Config files, prompt overriding, JSONC, full option reference table | ## 💡 Author's Setup | Doc | Contents | |-----|----------| | [Author's Preset](authors-preset.md) | The exact config the author runs daily - OpenAI + Fireworks AI + GitHub Copilot |