> 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/let-us-introduce-you-inteliwise-voicebots./which-voicebot-templates-do-we-offer.md).

# Which voicebot templates do we offer?

### InteliWISE currently offers two types of voicebots:

* **Template-based:**
  * Appointment Voicebot&#x20;
  * Debt Collection Voicebot&#x20;
  * Voicebot for surveys&#x20;
  * Voicebot for outbound campaigns
* &#x20;**Created “as you wish”:**

  * Fully Customizable Voicebot

![](/files/-M_uF3n7MZw-5At1LFm1)

### InteliWISE has prepared two ready-to-use templates.&#x20;

We have created simple voicebots that can set up a meeting with your client or help with debt collection. They cover most of functionality needed by an average company. If you are happy with our templates, you may implement them right away. It is also possible to adapt them to your needs.

**The Appointment Voicebot** is designed to help your customers to schedule, cancel or confirm a time to meet with your clients. This is a fantastic option for doctors, dentists, hairdressers, manicurists, beauticians, and any other business where clients make appointments before showing up at your office or salon.

**The Debt Collection Voicebot** helps debt collection companies, banks, and other financial institutions to keep a check on borrowers. It has also been observed that debtors prefer to talk to voicebots rather than humans. They often feel uncomfortable talking openly with other people about their financial situation, so the opportunity to deal with a machine is tempting.

![](https://lh5.googleusercontent.com/5Z6IEa0fZ5Lajcl_GAhXKh9OSPFEqbkfaA4lNqb-6EWky83QViDq4wNCe9Al3U8HYiTn0MJhGAD8B7JtJIH7y6NYbFwZdEzp1CkdcJ7r7WmxQFIzJp5X6nWPQojZLhU3RzHo_GgJ)

### The InteliWISE solution is highly customizable.&#x20;

Thus, in case you need a voicebot for an extremely specific case, it is possible to create any solution required by your business needs from the available components.


---

# 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/let-us-introduce-you-inteliwise-voicebots./which-voicebot-templates-do-we-offer.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.
