---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/platform-user-interface

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Manage audio files

# Manage audio files {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

You can upload and store .mp3 or .ogg audio
files. Once uploaded, you can reference audio files using HTML.

## Antes de Iniciar

Role required: image_admin

## Por Que e Quando Desempenhar Esta Tarefa

The Database Storage for Audio Files (com.glide.db_audio) feature must be activated
to store audio files. The plugin is activated by default on new instances. For
upgraded instances, you can activate the plugin if you have the admin role. For more
information on activating a plugin, see [Activate a
plugin](https://www.servicenow.com/docs/access?context=t_ActivateAPlugin&version=australia&pubname=australia-platform-administration&ft:locale=en-US).

## Procedimento

1. Navigate to AllSystem UIAudio Files.
2. Click New.
3. Enter a Name for the audio file, including the file extension.
4. Add the Audio file.
5. Save the record.
6. **Opcional:** Complete the following steps to reference audio files using HTML.
   1. Use the `<audio>` HTML tag and set the src attribute to the name of the file as set by the Name field of the Audio record.
   2. Use the controls attribute to display the audio controls.  
      Use the following HTML.

          <audio src="Beep.mp3" title="Beep" control="control"/>

   {#t_UploadAnAudioFile__substeps_eyj_mcf_n1b}

