Templates
Use built-in templates for code review, debugging, refactoring, and more. Create and manage custom templates.
What are Templates?
Templates are reusable prompt patterns that help you get consistent, high-quality results from the AI for common development tasks.
Accessing Templates
Open the Templates panel from the sidebar to browse available templates.
Available Templates
| Template | Description |
|---|---|
| Code Review | Analyze code for quality, security, and best practices |
| Debug | Diagnose and fix issues in your code |
| Explain | Get detailed explanations of code logic |
| Refactor | Improve code structure without changing behavior |
| Document | Generate documentation for functions and classes |
| Test | Create unit tests for your code |
| API Design | Design and review API endpoints |
| Database Schema | Design or review database schemas |
| Architecture | Plan and review system architecture |
| Code Generation | Generate new code from requirements |
Custom Templates
You can create custom templates by adding markdown files to your workspace. FiveForge discovers and loads them automatically from the templates directory.
Related Documentation
Save, organize, and reuse AI prompts. Access the prompt library, save custom prompts, and search by tags.
FiveM ResourcesLearn about FiveM resource structure, fxmanifest.lua, client/server/shared scripts, and NUI pages.
Sessions & Chat HistoryHow sessions work in FiveForge Desktop: auto-titling, history preservation, workspace isolation, and session management.