> For a complete documentation index, fetch https://docs.voximplant.ai/llms.txt

# Modules

## Values

Provides the [ACD v1](/docs/guides/smartqueue/acdv1) functionality.
We recommend using `SmartQueue` instead of ACD v1.
Add the following line to your scenario code to use the module:

```
require(Modules.ACD);
```

Provides additional methods that use Artificial Intelligence. These methods allow solving business tasks in more productive way.
Add the following line to your scenario code to use the module:

```
require(Modules.AI);
```

Provides the [key-value storage](/docs/guides/voxengine/kvs) functionality.
Add the following line to your scenario code to use the module:

```
require(Modules.ApplicationStorage);
```

Provides the [speech recognition](/docs/guides/speech/stt) functionality.
Add the following line to your scenario code to use the module:

```
require(Modules.ASR);
```

Provides the [Cartesia](/api-reference/voxengine/cartesia)([https://docs.cartesia.ai/get-started/overview](https://docs.cartesia.ai/get-started/overview)) functionality.

Provides the [audio and video conferencing](/docs/guides/conferences) functionality.
Add the following line to your scenario code to use the module:

```
require(Modules.Conference);
```

Provides the [Deepgram](/api-reference/voxengine/deepgram)([https://developers.deepgram.com/home](https://developers.deepgram.com/home)) functionality.

Provides the [ElevenLabs](/api-reference/voxengine/eleven-labs)([https://elevenlabs.io](https://elevenlabs.io)) functionality.

Provides the [Gemini](/api-reference/voxengine/gemini)([https://gemini.google.com](https://gemini.google.com)) functionality.

Provides the [Google](/api-reference/voxengine/google)([https://docs.cloud.google.com/text-to-speech/docs](https://docs.cloud.google.com/text-to-speech/docs)) functionality.

Provides the [Grok](/api-reference/voxengine/grok)([https://docs.x.ai/docs/guides/voice/agent#grok-voice-agent-api](https://docs.x.ai/docs/guides/voice/agent#grok-voice-agent-api)) functionality.

Provides the [Inworld](/api-reference/voxengine/inworld)([https://docs.inworld.ai/docs/introduction](https://docs.inworld.ai/docs/introduction)) functionality.

Provides the [MCP](/api-reference/voxengine/mcp)([https://modelcontextprotocol.io/docs/getting-started/intro](https://modelcontextprotocol.io/docs/getting-started/intro)) functionality.

Provides the OpenAI functionality.

Provides the Pipecat functionality.
Add the following line to your scenario code to use the module:

```
require(Modules.Pipecat);
```

Provides the push notification functionality for `iOS`(/docs/guides/sdk/iospush) and `Android`(/docs/guides/sdk/androidpush) devices.
Add the following line to your scenario code to use the module:

```
require(Modules.PushService);
```

Provides the [call recording](/docs/guides/calls/record) and [conference recording](/docs/guides/conferences/record) functionality.
Add the following line to your scenario code to use the module:

```
require(Modules.Recorder);
```

Provides the Silero functionality.
Add the following line to your scenario code to use the module:

```
require(Modules.Silero);
```

Provides the SmartQueue (ACD v2) functionality for implementing a [contact center](/docs/guides/smartqueue).
Add the following line to your scenario code to use the module:

```
require(Modules.SmartQueue);
```

Provides the `streaming`(/docs/guides/calls/stream) functionality.
Add the following line to your scenario code to use the module:

```
require(Modules.StreamingAgent);
```

Provides the [Ultravox](/api-reference/voxengine/ultravox)([https://docs.ultravox.ai/introduction](https://docs.ultravox.ai/introduction)) functionality.

Provides the [Voximplant HTTP API](https://voximplant.com/docs/references/httpapi) functionality.
Add the following line to your scenario code to use the module:

```
require(Modules.VoximplantAPI);
```

Provides the [Yandex](/api-reference/voxengine/yandex)([https://yandex.cloud/ru/docs/ai-studio/concepts/agents/realtime](https://yandex.cloud/ru/docs/ai-studio/concepts/agents/realtime)) functionality.