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

# Voice

Sometimes it's faster to talk than to type. Perisclaw understands voice two ways.

## Voice notes in chat

Send a **voice note** to any chat — your self-chat or, with `/claw`, another chat — and Perisclaw listens, understands, and acts on it just like a typed message. Dictate a reminder, ramble through a task, or think out loud; it figures out what you need.

> Record *"remind me to call the dentist tomorrow morning and move my 2pm to Thursday"* and your assistant handles both.

## Live voice conversation

For a hands-free, back-and-forth chat, open **Talk** in your dashboard and speak with your assistant in real time — like a phone call. It listens as you talk and replies out loud, and you can see a running transcript of the conversation.

This is handy when you're on the move or have a lot to work through and don't want to type it all out.

{% hint style="info" %}
Voice is just another way to give the same instructions — everything you can ask by typing, you can ask by speaking.
{% endhint %}


---

# 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.perisclaw.com/skills-and-integrations/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.
