End

The exit point of your chatbot. Attach widgets and configure deployment options.

Overview

The End marks the completion of a chatbot conversation. Every chatbot must have exactly one End. This is where you attach widgets to deploy your chatbot and configure how users can access it.

Widget Attachment

Attach a widget to the End to deploy your chatbot. Only a single widget can be attached to a chatbot at a time.

Attach Widget

Select an existing widget from your Widgets library or create a new one. The widget will use this chatbot for all conversations.

Configure Widget

Access widget settings directly from the End to customize appearance, integration options, and security settings.

Unlink Widget

Remove a widget from this chatbot. The widget will no longer be associated with this conversation flow.

Delete Widget

Permanently delete a widget. This cannot be undone and will break any existing embeds using this widget.

Share Chat Link

Generate shareable URLs that open the chat interface directly. This is useful for sharing via email, social media, or QR codes.

Permanent Link

A stable URL that never expires. Use this for long-term sharing, documentation, or embedding in marketing materials.

Temporary Link

A time-limited URL that expires after a specified duration. Configure validity in hours. Useful for limited-time campaigns or secure sharing.

Tip: Use temporary links when sharing with external parties for security purposes. The link automatically becomes invalid after the specified time.

Chatbot Completion

When a conversation reaches the End:

  • The conversation is marked as complete
  • All conversation data is saved and available in the Conversations section
  • Any pending actions are finalized
  • Statistics are updated on Home

Handling Multiple Paths

While there's only one End, multiple paths in your chatbot can lead to it. Use Branchs to create different conversation journeys that all converge at the End.

Path A
Path B
Path C
End

Best Practices

  • 1

    Test all paths lead to the End

    Ensure no conversation paths are left hanging without reaching completion.

  • 2

    Use temporary links for sensitive contexts

    When sharing chat links externally, use temporary links with appropriate expiry.

Next Steps