Prerequisites
- A Fliqr AI account (takes about 2 minutes—see Sign Up & Login if you haven’t done this yet)
- A website or the ability to paste a snippet into any HTML page (optional for testing; the in-app preview works without it)
Build your first flow
1
Create a new bot
After logging in, you land on the Bots dashboard. Click Create New Bot, give it a name (for example, “My First Bot”), and select Website Chat as the channel. Click Create.[SCREENSHOT: Create New Bot modal with name field and Website Chat channel selected]Fliqr AI provisions the bot and opens the bot workspace. The left sidebar shows the main sections: Inbox, Flows, AI Agents, Contacts, Pipelines, Broadcasts, Analytics, and Settings.
2
Connect the Website Chat channel
In the left sidebar, go to Settings → Channels. You’ll see Website Chat is already enabled for this bot. Click Configure to review the appearance options—you can change the widget color, greeting text, and launcher icon now or later.[SCREENSHOT: Settings → Channels page showing the Website Chat widget configuration panel]
3
Open the Flow Builder
In the left sidebar, click Flows. Click Create New Flow and name it “Welcome Flow”. The Flow Builder canvas opens. You’ll see a Start node already placed—this is the entry point for all new conversations.[SCREENSHOT: Empty Flow Builder canvas with the Start node visible]
4
Add a Welcome message block
Click the + icon below the Start node and select Send Message from the block menu. In the block editor panel on the right, choose the Text message type and type your welcome message, for example:
Hi there! 👋 Welcome to Acme Support. What can I help you with today?Add a Quick Reply button by clicking + Add Button and entering “Learn more” as the button label.[SCREENSHOT: Send Message block editor with a welcome text and one Quick Reply button configured]
5
Add a Text reply block
Click the + icon that appears on the arrow coming out of the “Learn more” button. Select Send Message again and add a short follow-up text:
Great! Here’s what we can help you with: [your short product description]. Type anything to keep going, or ask me a question.[SCREENSHOT: Flow Builder canvas with a welcome block connected to a text reply block]Your flow now has two connected blocks: a Welcome message that presents a Quick Reply button, and a Text reply that fires when the user taps it.
6
Test in the preview
Click the Preview button in the top-right corner of the Flow Builder. A simulated chat widget opens. Tap the “Learn more” button and confirm the reply appears as expected.If anything looks off, click the block on the canvas to edit it. Changes reflect in the preview immediately without re-publishing.
7
Publish your flow
When the preview looks right, click Publish in the top-right corner. Fliqr AI activates the flow and it immediately becomes the default conversation for your Website Chat channel.To verify the live widget, open the Channels → Website Chat → Preview tab, or paste the embed snippet on your site and start a conversation there.
Channel approval requirements
Website Chat goes live immediately after publishing. Other channels have additional requirements before your bot can send messages to real users: SMS and Voice channels require a phone number provisioned through a supported provider. Email requires domain authentication (SPF/DKIM records). The Channels section covers setup for each.What’s next
Platform Tour
Learn what every section of the dashboard does and when to use it.
Flows
Go deeper into the Flow Builder—conditions, variables, API calls, and more.