> For the complete documentation index, see [llms.txt](https://docs.automatos.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.automatos.app/user-guides/chat/voice.md).

# Voice Chat

Talk to your agents using voice — speak your message and hear the response read back.

## How to use voice chat

1. Open **Chat** from the sidebar
2. Click the **microphone icon** in the input bar
3. Speak your message
4. Your speech is transcribed and sent to the agent
5. The agent's response plays back as audio

You can also read the text response in the chat thread — voice doesn't replace the text interface, it adds to it.

## Voice profiles

Manage how your agents sound when they respond.

Go to **Settings → Voice Profiles** to:

* Browse available voices
* Preview voice samples
* Set a default voice for your workspace
* Create custom cloned voices (upload a voice sample)

## Audio playback

Voice responses generate a playback link. Click the play button next to the agent's response to hear it again. Audio is delivered via secure, temporary URLs.

## Tips

* Voice chat works best for quick questions and status checks
* For detailed code review or long-form tasks, text chat is usually more efficient
* Voice transcription supports multiple languages
* You can switch between voice and text at any time in the same conversation

{% hint style="info" %}
Voice chat requires the voice service to be running. Check **Settings → General** for voice service status.
{% endhint %}

## Related

* [Chat](/user-guides/chat.md) — main chat interface guide
* [Routing & Auto Mode](/user-guides/chat/routing.md) — how messages are routed to agents
* [Settings → Models](/user-guides/settings/models.md) — configure the LLM behind your agents


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.automatos.app/user-guides/chat/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.
