> 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/changelog/releases/2026-06-23-tasks-dashboard.md).

# Tasks, on your dashboard — with live voice

*June 2026*

Until now, your open work lived inside WhatsApp — surfaced in your daily digest, but with nowhere to actually see and clear it. The new **Tasks** page brings all of it onto your dashboard, and lets you blast through it by swipe or by voice.

<figure><img src="/files/kHORTn0jLtnw67OwC8Ag" alt="The Tasks page — your open work as a swipeable deck, with live voice"><figcaption><p>Everything on your plate, in one place.</p></figcaption></figure>

## Everything on your plate, in one place

The Tasks page pulls together what you need to act on and what you're waiting on others for — your to-dos and follow-ups, side by side. Switch between a **swipeable deck** and a **list**, whichever you prefer.

## Clear it with a swipe

Swipe right to mark something **done**, left to **snooze** it for later. Snoozed and recently completed items stay one tap away, so nothing disappears on you.

## Live voice mode

Tap the mic and just talk. Perisclaw walks your tasks with you, hands-free — as you go through them, tell it to snooze something, mark it done, or fire off a follow-up, and it happens live in the conversation. It even keeps you posted while it works ("one sec, sending that now").

## Ask AI on any task

Not in the mood to talk? Type a quick instruction on any task — "send Raj a follow-up," "remind me tomorrow" — and Perisclaw runs it for you and replies back in your WhatsApp.

## Full chat context

Every task shows who it's with — name, photo, and number — and opens straight into that WhatsApp chat when you want to jump in yourself.


---

# 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.perisclaw.com/changelog/releases/2026-06-23-tasks-dashboard.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.
