Automate your research by setting up recurring tasks that run on a cron-based schedule with timezone support.Documentation Index
Fetch the complete documentation index at: https://docs.dialog.tools/llms.txt
Use this file to discover all available pages before exploring further.
How scheduling works
When you create a schedule, Dialog registers your research prompt with the scheduling engine and begins executing it at the intervals you define. Each execution runs in the same persistent workspace environment as your chat sessions, so scheduled tasks have access to all your workspace files. Here’s the flow:- You create a schedule with a prompt, cron expression, and delivery preferences
- The scheduling engine triggers your task at the specified times
- Dialog runs your research prompt just like an interactive chat session
- Results are delivered to your chosen channels — web inbox, Telegram, or both
Schedule configuration
When creating a schedule, you’ll provide:- Name — a label to identify this schedule in your dashboard
- Cron expression — defines when the task runs (e.g.,
0 9 * * 1-5for weekday mornings at 9 AM) - Timezone — defaults to UTC, but you can set it to your local timezone
- Prompt — the research question or instructions, up to 2,000 characters
- Delivery channels — where results go, defaults to web inbox
| Constraint | Limit |
|---|---|
| Active schedules per user | 5 |
| Minimum interval between runs | 60 minutes |
| Maximum prompt length | 2,000 characters |
Task status lifecycle
Every scheduled task has a status that tells you where it stands.| Status | Meaning |
|---|---|
| Active | Running on schedule. Your task will execute at the next scheduled time. |
| Paused | Manually paused by you. Resume anytime — the next run is recomputed when you do. |
| Failed | Auto-paused after 3 consecutive failures. Requires manual intervention to resume. |
Delivery
Scheduled task results are delivered through your configured channels. You can choose:- Web inbox only — results appear in the app, ready when you are
- Telegram only — results pushed directly to your Telegram chat
- Both — the same results delivered to web inbox and Telegram simultaneously

