• Bot creation instructions
  • CHATBOTS FOR BUSINESS

    Working with expressions
    Please note that the execution time of a regular expression is 5 seconds. findall() | similar() LEGEND: ! - Required parameters findall(reg, str, index) - to...
    Calculator
    Working with MaviBot tables
    Create a new record in a table with the specified values. new_record(table_id, data) Response: new record ID edit_record(table_id, record_id, data) Response:...
    Calculator
    Working with links
    proxy() | proxy_date() | proxy_timeout() LEGEND: ! - Required parameters proxy(lnk, one-shot) - generates a link with click notification. The function takes ...
    Calculator
    Math functions
    abs() | ceil() | customizable_round_multiply() | customizable_round_division() | exp() | fac() | floor() | int() | int_to_string() | is_float() | is_int() | ...
    Calculator
    Variables
    Let's explore what variables are and how to use them effectively when building chatbots in MaviBot. Please be aware of the following system limits for variab...
    Variables and functions
    Google Sheets for AI assistant
    Thanks to a feature developed by the Mavibot team, the AI chatbot accurately interprets the values entered into the sheet and then saves them to a system var...
    AI chatbot builder
    How to create two or more AI assistants in one chat
    To enable combined assistant operation, we will need a funnel builder and three AI assistants. The blocks in the builder will be used to set variables, which...
    AI chatbot builder
    Semantic search
    Semantic search in the match type of blocks - is an AI that is trained to extract context from the conditions embedded in the client's message. The blocks ha...
    AI chatbot builder
    AI assistant with MaviBot tables
    Using a dedicated function developed by the MaviBot team, your AI chatbot can intelligently read values from a Google Sheet and store them in a system variab...
    AI chatbot builder
    AI chatbot for online booking
    Mavibot services - is one of the sections related to the CRM system that allows you to automate the filling of employees' schedules with online booking throu...
    AI chatbot builder
    AI assistant functions
    answer = ai_request('request', question) Example: answer = ai_request('You are a polite flower shop consultant.', question) The first argument is the instruc...
    AI chatbot builder
    AI chatbot
    An AI assistant is a true breakthrough: now you can configure AI-powered chatbots to interact with your customers using ready-made roles and preconfigured fu...
    AI chatbot builder
    Backup and restoration
    How to clone a project How to clone a flow within a project How to restore a flow from a backup file Why backups are essential It's easy to underestimate the...
    Chatbot builder
    Random responses in the bot
    To send randomized responses to clients, configure the options below. You can use entire phrases, individual words, numbers, or attachments. In the case when...
    Chatbot builder
    Formatting messages in Telegram
    To apply the correct text formatting for this block, strictly follow the steps below. The markup tools are located under the message input field. Put the req...
    Chatbot builder