Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gleap.io/llms.txt

Use this file to discover all available pages before exploring further.

In some situations you might want to take full control over the feedback button. In order to show or hide the feedback button, you can simply use the following methods.

Show the feedback button

Gleap.showFeedbackButton({
  show: true,
});

Hide the feedback button

Gleap.showFeedbackButton({
  show: false,
});
Gleap feedback button with live chat bubble