# Basic Scheduling

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

![](/files/LKrlDpD7o5h5uwHQij7A)

## Creating a Task

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

![](/files/2rLnZcV844n0Zv6v2Xbl)

### 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

![](/files/OekWiAVqp7GQJUj0jFSe)

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

![](/files/VFqXWUnzF4Lzs4F8Vzhx)

* 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.


---

# 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.tailent.com/getting-started/tap-assistant/basic-scheduling.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.
