BotFlow Master Installation Guide

Follow these detailed steps to set up BotFlow Master with Botpress. This guide ensures a seamless installation process for creating your custom bot workflows.

Step 1: Create a Botpress Account

Start by creating a Botpress account using our affiliate link: https://try.botpress.com/BotFlowMaster . This helps support our community while giving you access to Botpress features.

Once your account is set up, you can explore various plans, including the pay-as-you-go model, to get started.

Step 2: Download the BotFlow Master Template

Download the pre-built BotFlow Master template from the following link: https://bit.ly/BotFlowMasterTemplates . This template includes:

  • A pre-installed flow for leaving a message.
  • A query flow to interact with a knowledge base.

The template is ready for easy customization with BotFlow Master logic.

Step 3: Generate Custom BotFlow Objects

Use the Botlin Custom GPT to generate the custom objects for your bot workflows: https://chatgpt.com/g/g-JGzlmtVJp-botlin .

These objects include:

  • pathSteps: Defines the sequence of steps in the workflow.
  • stepHandlers: Contains the logic for each step.
  • stepsMap: (if applicable) Routes workflows dynamically for branching paths.

Ensure the generated code matches your specific workflow requirements.

Step 4: Create a New Bot

In your Botpress account, follow these steps:

  1. Click Create Bot and give your bot a descriptive name.
  2. Click Open in Studio to access the bot-building environment.
  3. Select Start from Scratch as your template from the gallery.

Step 5: Import the BotFlow Master Template

To import the template into your bot:

  1. Click the Botpress icon (top-left corner).
  2. Go to Import/Export → Import from File.
  3. Select the .bpz file you downloaded in Step 2.

Step 6: Add BotFlow Master Objects

Open the workflow section and locate the BotFlow_Master_CODE node. Paste your generated objects into the code card, replacing any placeholder text:

/* Paste Below, The BotFlow Master (Botlin Custom GPT) Objects */
/* Paste Above, The BotFlow Master (Botlin Custom GPT) Objects */
        

Step 7: Save, Publish, and Test

Save your changes, publish your bot, and test it in the Botpress Emulator Pane. This ensures your workflow is functioning as expected.

Congratulations! Your BotFlow Master bot is now live and ready to use.