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

# Scheduled Tasks

> Let Agents run recurring work on a schedule.

<div className="code-docs">
  Scheduled tasks are useful for daily reports, weekly summaries, recurring checks, information collection, and other repeated work.

  <img src="https://mintcdn.com/agent-en/yEQNl2mVInzXN9Xt/images/code/schedules.png?fit=max&auto=format&n=yEQNl2mVInzXN9Xt&q=85&s=34291b0fe15e13a0c053b195bd2b0217" alt="Scheduled task list" className="code-screenshot" width="2798" height="1696" data-path="images/code/schedules.png" />

  ## Create a Schedule

  <Steps>
    <Step title="Open Scheduled Tasks">
      Use the Scheduled Tasks entry in the sidebar.
    </Step>

    <Step title="Fill in task details">
      Set the name, instruction, Agent, timing, and conversation mode.
    </Step>

    <Step title="Save and enable">
      The task runs on schedule. You can also trigger it immediately.
    </Step>
  </Steps>

  <Warning>
    Scheduled tasks depend on the desktop runtime. If the computer is asleep or the app is not running, tasks may not run on time.
  </Warning>
</div>
