How to create a chatbot from scratch
PreviousHow to transfer my chatbot to a live agentNextHow to move from a web-widget to WhatsApp chat
Last updated
This tutorial will show you how to start creating a no-code bot from scratch and have fun at the same time! Don't believe it? Continue to read or watch the video.
1. Open your web browser and navigate to the Tiledesk platform (https://www.tiledesk.com/). 2. Log in to your Tiledesk account using your credentials. 3. Once logged in, go to the "Bots" section in the Tiledesk dashboard.
1. In the "Bots" section, click on the "Add from Scratch" button to start creating your chatbot.
1. Upon creating a new bot from scratch, you'll see two default blocks: "Welcome" and "DefaultFallback." 2. Start by setting up your chatbot's initial message. Click on the "Welcome" block to edit its content. This is the message that users will see when they initiate a conversation with your chatbot. Customize it to provide a warm welcome or any relevant information.
1. Now, let's create a conversation flow for your chatbot. Begin by drawing paths from the exit ports of existing blocks to create new blocks with specific actions. 2. Click on the exit port of a block (e.g., the "Welcome" block) and drag it to an empty space on the canvas to create a new block. 3. A menu will appear, allowing you to choose a specific action for this block. You can choose actions such as "Reply" or "If Online Agent." 4. After selecting an action, you can name your block to keep your conversation flow organized and easily understandable.
1. To handle scenarios when an online agent is available, draw a path from the "Online" exit port of a block. 2. Create a corresponding block by choosing the "Agent Handoff" action. This block will handle interactions when a live agent is online.
1. To handle situations when an online agent is not available, draw a path from the "Else" exit port of a block. 2. Create a second block by choosing the "Reply" action in this case. This block will be used to provide an offline message to the user. 3. Customize the content of the "Reply" block to convey a message or offer assistance even when no live agent is available.
1. You can continue to create as many blocks as needed to build a complex chatbot conversation flow. 2. On the left side of the Tiledesk Design Studio, you'll find a list of all your blocks, making it easy to navigate and edit them as necessary.
1. Once you have created your chatbot's conversation flow, it's important to test it thoroughly to ensure it behaves as expected. 2. You can test your chatbot by simulating user interactions in the Tiledesk platform (top green button) or by integrating it into your website or messaging channels.
That's it! You've successfully created a chatbot from scratch using Tiledesk Design Studio. You can further refine your chatbot's behavior, add more complex logic, and integrate it with various channels to provide efficient customer support and engagement.
Last updated