> For the complete documentation index, see [llms.txt](https://docs.launchstack.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.launchstack.app/frontend/components/feedback.md).

# Feedback

LaunchStack comes with one amazing Feedback tool!

You can collect the rating and additional comments from users.

![](/files/zybBkeXqG4qRwAN7vYyu)

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**
