> 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/what-perisclaw-can-do.md).

# What Perisclaw can do

- [Track commitments & tasks](https://docs.perisclaw.com/what-perisclaw-can-do/track-commitments-and-tasks.md): Perisclaw notices the promises you make and receive, and keeps you on top of what's owed.
- [Organize your WhatsApp](https://docs.perisclaw.com/what-perisclaw-can-do/organize-your-whatsapp.md): Tidy your chats with labels, summaries, muting, pinning, and archiving — just by asking.
- [Schedule reminders & messages](https://docs.perisclaw.com/what-perisclaw-can-do/schedule-reminders-and-messages.md): Set reminders and schedule messages to send later, in plain language.
- [Search across everything](https://docs.perisclaw.com/what-perisclaw-can-do/search-across-everything.md): Find anything across your WhatsApp, email, calendar, and files using plain language.
- [Automated routines](https://docs.perisclaw.com/what-perisclaw-can-do/automated-routines.md): Hand off repetitive tasks that need judgment — Perisclaw runs them on a schedule.
- [Autonomous jobs](https://docs.perisclaw.com/what-perisclaw-can-do/autonomous-jobs.md): Long-running tasks that need ongoing attention — coordinating meetings, chasing replies — handled in the background.
- [Relationship memory](https://docs.perisclaw.com/what-perisclaw-can-do/relationship-memory.md): Perisclaw remembers the people in your life and gives you the context you need right before you see them.
- [Personal memory](https://docs.perisclaw.com/what-perisclaw-can-do/personal-memory.md): Your assistant learns your preferences and communication style and adapts to you over time.


---

# 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/what-perisclaw-can-do.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.
