Is There Any way to Start the Conversation By Bot in RASA x3

HI, anyone know how to start the conversation by bot. for example

user: “HI” bot: “Hello”

instead of this, bot: “Hello” user: “Hi”

If you’re using the official RASA widget just use the data-initial-payload attribute and write a custom action that utters a message to the user on session start. See https://chat-widget-docs.rasa.com/?path=/docs/rasa-chat-widget–widget