> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/products/dino-ai/copilot/speech-to-text-tool.md).

# Speech-To-Text

The DinoAI prompt bar includes a built-in **Speech-to-Text** tool, accessible via the **sound icon** on the right side of the prompt bar. This allows you to interact with the DinoAI copilot using your voice instead of typing — providing a more natural and efficient way to communicate during development.

<div data-with-frame="true"><figure><img src="/files/74suGaNOlH9BfXfreSr6" alt="" width="563"><figcaption></figcaption></figure></div>

### Using Speech-to-Text

1. Click the **sound icon** on the right side of the DinoAI prompt bar
2. Speak your request clearly — DinoAI will capture and process your voice input
3. Review the transcribed text in the prompt bar and make any necessary edits
4. Submit your request for DinoAI to process

{% hint style="info" %}
You can combine Speech-to-Text with the **@** context picker — attach relevant files or folders before speaking your request for more accurate and targeted responses.
{% endhint %}

### Best Practices

* **Speak clearly** — use a normal speaking pace and clear pronunciation for the best transcription accuracy
* **Be specific** — include relevant details in your request, just as you would when typing a prompt
* **Review before submitting** — always check the transcribed text before sending to ensure it accurately reflects what you said
* **Combine with context** — use the **@** icon to attach relevant files or folders alongside your voice prompt for more precise results


---

# 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.paradime.io/app-help/products/dino-ai/copilot/speech-to-text-tool.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.
