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

# Schedules

> Configure schedules to run your Fleet agents on a recurring basis.

Schedules run your agent on a recurring time-based schedule. Use schedules when your agent needs to do work proactively, not just in response to a message or event.

Common use cases include:

* **Daily briefings**: Summarize emails, calendar events, or Slack activity each morning.
* **Memory synthesis**: Periodically review and consolidate the agent's memory files to keep context clean and relevant.
* **Proactive outreach**: Draft weekly status updates, follow-up reminders, or recurring reports.
* **Data monitoring**: Check dashboards, metrics, or feeds on a set cadence and surface anything noteworthy.

<Tip>
  To start an agent based on an event (such as a Slack message or email), use [channels](/langsmith/fleet/channels) instead.
</Tip>

## Add a schedule

To add a schedule:

1. In the **Schedules** section, click **+ Add**.

2. Select when the schedule should run.

   <Note>
     Schedules are in UTC. Convert your desired execution time to UTC when configuring the schedule.
   </Note>

3. (Optional) Add a **Prompt**. With a custom prompt, you can tell the agent what to do on each scheduled run. For example:

   * "Summarize my unread emails from the last 24 hours and post a digest to #team-updates in Slack."
   * "Review your memory files and consolidate any redundant or outdated entries."

4. Click **Create schedule**.

5. Click **Save changes**.

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/langsmith/fleet/schedules.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
