> For the complete documentation index, see [llms.txt](https://docs.voipnumber.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voipnumber.net/features/ai-agent.md).

# AI Agent

## Overview

The unique benefit of the AI Agent is their ability to allow businesses to be available 24 hours a day, without the need for human operators. This means businesses **never** miss a customer, lead, and opportunities as the AI Agent is always ready to serve.

AI Agent can handle calls 24 hours a day. Just provide them with instructions and let them do the work for you.

{% embed url="<https://youtu.be/VoBRUa_R4JM?rel=0>" %}

## No awkward pauses

It is our commitment to build reliable and swift AI Voice.

* no awkward pauses or latency above 500 ms
* and absolutely no space for surprises (unless that's what you enable by design).&#x20;

That's why we only use [Async streaming STT and TTS](/features/async-streaming-stt-and-tts.md)  and why we integrate only the best speech streaming and recognition technology into a VoIP stack, and directly on a media switch.

This is very different from many vendors, who build on top of other (and not async) available solutions. If it is not async, a delay before you hear agent speaking is increased, often in range of 1.5 - 3 seconds, and this delay is not predictable and not capped: the more text to speak agent has the longer it takes to produce that speech (while you hear silence).

You can listen on this page to a few samples of agents running on Microsoft (async STT) / Microsoft (async TTS):

* Polish 🇵🇱
* French 🇫🇷
* English 🇬🇧

## Multilingual

Your agent can operate in any language and it can even run parts of the process in different languages. For instance you can configure agent to accept speech in one language and output speech (voice of the agent) in another one.  [AI Agent](/components/ai-agent.md#ai-inference) may be running in yet another language.

## Choice of LLM models

Whether it's Llama, Gemma or DeepSeek we got you covered. Stick to battle tested Llama 3 or Gemini or select Llama 4 scout (or Llama 4 maverick) for best performance.

## Voices

Select from 1k+ voices across 160+ languages.

<figure><img src="/files/N3eyKtP4KQsXchPb2oY1" alt=""><figcaption></figcaption></figure>

Setup an [AI Agent with Groq LLM](/how-to/ai-agent-with-groq-llm.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:

```
GET https://docs.voipnumber.net/features/ai-agent.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.
