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

# Play URL

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/jD73u_IBHRit9B59/_assets/ai/develop/node-reference/generic-voice/play-url.png?fit=max&auto=format&n=jD73u_IBHRit9B59&q=85&s=d0724298dcefcc255d66fc1773d9ea2c" alt="Generic Play URL Node configuration panel" style={{ width: 'auto' }} width="263" height="60" data-path="_assets/ai/develop/node-reference/generic-voice/play-url.png" />

  <figcaption>Generic Play URL Node</figcaption>
</Frame>

## Description

<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>

The Play URL Node lets you stream a sound file into the call.

This Node is useful for playing advertisements, pre-recorded jingles, or other sound files for callers. It supports MP3 and WAV encoded files.

## Parameters

| Parameter               | Type          | Description                                                                                                                                                                                                                                                                                                                                                                             |
| ----------------------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Media URL               | CognigyScript | Accepts URL links to MP3 and WAV tracks. The URL should point to the storage location where you want to host it and doesn't need to include the `.mp3` or `.wav` extension. For example, `https://abc.xyz/music.mp3` or `https://audio.jukehost.co.uk/N5pnlULbup8KabGRE7dsGwHTeIZAwWdr`. Make sure the file is publicly accessible.                                                     |
| Set Activity Parameters | Toggle        | Enables parameters which will be valid for this activity only. The available parameters are: <br /> - [Recognizer (STT)](/ai/agents/develop/node-reference/voice/voice-gateway/parameter-details) <br /> - [Barge In](/ai/agents/develop/node-reference/voice/voice-gateway/parameter-details) <br /> - [DTMF](/ai/agents/develop/node-reference/voice/voice-gateway/parameter-details) |

## More Information

* [AudioCodes Play URL Node](/ai/agents/develop/node-reference/voice/audiocodes/play-url)
* [Voice Gateway Play Node](/ai/agents/develop/node-reference/voice/voice-gateway/play)
* [Parameter Details](/ai/agents/develop/node-reference/voice/voice-gateway/parameter-details)
