update and code refactoring focused on: 1. Adding new documentation pages to the table of contents 2. Restructuring the bot templates documentation 3. Changing keyword syntax from underscore format to space format (e.g., `SET_BOT_MEMORY` → `SET BOT MEMORY`) 4. Updating compiler and keyword registration to support the new space-based syntax 5. Adding new keyword modules (social media, lead scoring, templates, etc.) Refactor BASIC keywords to use spaces instead of underscores Change keyword syntax from underscore format (SET_BOT_MEMORY) to more natural space-separated format (SET BOT MEMORY) throughout the codebase. Key changes: - Update Rhai custom syntax registration to use space tokens - Simplify compiler preprocessing (fewer replacements needed) - Update all template .bas files to use new syntax - Expand documentation with consolidated examples and new sections - Add new keyword modules: social_media, lead_scoring, send_template, core_functions, qrcode, sms, procedures, import_export, llm_macros, on_form_submit
12 KiB
12 KiB
Summary
Part I - Getting Started
Part II - Package System
Part III - Knowledge Base
Part IV - User Interface
Part V - Themes and Styling
Part VI - BASIC Dialogs
- Chapter 06: gbdialog Reference
Part VII - Extending General Bots
Part VIII - Bot Configuration
Part IX - Tools and Integration
-
Chapter 10: REST API Reference
- Files API
- Document Processing API
- Users API
- User Security API
- Groups API
- Group Membership API
- Conversations API
- Calls API
- Whiteboard API
- Email API
- Notifications API
- Calendar API
- Tasks API
- Storage API
- Backup API
- Analytics API
- Reports API
- Admin API
- Monitoring API
- AI API
- ML API
- Security API
- Compliance API
- Example Integrations