# Feedback

LaunchStack comes with one amazing Feedback tool!

You can collect the rating and additional comments from users.

![](https://2817866723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3E47fqhZjdekrDACG84x%2Fuploads%2F6aCuBLsdSfTxVProkQKa%2FScreenshot%202023-03-29%20at%203.24.57%20PM.png?alt=media\&token=ade78b05-af6a-4441-a815-ed293a568abe)

All the settings are located on file config/launchstack.php, for example:

```php
'feedback' => [
    'enabled' => true,
    'question' => 'How would you rate your experience?',
    'more_info' => 'Tell us about your experience',
    'show_again_in' => 30, // days
],
```

If you want to customize the component appearance or functionalities, please check the file: **resources/js/Layouts/App/Feedback.vue**
