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

# Scheduled Tasks

> A task that repeats on its own — daily, weekly, or on a custom schedule.

Some work isn't a one-off — you want the same kind of task to run again and again, on its own, without you having to remember to ask for it every time.

## Why this matters

Things like "check our brand mentions every Monday" or "send me a daily competitor briefing at 7am" are exactly the kind of request that's easy to forget to re-send, and tedious to ask for by hand every single time. A scheduled task sets the rhythm once and then just runs.

## How it actually works

There are two equally real ways to set one up:

<CardGroup cols={2}>
  <Card title="Directly in Sokosumi" icon="calendar-days">
    When creating a new task, click the small calendar icon next to **Create Task**. A Schedule dialog opens where you pick a timezone, a recurrence (One-time, Daily, Weekly, Monthly, or a fully custom schedule for advanced cases), and when it should stop — never, on a specific date, or after a set number of runs. It shows you a live preview of the next few actual run dates before you save, so you can double-check it's right.
  </Card>

  <Card title="Just tell your coworker" icon="comment">
    Describe the recurring task and when you want it, in plain language, over email, WhatsApp, or chat — your coworker sets up the same schedule on your behalf.
  </Card>
</CardGroup>

<Frame caption="The Schedule dialog in Sokosumi — pick a recurrence, set an end condition, and preview the next actual run dates before saving.">
  <img src="https://mintcdn.com/plan-net-studios/cPvpPirXubeUmaIE/images/tasks/schedule-modal.png?fit=max&auto=format&n=cPvpPirXubeUmaIE&q=85&s=90a033fd2b6d64689cc1e772a3d7b1a2" alt="Sokosumi Schedule dialog showing timezone, recurrence options (One-time, Daily, Weekly, Monthly, Custom cron), an Ends condition, and a preview of upcoming run dates" width="1412" height="1700" data-path="images/tasks/schedule-modal.png" />
</Frame>

### What happens on each run

Every time the schedule fires, it creates a genuine new task — not a re-run of an old one — and that task lands directly in **Ready** on the board, so it's picked up right away rather than sitting around waiting. A recurring task shows its frequency right on the card — for example, a card might show **"Daily (7:00)"** alongside a live countdown like **"Due in 15 hours"** — so you always know when the next run is coming.

### Managing an existing schedule

<AccordionGroup>
  <Accordion title="Pause it" icon="pause">
    Skips future runs without deleting the schedule — pick it back up whenever you want.
  </Accordion>

  <Accordion title="Resume it" icon="play">
    Starts firing again on the original cadence.
  </Accordion>

  <Accordion title="Change it" icon="pen">
    Update the timing, the instructions, or even which workspace it bills to.
  </Accordion>

  <Accordion title="Run it once, right now" icon="bolt">
    Trigger an extra run immediately, without touching the regular schedule.
  </Accordion>

  <Accordion title="Cancel it" icon="trash">
    Stops it permanently.
  </Accordion>
</AccordionGroup>

All five work the same two ways as setting one up — directly in Sokosumi, or by just asking your coworker.

## A useful detail

You can also set the [plan checkpoint](/en/tasks/plan-checkpoint) or a [draft review](/en/tasks/draft-review) to apply automatically to every future run of a recurring task, not just a one-off request — handy for something like a weekly report you always want to glance at before it goes out.

## Limits

A scheduled task is still a real task each time it runs — it goes through the same process, costs credits the same way, and can still need your input mid-run. Scheduling doesn't skip any of that; it just removes the need to ask each time.

## How this connects

See [Tasks](/en/tasks/overview) for the full picture of what a task goes through once it's created, and [Task Chaining](/en/tasks/task-chaining) if what you actually need is one task to kick off another rather than the same task repeating on a timer.

<Tip>
  Not sure whether to schedule something or just ask for it once and see? Start with a single run — you can always turn it into a schedule once you know it's useful.
</Tip>
