# Scheduled Jobs

Schedule work for Korey to run automatically and share outwards. Automate your Release Notes, project summaries, and repeat tasks with Scheduled Jobs.

#### How to Schedule a Job

Schedule a job from the **Scheduled Jobs** page or just ask Korey to schedule something for you!

For example, *"Every Monday at 10am EST, look through my team's active workstreams and find incomplete work that hasn't been updated in over 5 days"*

* Each Job runs on a defined schedule and timezone
* Once created, Jobs can be tested at any time using *Run now*&#x20;
* Results are delivered automatically in a new chat, and Korey will send you a notification in Slack when the Job has successfully run with a link to the Chat

#### Managing Jobs

Navigate to **Scheduled Jobs** to view Jobs that your team has created.

* From here you can view Job details or edit/pause/delete it.&#x20;
* Each successful run is linked in (*Job History*), as well as any failure notifications

#### Private Jobs

A private Job can only be seen and edited by you. Just ask Korey to make a job private, or update it from the Scheduled Jobs page.

*Changing a Job from private to public will also make its run history public as well.*

{% hint style="info" %}
Admins can pause, delete, and edit any Jobs that are not set as private
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.korey.ai/using-korey/scheduled-jobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
