> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/troubleshoot-a-flow/my-media-file-in-my-flow-is-not-playing.md).

# My media file in my flow is not playing

When you add a 'Play a sound file' step in your flow, the URL of the media file to play should be a WAV file (8 kHz, 16 bit).

Just copy and paste the URL in the required file and click on save when ready.&#x20;

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

If your audio file is in a format different than WAV, for example, MP3, WMA, OGG, AAC, FLAC, you can use an *online* [*WAV converter*](https://audio.online-convert.com/convert-to-wav) to turn your file into WAV format. Don't worry about the specificities (8 kHz, 16 bit), once you convert the file it will automatically comply with those.

Do note you will have to store the WAV file on a public domain, otherwise we cannot access the file and play it.

If you are still facing issues with the audio file not being played correctly, please reach out to our Support team via [this page](https://www.messagebird.com/contact) with the following information:

* The issue you are facing
* What flow has been affected
* The relevant timestamp
* The link URL of your audio file
* Any error you may have received

We'll be more than happy to help out!


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/connectivity-platform/troubleshoot-a-flow/my-media-file-in-my-flow-is-not-playing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
