How To… Tutorials

Step-by-step guides for common tasks in the General Bots Suite.


About These Tutorials

Each tutorial follows the same format:

  • Objective β€” what you will accomplish
  • Prerequisites β€” what you need before starting
  • Steps β€” numbered instructions
  • Troubleshooting β€” common problems and solutions
  • Next Steps β€” what to read next

Getting Started

TutorialDescription
Create Your First BotSet up a working bot from scratch
Your First ConversationTalk to your bot and understand responses

Knowledge Base

TutorialDescription
Add Documents to Knowledge BaseTeach your bot from files

See also Knowledge Base for collections, indexing and retrieval modes.


BASIC Dialogs

TutorialDescription
Write Your First DialogCreate a simple conversation script

For the full picture, continue with BASIC Scripting, which documents every keyword.


Messaging Channels

TutorialDescription
Connect WhatsAppSet up the WhatsApp Business integration

For the other channels, see Channels.


Analytics and Monitoring

TutorialDescription
Monitor Live SessionsWatch conversations in real time

Keyboard Shortcuts

These are the shortcuts implemented in the Suite client. They are declared in the frontend sources under botui/ui/suite/js/.

ShortcutActionSource
Ctrl/⌘ + KOpen the command palettecommand-palette.js, suite_app.js
Ctrl + LOpen the control centercontrol-center.js
Ctrl + SpaceOpen spotlight searchspotlight.js
Ctrl + ↑Toggle mission controlmission-control.js
Ctrl + Shift + 1…9Switch virtual desktopvirtual-desktops.js
Ctrl + Shift + ←/β†’Move between virtual desktopsvirtual-desktops.js
Ctrl + SSave (Editor)editor.js
Ctrl + Shift + LToggle auto-filter (Sheets)modules-sheet-advanced/01_core.js
Ctrl + EnterRun query (Database)database.js
AltOpen the window menusuite_app.js, base.js

Desktop applications also carry their own shortcuts β€” see Suite Manual for the per-application tables.


Getting Help


Tips for Following Tutorials

Before you start

  1. Keep the Suite open and follow along step by step.
  2. Read an entire step before performing the action.

If something goes wrong

  1. Re-read the step β€” the value must match exactly before you customise it.
  2. Check the Troubleshooting section at the end of each tutorial.
  3. Ask the Chat application for assistance.

Marker Legend

Throughout the book you will see these indicators:

MarkerMeaning
🟒GA β€” generally available
🟑PREVIEW β€” usable, still changing
ℹ️Note β€” additional context
⚠️Warning β€” a caution worth reading

Start with Create Your First Bot.