> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/how-to-guides/how-to-set-up-a-feedback-bot.md).

# How to set up a Feedback Bot

Using [Flow Builder](https://dashboard.messagebird.com/en/flow-builder), you can easily set up a Feedback Bot. Go to Flow Builder in the Dashboard, and create a new flow or use the template ‘Feedback Bot’.

1\. Select the phone number you’d like to attach the flow to.

2\. The Feedback Bot template uses the ‘Branch’ Step to automate responses. Click on the ‘Branch’ Step and set up the attributes. For example, you can use this type of flow to do a survey with your clients and for them to send you feedback; you can send an SMS asking your clients to respond with a rating between 1-5 depending on how satisfied they are with your service or product.

3\. Underneath each branch, you can set actions (Steps), such as ‘Reply Using SMS’, ‘Outbound call’, ‘Wait for a response’, ‘Record Call Audio’, among many others. Following the example, depending on the response you can set up different actions:

* If they give you 5 stars, you can send an SMS ‘thank you message’.
* If they give you 3 or 4 stars, you can send an SMS asking them to give feedback.
* If they give you 1 or 2 stars, you can set up a call.

Customize your flow adding different Steps; you can set up a Feedback Bot as complex as you need it to be. Click on save when ready.

4\. When you are done building your flow, click on either ‘Save draft’ or ‘Publish’ on the right top of the screen.

&#x20;

**What’s next?**

Congrats! Now you know how to set up a Feedback Bot. You may want to learn more about how to use other templates:

* [How to forward incoming SMS to an email.](/connectivity-platform/how-to-guides/how-to-forward-incoming-sms-to-an-email.md)
* [How to forward calls to another phone number or SIP URI.](/connectivity-platform/how-to-guides/how-to-forward-calls-to-another-phone-number-or-sip-uri.md)
* [How to set up opt in/opt out automatic SMS subscriptions.](https://support.messagebird.com/hc/en-us/articles/360000358457-How-to-set-up-opt-in-opt-out-automatic-SMS-subscriptions)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bird.com/connectivity-platform/how-to-guides/how-to-set-up-a-feedback-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
