> 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/components/ai-agent.md).

# AI Agent

{% hint style="info" %}
With AI Agent your customers are never alone and you do not need to put calls in the waiting queue. Your new digital employee can serve them day and night, seamlessly. Boost customer experience and never miss a call, lead and opportunity
{% endhint %}

Setup your AI Agents at [app.voipnumber.net/aiagents](https://app.voipnumber.net/aiagents)

## Setup

AI Agent has 3 configurable sections

| `SPEECH TO TEXT` | Defines how to process incoming speech     |
| :--------------: | ------------------------------------------ |
|  `AI INFERENCE`  | Instructions for the agent                 |
| `TEXT TO SPEECH` | Settings for output speech (agent's voice) |

### SPEECH TO TEXT

Name your agent

Select engine for speech recognition and input language

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

### AI INFERENCE

Select AI Inference engine, language and LLM model. Enable `Greeting` switch if agents should start conversation proactively and provide agent with instructions.

`Instructions` is where you take control over your agent and configure it with exact instructions for what to do

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

### TEXT TO SPEECH

Select engine for text conversion, output language and voice

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

✅ All done. You have now created AI Agent&#x20;

See [AI Agent with Groq LLM](/how-to/ai-agent-with-groq-llm.md) for how to enable it for calling from SIP and public telephony

<figure><img src="/files/ZmOKVvZ6S0SoinwQaZWD" alt=""><figcaption><p>AI Agent is your digital employee that never sleeps</p></figcaption></figure>

&#x20;&#x20;


---

# 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/components/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.
