# What is an IVR menu?

Are you familiar with that lovely voice telling you to ‘Press 1 for Sales, Press 2 for Help?' The tool that makes that possible is called Interactive Voice Response (IVR).

IVR is an automated telephony menu system that interacts with callers, gathers information, and routes calls to the most appropriate people within your team. IVR works with a combination of pre-defined options (which you can create with Flow Builder) and touch-tone keypad selection. IVR enables responses and actions in the form of voice, callbacks, contact management, email, SMS, and more.

Take a look at this article to learn [how to build an IVR menu](/connectivity-platform/how-to-guides/how-to-build-an-ivr-menu.md) with Flow Builder.


---

# Agent Instructions: 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:

```
GET https://docs.bird.com/connectivity-platform/faq/what-is-an-ivr-menu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
