> For the complete documentation index, see [llms.txt](https://docs.tailent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tailent.com/getting-started/tap-assistant/basic-scheduling.md).

# Basic Scheduling

You can set up basic scheduling for your robots on individual machines using the Windows integrated Task Scheduler.

![](https://649489153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSSr3DfBuOYIkk2T9ec%2Fuploads%2Fqp4KUPtRiq0meCfbQK93%2Fimage.png?alt=media\&token=20c14661-9eab-4e3b-9510-ac3a2f43ec14)

## Creating a Task

In the Task Scheduler, in the right panel click Create Task.

![](https://649489153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSSr3DfBuOYIkk2T9ec%2Fuploads%2F89gqcG4wlMELTFT6Bkzq%2Fimage.png?alt=media\&token=01f438ed-0e0b-438f-a035-630c6e09c4d4)

### General Panel

Make sure to have:

* Name: The name of the task;
* Run only when the user is logged in;
* Run with the highest privileges;
* Configured for: the machine's operating system, for this example it would be Windows 10;

### Triggers panel

![](https://649489153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSSr3DfBuOYIkk2T9ec%2Fuploads%2F1zLPtBFtTZ37ABdYpDaX%2Fimage.png?alt=media\&token=f925efc4-ff53-4c23-bd48-7fda523ebb4d)

In the triggers panel you can set-up the frequency with which the robot starts based on the displayed rules.

* It can be triggered: only one time, daily, weekly or monthly;
* It can recur every N number of days;
* Advanced settings: Repeating the trigger every hour, stopping the robot if it lasts longer than N hours.

### Action Panel

![](https://649489153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSSr3DfBuOYIkk2T9ec%2Fuploads%2FvD1gpN85X8gLpIZtoLBA%2Fimage.png?alt=media\&token=29a43921-bbf5-49dc-9be7-a98f3e6a5803)

* Program/Script: The path to where TAP Assistant is located. Press **Browse** for an easier way to navigate.
* Add arguments: The path to the .tap file that contains the robot due to be scheduled.
* Start in: This field cand be left empty.

> \*Note: the paths should be written between double quotes. E.g: "C:\path\example.tap"

{% embed url="<https://youtu.be/MFQSfdMm_Uc>" %}

## Potential Usecases:

Scheduling a robot to automatically run every Monday to process bank statements.

Scheduling a robot to run every hour and check email imboxes for new invoices in order to process them if any are found.

Scheduling a robot to send updates to the clients with updates every day/week.
