# Scheduled Tasks

### Overview

Scheduled Tasks allows you to visualize your application's scheduled tasks, divided into 4 tabs.

#### Cron

Shows scheduled tasks with a cron expression (`@Scheduled(cron = "...")`)

<figure><img src="/files/zOqdkoAVGoFGhWLBavql" alt=""><figcaption></figcaption></figure>

#### Fixed Delay

Shows scheduled tasks with a fixed delay (`@Scheduled(fixedDelay = "5000")`)

<figure><img src="/files/ykHICcgW5WS4pfcQGr6V" alt=""><figcaption></figcaption></figure>

#### Fixed Rate

Shows scheduled tasks with a fixed delay (`@Scheduled(fixedRate = "5000")`)

<figure><img src="/files/mlrx5V4JJSplE4hziY0q" alt=""><figcaption></figcaption></figure>

#### Custom

Shows scheduled tasks with a custom trigger

<figure><img src="/files/32wv4Ge3ZTmVZSQ3kjhQ" alt=""><figcaption></figcaption></figure>

### Required Abilities

* [Scheduled Tasks](/features/abilities.md)


---

# 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.ostara.dev/features/instance-features/insights/scheduled-tasks.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.
