You can make Webchat perform specific actions as soon as a user starts a new conversation. These actions execute before the user sends their first message, making them useful for:Documentation Index
Fetch the complete documentation index at: https://botpress.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Sending a welcome message to the user
- Notifying a live agent that a user is chatting with the bot
- Pre-loading any data required for the conversation
Add the Conversation Started Trigger
In your Workflow, right-click and select Trigger, then Conversation Started:
This will add the Conversation Started Trigger to your Workflow.

