From 971f1cd8972a4fd914cc160b77413ec0dee21c4b Mon Sep 17 00:00:00 2001 From: sabaimran Date: Fri, 14 Jun 2024 15:52:30 +0530 Subject: [PATCH] Add basic page about automations --- documentation/docs/features/automations.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 documentation/docs/features/automations.md diff --git a/documentation/docs/features/automations.md b/documentation/docs/features/automations.md new file mode 100644 index 00000000..814fbc4b --- /dev/null +++ b/documentation/docs/features/automations.md @@ -0,0 +1,9 @@ +# Automations + +[Automations](https://app.khoj.dev/automations) are a powerful feature within Khoj to schedule repeated tasks for information retrieval directly from your account. You can run them at a specific time and interval. This is still an experimental feature, so please report any issues you encounter. + +Khoj will use your local time zone to determine the scheduling localization. You can go back and configure the prompt any time you want from the automations page. You can also delete the automation if you no longer need it. + +:::warn[Note] +Automations will not deliver emails to self-hosted users out of the box. You'll have to have Resend and [Google Auth](/miscellaneous/google-auth) setup to send emails. +:::