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

# memanto schedule enable

> Enable the automatic daily summary and conflict-detection schedule.

# memanto schedule enable

Enable automatic daily summaries at a specific time.

```bash theme={null}
memanto schedule enable
```

**Options:**

* None

**Examples:**

Interactive setup:

```bash theme={null}
memanto schedule enable
```

This prompts:

```
What time should daily summaries run? (HH:MM in 24-hour format, UTC)
Example: 09:00 for 9 AM UTC
Enter time: 08:00
```

If your terminal is non-interactive, Memanto may use the existing configured schedule time instead of prompting. Run `memanto schedule status` to verify the final scheduled time.

**Output:**

```
✓ Daily summaries enabled
  Time:     08:00 UTC
  Next Run: 2025-03-31 08:00:00 UTC
  Agent:    customer-support
```

**What Happens:**
Every day at the specified time:

1. Daily summary is generated
2. Conflict detection runs
3. Results are saved locally
4. Summary is available via CLI/API
