Audio Player
To add an audio player to lessons, first go to Programs and open the lesson that you want to add the audio to (or create a new lesson).
Once open, click on the ellipsis menu (three vertical dots) on the right side of the lesson editor toolbar and select the code <> icon. This will change the lesson editor from WYSIWYG (normal) mode to code mode.
![](https://downloads.intercomcdn.com/i/o/820499333/bd03063b57ce68d98c4f3d29/Artboard+1ccha1.jpg)
Paste in the audio player code, changing the audio file url to your own link.
<audio controls>
<source src="https://thisismyfile.com/coaching.mp3" type="audio/mpeg">
</audio>
Once added, click the code <> icon again to change the editor back to WYSIWYG (normal) mode and save the lesson.
![](https://downloads.intercomcdn.com/i/o/820510573/3c517d267a88c11bd55d04f4/Screenshot+2023-09-01+094943.jpg)
Audio File URL
If you need to somewhere to store your audio files online, you can do that within Coach Catalyst. Go to Resources and create a folder for your files. Open the folder and either drag the audio file into the top box or click on the green Add Video or Link button.
![](https://downloads.intercomcdn.com/i/o/820505437/9a2fc3654abf510b1ab4c924/Screenshot+2023-09-01+094232.jpg)
Once the file has been uploaded, you can click on the ellipsis menu (three vertical dots) and rename the file if necessary.
Next, right-click on the preview (eye) icon next to the file and choose Copy Link Address. You can then use this link in the steps above.
![](https://downloads.intercomcdn.com/i/o/820509370/0ab91d7e0c7d7ad729303634/Artboard+1ccha2.jpg)