> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useklaws.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tasks

> Schedule your agent to do things automatically.

Tasks are recurring jobs your agent runs on a schedule — even when you're not online.

## How it works

Each task has a **name**, a **schedule**, and **instructions** telling your agent what to do.

**Example tasks:**

* "Every morning at 9am, summarize the top tech news"
* "Every 30 minutes, check Bitcoin price and alert me if it drops below \$60k"
* "Every Friday at 5pm, write me a weekly summary"

## Managing tasks

* **Pause/resume** — toggle a task on or off without deleting it
* **Edit** — change the schedule or instructions anytime
* **Delete** — remove a task permanently

<Note>
  Task results appear in the [Activity](/dashboard/activity) tab, so you can always check what your agent did.
</Note>

For a step-by-step guide, see [Schedule a task](/guides/scheduling-tasks).
