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

# Feature requests

The new Gleap widget offers a feature request view allowing users to view, upvote & comment more easily on feature requests.

<img src="https://mintcdn.com/gleap-1d346ffa/MCCg3Pia7IrMFFzd/images/FeatureRequests.png?fit=max&auto=format&n=MCCg3Pia7IrMFFzd&q=85&s=2915b0882c58b8e8fb18384effc16025" alt="Release notes and news for your app or website" width="3024" height="1624" data-path="images/FeatureRequests.png" />

You can enable the feature requests view directly within the Gleap Dashboard or show it by code.

## Open the feature requests app by code

If you'd like to manually show the feature requests app of the Gleap widget, you can do so by calling the following method:

```javascript theme={null}
Gleap.openFeatureRequests(NO);
```

*The first parameter **showBackButton** sets whether or not the main tabbar and back buttons will be shown.*
