Create a new bot

Create a new bot

To create a new bot, press the button "create new bot" on the bot's overview page.

(If you don't see this button, your role doesn't have the right permissions, please contact your administrator)

After clicking this button, you can either decide to create a bot from scratch or to use a template bot as your starting point.

(create a new bot popup in the platform)


1. Create a bot from scratch

Settings when creating a new bot

When creating a bot, you have to input a unique name and select an initial Natural Language Processing (NLP) engine that recognises your intents and entities (i.e. Microsoft LUIS, IBM Watson, Google Dialogflow, etc). This engine can be switch at any point in time in the future. In addition, a language for your bot must be picked. The supported languages are based on the availability of the selected NLP engines. This means selecting different engines, will enable more or less languages to choose from for your bot.

After selecting the settings, press "create" and your new bot will be created in around 60-90 seconds.

Currently Supported NLP Engines

  • Microsoft Luis

  • IBM Watson

  • Google Dialogflow

  • Rasa

  • Amazon Lex

  • Wit.ai

  • Nuance (connect only)

2. Use a Template Bot

It is also possible to use one of the four available templates as a starting point for your bots. Each template does not only apply to different use cases, but each template also shows different tips and techniques for building a chat bot in the Dialog Manager.

3. Import a bot

If you want to import an already existing bot, press import bot. The platform supports the Blits .enc files as an import. You can generate your own reusable files by exporting existing bot in its settings.


    • Related Articles

    • Bot Overview

      The Bot overview page On the bot overview page you see all the bots that have been created on the platform. For each bot, you see various information such as: Name: The name of the bot Language: The language code of the bot's language NLP: The icon ...
    • Bot metrics

      Interactions The interactions metric shows the amount of interactions with users for that month. An interaction is counted as a one response from a user. Intents recognized The intent recognized metric shows the percentage of intents recognized in ...
    • Bot response logic

      Intro The following schema will show how the bot logic within the platform works for standard replying to users. GDRP Module If you enable the GDRP module, this is the first message all users receive on all channels. Welcome intent Every bot always ...
    • About bot analytics

      Intro Every bot comes with its own monthly analytics dashboard. This is used to track usage and the performance of your bot. It also gives suggestions to improve your bot. The standard bot metrics include: Amount of interactions (amount) Intents ...
    • Testing your bot

      Intro Once you have build and stored your bot it is time to test it. This can be done through the conversational interface that is shown in the bottom right corner of the blits platform. Within this conversational interface, you can test the ...