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

867 B

Template Examples

For template examples and detailed documentation, please see Chapter 2: Templates.

Available Templates

BotServer includes 21 pre-built templates in the templates/ directory:

  • 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...

Using Templates

Templates provide ready-to-use bot configurations. Each template includes:

  • Dialog scripts (.gbdialog)
  • Knowledge bases (.gbkb)
  • Configuration (.gbot)
  • Optional themes (.gbtheme)

See Chapter 2: Templates for complete documentation on using and customizing templates.