# Feedback buttons A feedback button lets you provide feedback with a single click. The button triggers a feedback collection action. This component can easily integrate user feedback into the app. ## Example ![Example](/img/feedback-buttons-appcard.png) ## JSON example ```json { "content": { "settings": {}, "body": [ { "type": "actions", "items": [ { "text": "Thumbsup", "value": "thumbsup", "style": "Thumbsup" }, { "text": "Thumbsdown", "value": "thumbsdown", "style": "Thumbsdown" }, { "text": "Thumbsuped", "value": "thumbsuped", "style": "Thumbsuped" }, { "text": "Thumbsdowned", "value": "thumbsdowned", "style": "Thumbsdowned" } ] } ] } } ```