# Schedule

With Easy2Patch, you can schedule and automate processes such as updates and distribution of applications to relevant systems and catalog updates. The Schedule screen consists of 2 parts.

## Schedule

In this area, you can automatically perform update / application distribution and catalog download operations at any time you want.

### Enable/Disable

Scheduling operations can be turned off or on with the Enable / Disable button. When Schedule is disabled, automatic catalog download and update/application distribution processes are not carried out automatically. All these operations must be carried out manually.

### Daily

Works at the specified time every day,

### Weekly

Schedule can be made for a specific day and time of the week,

### Monthly

The day and time of the month it will work can be determined. For example, let it work at 02:00 AM on the 3rd of every month.

### Custom

Operates on a monthly basis. It may refer to a specific day and time of the month. For example: Let it work on the 2nd Tuesday of every month at 03:00 AM.

## Side Menu

### Service Status

You can see the status of the service here.

### Stop/Start Service

It is used to stop or start the Hangfire service.

### Restart Service

It is used to restart the Hangfire service.

### Download Catalog

It is used to download the catalog manually.

### Clear Catalog Cache

If there is no change in the catalog version, manual catalog download will not be performed. In this case, the local catalog is deleted and the catalog is downloaded again with **Clear Catalog Cache** button.

<figure><img src="/files/40VGDgjmQzaiw4dED6aI" alt=""><figcaption></figcaption></figure>


---

# 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.easy2patch.com/managing-easy2patch/easy2patch-4.0/schedule.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.
