showBackButton (default true) that controls whether the widget shows a back arrow.

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
showBackButton (default true) that controls whether the widget shows a back arrow.

Gleap.startConversation(showBackButton?)Gleap.startConversation();
Gleap.openConversations(showBackButton?)Gleap.openConversations();
Gleap.openConversation(shareToken, showBackButton?)Gleap.openConversation("SHARE_TOKEN");
Gleap.startBot(botId, showBackButton?)Gleap.startBot("YOUR_BOT_ID");
Gleap.askAI(question, showBackButton?)Gleap.askAI("How do I reset my password?");