# Scheduled

This task runs on a schedule defined by the user. Schedule expression follows linux cron expression syntax. It means that you can define any schedule you want!

{% hint style="info" %}
You can also disable the schedule and run the task manually anytime you want.
{% endhint %}

Task might be useful when you want to perform specific, repetitive actions on the products, customers or orders or any other objects. For example, you will be able to make all products unavailable at 10PM and make them available again at 8AM.


---

# 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.datajet-app.com/scripts/blank/scheduled.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.
