An automation is Zo running a prompt on a schedule. Same Zo, same files, same tools, same integrations, just running on its own when you’re not in the conversation. If you can ask Zo to do something in chat, you can ask it to do that thing every morning, every Friday afternoon, or on any cadence you describe. To create one, just ask Zo: “every weekday at 8am, summarize my calendar and email it to me.” Zo reads that as a schedule, writes the prompt, and confirms before saving. You can also open the Automations tab and hitDocumentation Index
Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
Use this file to discover all available pages before exploring further.
+ to set one up by hand.
Good fits for an automation
The best automations have two things in common: they want fresh context every time they run, and they save you from having to remember to ask. Some patterns that work well:| Pattern | What it does |
|---|---|
| Morning briefings | A single message that pulls together your day before you open your laptop: calendar, unread email, overnight Slack, custom news. |
| Inbox-to-action triage | Read incoming messages on a schedule and only ping you for the ones that need attention, with a draft attached. |
| Page watchers | Check a URL on a schedule and only message you when something has changed: a status page, a stock level, a price, a release. |
| Routine reports | Query a data file or service, format the result, and post it where it belongs (file, email, Slack channel). |
| Habit nudges | Text yourself a prompt for the habit you’re building, conditionally so the nudge doesn’t feel robotic. |
| Follow-up drafts | Use your calendar and history to draft messages after meetings or events, before they pile up. |
Morning briefing
Page watcher
Routine report
Schedules
Tell Zo when to run in plain English and it’ll parse the cadence:- “once, tomorrow at 6pm”
- “every weekday at 8am”
- “every hour”
- “the first Monday of every month at 9am”
- “every 15 minutes” (for short polls)
Delivery and notifications
By default, an automation runs quietly and writes its result to chat history. You decide how, and whether, it reaches you:| Delivery | When to use it |
|---|---|
| Email, SMS, Telegram, Discord, or Slack | Active pings you actually want to see. |
| No notification | Jobs that maintain state without bothering you: refresh a data export, save a daily snapshot, index a folder. |
- “Text me only if the deploy failed.”
- “Email me the digest only if there are unread VIP messages.”
- “DM me only when the price drops below $400.”
Reviewing what ran
Every automation run is a real Zo conversation, saved to your chat history. Open the Automations tab, click any task, and you’ll see each past run, the prompt it executed, the tools it used, and the output. If a run misfires, ask Zo to look at it: “open last night’s run of my morning brief and tell me why the calendar section was empty.” Zo can debug the run and fix the schedule or the prompt.What to keep in mind
| Cost | Automations spend AI credits the same way chat does. A 5-minute schedule adds up. Use long intervals where you can, and reach for conditional notifications to avoid generating expensive output you’ll never read. |
| Access | Automations run with the same access as your chats: files, messages, every connected integration. Use a persona with a narrow tool set if you want to scope what an automation can do. |
| Prompt quality | The same prompting practices apply. You won’t be there to course-correct mid-run, so spell out the inputs, the format you want, and the conditions for sending you anything. |