> ## 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.

# Feedback button

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

```javascript theme={null}
Gleap.showFeedbackButton({
  show: true,
});
```

### Hide the feedback button

```javascript theme={null}
Gleap.showFeedbackButton({
  show: false,
});
```

<img src="https://mintcdn.com/gleap-1d346ffa/MCCg3Pia7IrMFFzd/images/FeedbackButton.png?fit=max&auto=format&n=MCCg3Pia7IrMFFzd&q=85&s=b3b3d5e1d8f5233da54714263f5045a3" alt="Gleap feedback button with live chat bubble" width="1758" height="1370" data-path="images/FeedbackButton.png" />
