# Interactive Voice Response (IVR)

This section contains step-by-step instructions as examples of how to add connections to the Aisera platform for integrations in this category.

Add the IVR channel to your bot if you are receiving requests from your users via a telephony system and you want the call to be directed to the bot.&#x20;

This sections includes:

[**Channel Settings for IVR**](/aisera-platform/channels/interactive-voice-response-ivr/channel-settings-for-ivr.md)

[**Voice Request Playback**](/aisera-platform/channels/interactive-voice-response-ivr/voice-request-playback.md)

For an example of how to set up your bot with a telephony system, see [Genesys Integration](/aisera-platform/channels/interactive-voice-response-ivr/genesys-integration.md).

See also [AI Voice](/ai-voice/ai-voice.md).


---

# 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.aisera.com/aisera-platform/channels/interactive-voice-response-ivr.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.
