📄️ Basic Example
A basic conversational application based on maxbot looks something like this:
📄️ Bots
The bot consists of several different components. The bot builder allows you to customize these components before loading resources.
📄️ Resources
TODO:
📄️ Channels
Overview
📄️ Extensions
Extensions are extra packages that add functionality to a maxbot application. For example, an extension might add support for new channel, custom state tracker or sending some special types of messages.
📄️ Packaging Guide
When you create a conversational app with maxbot it's a good choice to create your own Python package. That's what allows you to distribute your app, e.g. deploy and run it on a remote server.
📄️ Maxml (Advanced)
This document explains the advanced use of Maxml (Markup Language).