# Voice

Dhee.AI agents support assistance over text and voice. Support for text chat is enabled by default. Business entities can enable support for voice agents using the *AgentSettings->Basic->Voice* menu.

![Enable Voice Agents](/files/jjT34AwNl41PhlxZfltJ)

{% hint style="info" %}
The voice-enabled agents would incur an additional cost from the time of deployment as per usage. The setting could be changed later.
{% 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://readme.dhee.ai/platform-reference/agent-settings/basic/voice.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.
