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

# Vocal Chat

> Chat with AI using your voice for hands-free interaction

export const PRICING_URL = "https://cattus.ai/";

export const APP_URL = "https://platform.cattus.ai/";

## Overview

Cattus's Vocal Chat feature allows you to interact with AI using natural speech. Speak your queries and hear responses, making the experience more intuitive and accessible.

<Card title="Try Vocal Chat Now" icon="microphone" href={APP_URL} horizontal>
  Start speaking to AI. No typing required. Try it for free.
</Card>

## How It Works

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/cattus/1xkWawoNcmzzqUu3/videos/vocal-chat.mp4?fit=max&auto=format&n=1xkWawoNcmzzqUu3&q=85&s=3d8e101472ac379df560e2df18633f40" alt="Using vocal chat to interact with AI using voice" data-path="videos/vocal-chat.mp4" />

<Steps>
  <Step title="Click the Microphone">
    Find and tap the microphone icon in the chat interface to start voice input.
  </Step>

  <Step title="Speak Your Message">
    Clearly state your question or request. The system will automatically detect when you've finished speaking.
  </Step>

  <Step title="Wait for Processing">
    Cattus will process your voice input and generate a response. This typically takes just a few seconds.
  </Step>

  <Step title="Read or Listen to Response">
    Read the response in the chat, you can also listen to the response by clicking on the speaker icon.
  </Step>
</Steps>

### Language Support

Vocal Chat supports **every language**. You can speak in any language you prefer, whether it's English, French, Spanish, Mandarin, Arabic, or any other language.

The only requirement is to **speak clearly and distinctly** so the system can accurately understand your input.

## Supported Providers

All models support file upload.

## Best Practices

<CardGroup cols={2}>
  <Card title="Clear Speech" icon="volume-up">
    Speak clearly and at a moderate pace for best voice recognition results.
  </Card>

  <Card title="Quiet Environment" icon="volume-off">
    Use voice chat in a quiet environment to minimize background noise interference.
  </Card>
</CardGroup>

## Use Cases

<Accordion title="Personal Assistant">
  Hands-free, spontaneity
</Accordion>

<Accordion title="Note-taking">
  Speed + intelligent transcription
</Accordion>

<Accordion title="Language / Training">
  Natural conversation, lively learning
</Accordion>

## Start Using Vocal Chat

<CardGroup cols={1}>
  <Card title="Try Vocal Chat Now" icon="microphone" href={APP_URL}>
    Launch Cattus and start speaking to AI. No typing required.
  </Card>
</CardGroup>
