> 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/autonomous-jobs.md).

# Autonomous jobs

Some things you need done on WhatsApp can't be finished in one sitting. They depend on other people and play out over hours or days — and if no one keeps following up, they quietly stall. Coordinating a meeting time across five people, gathering everyone's input in a group, handling messages while you're away: these all need someone managing them from start to finish.

That's what an **autonomous job** is. You hand Perisclaw a goal, and it keeps working toward it across your chats — messaging people, reacting to their replies, chasing anyone who's gone quiet — and reports back as it goes, until the job is done.

## What it can do for you

* **Run a task inside a chat or group.** Invoke Perisclaw with `/claw` in any chat and give it a goal. Ask it to lock a 30-minute slot for five people next week, and it collects everyone's availability, follows up with whoever hasn't replied, proposes new times when one doesn't work, then blocks your [calendar](/skills-and-integrations/calendar.md) and sends the invite.
* **Cover your chats while you're away.** Tell Perisclaw you're out for the day and hand it a set of chats. It replies in them for you, answers what it can, notes what it can't, and gives you a summary when you're back.
* **Work across your apps to finish the job.** A task isn't limited to WhatsApp. Perisclaw can use your [calendar](/skills-and-integrations/calendar.md), email, [sheets](/skills-and-integrations/drive-and-sheets.md), and any [connected app](/skills-and-integrations/connecting-apps.md) the job needs — so it ends with the meeting booked or the email sent, not just half-done.
* **Run several at once.** Jobs run in parallel, across as many chats and people as the task involves.

## You stay in control

Everything runs within the [permissions you set](/security-and-control/permissions-and-access.md). Perisclaw checks in as it works, surfaces progress in your [self-chat](/getting-started/using-perisclaw.md), and you can step in, change course, or stop a job at any time. Anything that commits you — booking time, spending money, a promise to someone else — is confirmed with you first.

## How to start one

Start a job from your [self-chat](/getting-started/using-perisclaw.md), or invoke it in any chat with `/claw`:

{% hint style="info" %}
*"/claw coordinate with everyone here to lock a 30-min slot next week and send the invite"*
{% endhint %}

{% hint style="info" %}
*"/claw collect everyone's lunch order in this group and send me the final list"*
{% endhint %}

{% hint style="info" %}
*"I'm unwell today. Tell all my work chats I'm OOO and ask what they need"*
{% endhint %}

Once a job is running, you can check on it any time — just ask *"how's the meeting coordination going?"* in your self-chat.

{% hint style="success" %}
Autonomous jobs build on a few other features working together. To set tasks to run on a schedule instead, see [Automated routines](/what-perisclaw-can-do/automated-routines.md). To pull in tools beyond WhatsApp and Google, see [Connecting apps](/skills-and-integrations/connecting-apps.md).
{% 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/what-perisclaw-can-do/autonomous-jobs.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.
