> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/store/legacy-apps/smart-ivr-basic.md).

# Smart IVR Basic

{% hint style="info" %}
Read this if you have Smart Apps in use that have been ordered before 21 october 2024. New Smart Apps documentation can be found within the [Marketplace](/store/marketplace-apps.md).
{% endhint %}

The Smart IVR Basic enables your bot to answer and forward incoming phone calls. The Smart IVR Basic is configured to forward your call to the right department based on an opening question.

## Quick steps

### Generic setup

1. Make sure your [opening hours](/settings/app-settings/opening-hours.md) are configured
2. Make sure your [phone channel](/studio/channels/phone.md) is enabled
3. Add a welcome text
4. Configure the various forwarding options to whom the bot will be forwarding incoming calls

### Configuration

After installing the app, go to Content -> Configuration to register the forwarding options.

<figure><img src="/files/nohnVT9gyFtw63Joghln" alt=""><figcaption><p>The Configuration screen allows you to update the welcome text and the forwarding options</p></figcaption></figure>

1. **Label:** Provide short and clear labels for each forward option.\
   The labels are used by the bot to let the caller know which options to choose from.&#x20;
2. **Description:** In the description field the instructions to the AI need to be provided which helps the bot to decide to whom it will be forwarding the call.
3. **Number:** Fill out the extension or phone number

{% hint style="info" %}
Descriptions are used by the bot as extra information in deciding to which number the caller will be forwarded.&#x20;

When asking about printers in an office we most likely need to talk to the IT department, whereas if we'd ask about printers at an electronics department, we might need to talk to Sales.
{% endhint %}

## Skills

* [Base flows](/store/skills/base-flows.md)
* [Phone flows](/store/skills/phone-flows.md)


---

# 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://manuals.dialox.ai/store/legacy-apps/smart-ivr-basic.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.
