> 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-build-an-ivr-menu.md).

# How to build an IVR menu

Using [Flow Builder](https://dashboard.messagebird.com/en/flow-builder), you can easily build your own IVR menu. Go to Flow Builder in the Dashboard, and create a new flow or use the template ‘Easy phone menu (IVR)’.

1. Select the phone number you’d like to attach an IVR menu to.
2. Click on the ‘Say’ Step, and set up a welcome message and explain which numbers the users can press (press 1 for…, press 2 for….), you can also choose the language, the gender of the voice, timeout duration, and more. Click on save when ready.
3. Click on the ‘IVR menu’ Step. Select the number of keys you would like to activate in the menu. Click on save.
4. Underneath each number key, you can set actions (Steps), such as forwarding the call to another phone number, ending the call, etc. Remember to click on save when you add new Steps or set up Attributes.
5. When you are done building your IVR menu, click on either ‘Save draft’ or ‘Publish’ on the right top of the screen.

If you are having trouble dragging new steps to the bottom of the flow, make sure to scroll down first by clicking anywhere in the flow and drag the flow up. &#x20;

**What’s next?**

Congrats! Now you know how to build an IVR menu with Flow Builder. 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)


---

# 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-build-an-ivr-menu.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.
