# GHL Conversation Window

### Overview

* Demonstrates how to send voice notes on WhatsApp from the GHL conversation interface.
* Requires switching to agency view and updating company settings with provided JavaScript.
* Once updated, users can send voice notes on WhatsApp by clicking on the microphone icon in the conversation tab.

### Steps For Sending Voice Notes from GHL Interface

To send voice notes from the GHL interface, follow these steps:

1. Switch to your agency view and navigate to **Settings** - *Company*.
2. Copy and paste the provided JavaScript code under the section "**Custom Javascript**", then click on "Update Company."
3. Go to any sub-account registered with WAGHL and navigate to the conversation tab
4. Look for the microphone icon, click on it, and record a message.
5. Preview the message, discard it if needed, or send it by clicking the send button.

By following these steps, you can easily send voice notes on the WhatsApp from the GHL interface.

### Javascript Code

```
<script src="https://scripts.waghl.com/resources/voice-record.js?v=1.1"></script>
```

### Cautionary Notes

* Ensure you are in the correct view (agency view) before proceeding.
* Double-check the JavaScript code for accuracy before updating the company settings.
* Please don't modify the JavaScript, use it as it is, otherwise it will not work.
* Make sure your sub-account is registered with WAGHL to send the voice notes.

### Tips for Efficiency

* Practice sending voice notes to become more proficient in using this feature.


---

# Agent Instructions: 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:

```
GET https://help.waghl.com/features/sending-voice-notes/ghl-conversation-window.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
