> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Voice Nodes

<Warning>
  * As of Cognigy.AI 4.96.0, AudioCodes Nodes and Generic Voice Nodes are deprecated. Flows with these Nodes continue to work, and you can still edit and clone them as well as export them as a Package. However, you can't create new ones in Cognigy.AI 4.96 or later.
  * The full removal of AudioCodes Nodes is planned for Q2 2026. After the removal, AI Agents using these Nodes will stop working properly. We strongly recommend migrating to [Voice Gateway Nodes](/ai/agents/develop/node-reference/voice/voice-gateway/overview) before the removal date.
</Warning>

Voice Nodes are necessary for developing a voice AI Agent.

<CardGroup cols={3}>
  <Card title="Generic Voice Nodes" href="/ai/agents/develop/node-reference/voice/generic/overview">
    The Generic Voice Nodes create voice Flows that are not specific to one Endpoint. They are compatible with both AudioCodes and Voice Gateway.
  </Card>

  <Card title="Voice Gateway Nodes" href="/ai/agents/develop/node-reference/voice/voice-gateway/overview">
    Voice Gateway Nodes help you build a voice AI Agent using Voice Gateway configuration.
  </Card>

  <Card title="AudioCodes" href="/ai/agents/develop/node-reference/voice/audiocodes/overview">
    AudioCodes Nodes help you build a voice AI Agent using [AudioCodes configuration](https://www.cognigy.com/products/voice-gateway).
  </Card>
</CardGroup>
