
Getting Started Guide
How to Use Voiceflow
A practical guide to get you up and running with Voiceflow. Written by Delv Editorial, Delv Team.
Getting started with Voiceflow
In this guide, you will learn how to create, manage, and deploy AI agents and chatbots for customer support using Voiceflow. By the end, you'll be able to build a simple chatbot that can interact with users.Step 1: Sign up and set up
- Go to Voiceflow's website.
- Click on the “Sign Up” button in the top right corner.
- Choose to sign up with your email or use Google/Facebook for a quicker process.
- Once signed in, you’ll be taken to the dashboard. Click on the “Create New Project” button to start a new chatbot.
Step 2: Your first chatbot
- Select the “Chatbot” option from the project type menu.
- You will be taken to the visual builder. Start by dragging a “Text” block from the left panel to the workspace.
- Click on the block to edit the text. Enter a welcome message for your users, like “Hello! How can I assist you today?”
- Next, drag a “User Input” block from the left panel. Connect it to your welcome message block.
- In the User Input block, set the question to ask users for their query, such as “Please enter your question.”
- Connect this User Input block to another “Text” block that will respond based on user input. You can use variables to personalise the response.
- Once you’re satisfied with your bot’s flow, click on the “Test” button in the top right corner to see it in action.
Step 3: Get better results
- Use the “Analytics” tab in the left panel to track user interactions and identify common queries.
- Adjust your bot’s responses based on user feedback and analytics data.
- Consider adding more complex logic with “If/Else” blocks to handle different user intents effectively.