Chat Modes
CfxKit AI has three modes. Switch between them with the mode selector at the top of the chat panel.
Best for questions, explanations, and debugging.
- Ask about FiveM/RedM development.
- Get code examples and explanations.
- Paste an error to debug it.
- Reads files in your project when it needs context.
Example: “How do I create a blip on the map in FiveM?”
Best for changing the file you are in.
- The AI sees your current file.
- It proposes specific edits and shows a diff before applying.
Example: “Add error handling to this function.”
Best for tasks that span multiple files.
- Reads any file in the project, searches across all of them, and makes multi-file changes.
- Understands your project structure.
Example: “Find every reference to qb-target and switch it to ox_target.”