Chat Modes
CfxKit AI has three modes, each designed for different tasks.
Chat Mode
Best for: Questions, explanations, and general help.
- Ask about FiveM/RedM development
- Get code examples and explanations
- Debug errors by pasting them
- Reads files in your project when needed
Example: "How do I create a blip on the map in FiveM?"
Edit Mode
Best for: Modifying the file you're currently editing.
- AI sees your current file
- Suggests specific code changes
- Can add, modify, or remove code sections
- Shows diffs before applying
Example: "Add error handling to this function"
Agent Mode
Best for: Complex tasks that span multiple files.
- AI can read any file in your project
- Search across all project files
- Make changes to multiple files
- Understands your project structure
Example: "Find all references to qb-target in my resources and update them to use ox_target"
Switching Modes
Click the mode selector at the top of the AI chat panel to switch between Chat, Edit, and Agent modes.
WARNING
Agent mode can modify your files. Always review changes before accepting them.