> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/tools/scheduler/job.md).

# Add Task

{% stepper %}
{% step %}

### Select a Tenant

Use the tenant drop down to select the tenant you wish to run this job against.
{% endstep %}

{% step %}

### Set Task Name

Enter the name of the task
{% endstep %}

{% step %}

### Configure Post Execution Actions

Select how you would like to be notified once the task has completed, if any. You can also optionally add a reference note here that will e added to the notification title.
{% endstep %}

{% step %}

### Scheduled Task vs Triggered Task

Select if this is a scheduled task or a triggered task

#### Scheduled Task Settings

* Select start date
* Select recurrence

#### Triggered Task Settings

* Select trigger type
* Based on trigger type selection there will be additional options to fill in
  {% endstep %}

{% step %}

### Select Command

Select the task command from the available drop down
{% endstep %}

{% step %}

### Enter Parameters

Depending on the chosen command, various parameter fields will appear if they are required for the command.

{% hint style="info" %}
Optionally, you can toggle on `Advanced Parameters (JSON Input)` which will allow you greater control over the structure of the parameters sent with the command.
{% endhint %}
{% endstep %}

{% step %}

### Save

Click `Add Schedule` button.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cipp.app/user-documentation/tools/scheduler/job.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
