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

# Send Audio in GoHighLevel

> Step-by-Step guide on how to send audio in GoHighLevel

## Step-by-Step

<Steps>
  <Step title="Access GoHighLevel">
    Log in to your AGENCY ACCOUNT in GoHighLevel.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/PDks596wp2JHsEq2/en/assets/ghl/audio/1_Login.png?fit=max&auto=format&n=PDks596wp2JHsEq2&q=85&s=a63a27d34c823906b595e758b92207d9" data-path="en/assets/ghl/audio/1_Login.png" />
    </Frame>
  </Step>

  <Step title="Access Settings">
    Click on **Settings** in the sidebar menu.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/PDks596wp2JHsEq2/en/assets/ghl/audio/2_Settings.png?fit=max&auto=format&n=PDks596wp2JHsEq2&q=85&s=eb36c05e97ea5ba5576df7b087016d84" data-path="en/assets/ghl/audio/2_Settings.png" />
    </Frame>
  </Step>

  <Step title="Access Company Settings">
    Navigate to **Company** in the settings.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/PDks596wp2JHsEq2/en/assets/ghl/audio/3_Company.png?fit=max&auto=format&n=PDks596wp2JHsEq2&q=85&s=530a3f65d67a1f5801c14b83474a99ce" data-path="en/assets/ghl/audio/3_Company.png" />
    </Frame>
  </Step>

  <Step title="Access White Label">
    Click on the **White Label** tab to access advanced settings.

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/PDks596wp2JHsEq2/en/assets/ghl/audio/4_WhiteLabel.png?fit=max&auto=format&n=PDks596wp2JHsEq2&q=85&s=604fd8dc4a30ec5ff9a45f8813ae68e2" data-path="en/assets/ghl/audio/4_WhiteLabel.png" />
    </Frame>
  </Step>

  <Step title="Add Custom JavaScript">
    Scroll down to the "Custom JS" section and paste the custom JavaScript code in the field to enable audio sending:

    ```javascript theme={null}
    <script src="https://w1storage.wappfy.com.br/gohighlevel/audio.js"></script>
    ```

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/PDks596wp2JHsEq2/en/assets/ghl/audio/5_CustomJs.png?fit=max&auto=format&n=PDks596wp2JHsEq2&q=85&s=06d3d786b85954f57b8320f834937651" data-path="en/assets/ghl/audio/5_CustomJs.png" />
    </Frame>

    <Info>
      This script adds the audio sending functionality to the GHL conversations interface.
    </Info>
  </Step>

  <Step title="Send Audio in Conversations">
    Now you can send audio directly through the GoHighLevel conversations interface!

    <Frame>
      <img width={true} src="https://mintcdn.com/stgcompany/PDks596wp2JHsEq2/en/assets/ghl/audio/6_Conversations.png?fit=max&auto=format&n=PDks596wp2JHsEq2&q=85&s=bfa6b3020191f50bfff788c7a2218394" data-path="en/assets/ghl/audio/6_Conversations.png" />
    </Frame>

    <Check>
      Done! You can now send audio to your contacts through GoHighLevel integrated with Wappfy.
    </Check>
  </Step>
</Steps>

## Important Tips

<Warning>
  Make sure your Wappfy integration is active and working properly before sending audio.
</Warning>

<Tip>
  Audio will be sent through the instance referenced as the first TAG associated with the GHL Conversation.
</Tip>
