botserver/docs/src/chapter-06-gbdialog/templates.md

24 lines
867 B
Markdown
Raw Normal View History

2025-11-23 17:02:22 -03:00
# Template Examples
2025-11-23 17:02:22 -03:00
For template examples and detailed documentation, please see [Chapter 2: Templates](../chapter-02/templates.md).
2025-11-23 17:02:22 -03:00
## Available Templates
2025-11-23 17:02:22 -03:00
BotServer includes 21 pre-built templates in the `templates/` directory:
2025-11-23 17:02:22 -03:00
- **default.gbai** - Basic bot with weather, email, and calculation tools
- **edu.gbai** - Educational bot for course management
- **crm.gbai** - Customer relationship management
- **announcements.gbai** - Broadcast messaging system
- **whatsapp.gbai** - WhatsApp Business integration
- And many more...
2025-11-23 17:02:22 -03:00
## Using Templates
2025-11-23 17:02:22 -03:00
Templates provide ready-to-use bot configurations. Each template includes:
- Dialog scripts (`.gbdialog`)
- Knowledge bases (`.gbkb`)
- Configuration (`.gbot`)
- Optional themes (`.gbtheme`)
2025-11-23 17:02:22 -03:00
See [Chapter 2: Templates](../chapter-02/templates.md) for complete documentation on using and customizing templates.