# Elevenlabs

Connect your ElevenLabs Conversational AI agents to KrosAI phone numbers for emerging market coverage.

## Overview

ElevenLabs offers state-of-the-art voice synthesis and conversational AI. With KrosAI, you can route calls from African and Middle Eastern phone numbers to ElevenLabs agents.

## Prerequisites

* KrosAI account with verified KYC
* ElevenLabs account with Conversational AI enabled
* An ElevenLabs agent created
* At least one KrosAI phone number

## Setup Steps

{% stepper %}
{% step %}

### Import Your KrosAI Phone Number to ElevenLabs

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

* Log into your [ElevenLabs Dashboard](https://elevenlabs.io/)
* Switch to ElevenAgents if you are not in agents
* Open Phone number on the Sidebar
* Click of import number and select From SIP Trunk
* Enter the Label for the number
* Enter the number on the phone number field
* On your KrosAI Phone number details page, copy SIP Credentials
* Enter the SIP credentials in the ElevenLabs Outbound Configuration
* Click Import.
  {% endstep %}

{% step %}

### Get Your ElevenLabs Agent ID

* Click on **Agents** the sidebar
* Select your agent
* Copy the **Agent ID** from the configuration panel
  {% endstep %}

{% step %}

### Connect ElevenLabs in KrosAI

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

* Go to **Settings → Integrations** in your KrosAI Dashboard
* Click **Connect** next to ElevenLabs
* Enter your ElevenLabs API Key
* Click **Save & Test**
  {% endstep %}

{% step %}

### Create an ElevenLabs Endpoint

<figure><img src="/files/318SQqiTAW9EgNUO46cO" alt=""><figcaption></figcaption></figure>

* On your KrosAI dashboard go to Endpoints
* Click on Add Endpoint
* Enter a Name
* Select ElevenLabs as your AI agent Provider
* Enter ElevenLabs Assistant ID
* Select the phone number to attach
* Finally click create Endpoint
  {% endstep %}

{% step %}

### Make your first calls

🎉  Congratulations! You’ve successfully connected your local phone number to your AI agent. Call the number to start a conversation with your agent.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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.krosai.com/integration/elevenlabs.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.
