# Voice-driven search

Tellius offers a voice-driven search feature, that allows users to verbally pose queries in human language, facilitating a more intuitive and efficient search experience. By leveraging voice-driven search, users can enjoy a more natural and streamlined interaction with Tellius

### **How to use voice-driven search?**

<figure><img src="/files/WtsppPOilCno7CYZzPA3" alt="" width="375"><figcaption><p>Voice-driven search</p></figcaption></figure>

1. Click on the microphone icon in the search bar to activate voice recognition.
2. Articulate your question. Tellius will transcribe your words in real-time.
3. The system can handle pauses, allowing you to think or correct your query. If your query is incomplete, you can continue speaking, and Tellius can auto-correct and integrate the new input into the existing query.
4. Upon completion of your question, Tellius instantly analyzes the data and displays results, typically in a chart or table format, tailored to the nature of your query.

{% hint style="info" %}
For optimal performance, use the latest version of your browser. Temporarily turn off any extensions that might interfere with the voice recognition feature.
{% endhint %}

<br>


---

# 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.tellius.com/tellius-6.3/search/voice-driven-search.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.
