No results

Help CenterBuilding ChatbotsUsing the Visual Builder

Using the Visual Builder

Last updated August 21, 2024

Using the Blip Visual Builder

The Blip Visual Builder is a powerful yet intuitive tool that allows you to create complex chatbots without writing a single line of code. Whether you're a seasoned developer or a complete beginner, the visual builder provides a user-friendly interface to design and manage your chatbot's conversation flow.

Building Your Chatbot

  • Create a New Flow: Start by creating a new flow within your project. Flows represent different conversation paths or scenarios your chatbot can follow.
  • Add Nodes: Nodes represent individual steps or stages in your chatbot's conversation. Each node represents a turn, where the chatbot interacts with the user. Add nodes by clicking the "+" button on the visual builder canvas.
  • Connect Nodes: Use connectors to link nodes together, determining the flow of conversation. A connector represents a possible transition based on user input or actions.
  • Add Content: For each node, add content to define what the chatbot will say or present to the user. You can add text, images, buttons, or other elements.
  • Configure Paths: Paths define the possible responses or actions the user can take at a particular node. Each path can have different content or actions based on the user's choice.
  • Use Actions: Blip offers a variety of actions that add functionality to your chatbot. Some common actions include:
  • Sending emails
  • Collecting user information
  • Making API calls
  • Displaying external content
  • Triggering other events
  • Utilize Flow Control: Advanced features like "conditionals" and "loops" allow you to create complex decision-making logic within your chatbot.
  • Test and Refine: Use Blip's built-in simulator to test your chatbot's conversations and refine the flow. The simulator allows you to interact with your chatbot as if you were a user.

Tips for Effective Visual Builder Use

  • Keep it Simple: Start with a simple flow and gradually add complexity as you become more familiar with the visual builder.
  • Break Down Complex Flows: For large or complex chatbots, create multiple flows to organize different conversation scenarios.
  • Use Comments: Add comments within the visual builder to document your logic and make it easier to understand.
  • Experiment: The Blip Visual Builder is an intuitive tool. Experiment with different features and learn by trying out new approaches.

Blip's Visual Builder empowers you to bring your chatbot vision to life. By leveraging its intuitive interface and powerful features, you can create engaging, dynamic, and intelligent conversational experiences that elevate your interactions with users.

Was this article helpful?