> For the complete documentation index, see [llms.txt](https://help.inteliwise.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inteliwise.com/voicebot/welcome-to-the-inteliwise-voicebot-solution/connect.md).

# Connect

![](https://lh3.googleusercontent.com/fi8bB0dCbK3eBIzGPkX1XlAQJq8zpuobfCiOPUH3o0FQDgWUNQ_EazazzU4fxHydQzbFcUJ6bZdCwgYVMicb2L8U6lUEPiJyKdjHquAcBQyGYaoD2D_m1kQoJbgM_CQYaLr3E6l6)

We will also tell you about the possible [options for configuring the telco infrastructure](/how-to-connect-a-voicebot-with-a-phone-number/how-to-configure-the-telco-infrastructure.md) for your voicebot. InteliWISE can help you whether you have a dedicated call center/phone number or not. We offer three solutions: [InteliWISE shared telco infrastructure](/how-to-connect-a-voicebot-with-a-phone-number/we-recommend-the-inteliwise-shared-telco-infrastructure..md) (recommended), [InteliWISE dedicated telco infrastructure](/how-to-connect-a-voicebot-with-a-phone-number/do-you-need-an-inteliwise-dedicated-telco-infrastructure.md), or fully customized [on-premise solution](/how-to-connect-a-voicebot-with-a-phone-number/what-is-required-for-the-on-premise-implementation.md), where everything is configured in your company environment. (To be successful with an on-premise configuration you must meet the [hardware requirements](/how-to-connect-a-voicebot-with-a-phone-number/what-is-required-for-the-on-premise-implementation/what-are-hardware-requirements-for-the-inteliwise-voicebot.md). You can quickly [compare all options](/how-to-connect-a-voicebot-with-a-phone-number/lets-compare-available-telco-infrastructure-options..md) and decide which one is the most optimal for your business. In that section, we will also show you our [Dialer ](/how-to-connect-a-voicebot-with-a-phone-number/inteliwise-dialer-what-if-you-need-an-outbound-campaign.md)solution for [creating outbound campaigns](/how-to-connect-a-voicebot-with-a-phone-number/inteliwise-dialer-what-if-you-need-an-outbound-campaign.md). At the very end of our tutorial, we will mention [integration options with other systems](/how-to-connect-a-voicebot-with-a-phone-number/can-voicebot-be-integrated-with-other-systems.md) you may want to consider.


---

# 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://help.inteliwise.com/voicebot/welcome-to-the-inteliwise-voicebot-solution/connect.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.
