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

# Voice Assistant

The **Voice Assistant** is an industry-first, real-time interactive tax consultant. It allows you to complete your tax return through natural conversation, making the filing process as simple as talking to a professional advisor.

### Real-time "Voice-to-Voice" Interaction

Unlike traditional voice-command systems that require "push-to-talk" or have significant delays, our Voice Assistant uses cutting-edge streaming technology to provide a fluid, low-latency conversation.

* **Natural Flow**: You can speak naturally, interrupt the assistant, and ask follow-up questions just like a human conversation.
* **Contextual Awareness**: The assistant understands the context of your previous statements and the current state of your tax return.
* **Hands-Free Filing**: You can provide details about your income, assets, and expenses entirely by voice.

### Capabilities

#### 1. Interactive Interview

The assistant can guide you through the entire tax filing journey. It asks relevant questions based on your profile (e.g., "Did you sell any property this year?" or "Do you have any foreign income?") and records your answers directly into the system.

#### 2. Instant Tax Advisory

You can ask complex tax questions at any time:

* *"What is the tax rate for a dividend from a private company?"*
* *"Can I claim a tax credit for my life insurance premium?"*
* *"Explain the 7E tax on my farmhouse."*

#### 3. Data Entry & Correction

Tell the assistant to update specific fields:

* *"Add a utility bill expense of 50,000 rupees."*
* *"I forgot to mention a bank account with a balance of 200,000."*
* *"Change my vehicle registration value to 1.5 million."*

### Getting Started

1. **Enable Microphone**: Click the microphone icon on the dashboard or within the chat interface. You will need to grant your browser permission to access your microphone.
2. **Start Speaking**: Once the "Live" indicator appears, you can start talking. There is no need to wait for a prompt.
3. **Review Updates**: As you speak, you will see your tax return data updating in real-time on the screen.
4. **End Session**: Click the "Disconnect" or "Stop" button to end the voice session. Your data is saved automatically.

### Privacy and Safety

The Voice Assistant is designed with privacy as a priority:

* **Streaming Only**: Your voice audio is processed in real-time to generate text and intent. We do not store raw audio recordings of your conversations.
* **Secure Processing**: All voice data is encrypted during transit and processed within our secure, proprietary environment.
* **Verification**: The assistant will always repeat critical financial figures back to you for confirmation before updating your permanent record.

> \[!IMPORTANT] The Voice Assistant is an AI-powered advisory tool. While it is trained on the latest tax codes, always review the final summary on the "Review" page before submitting your return to the FBR.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.taxaible.co/features/voice-assistant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
