# Voice chat widget

To allow users to talk to agents instead of chatting, you can use the voice chat widget.&#x20;

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

Let's look at how you can enable it:

* Go to Settings&#x20;
* Navigate to Channels > Web > Appearance
* Under "Branding & Visual design", choose the "Widget mode" as "VOICE"

<figure><img src="/files/6QZqBpJJvdjg6ziQWpYW" alt=""><figcaption></figcaption></figure>

You can customize the default messages shown on the voice chat widget during a conversation.

Also, you can choose from a variety of voice options on how you want your voice agent to sound:

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

{% hint style="info" %}
**NOTE**:

* When using VOICE mode, certain action blocks will not execute.
  {% endhint %}


---

# 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.wotnot.io/deploy/voice-chat-widget.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.
