> For the complete documentation index, see [llms.txt](https://dev.ubidots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ubidots.com/plugins/public-plugins/cron.md).

# Cron

## Definition

A public Cron plugin is Ubidots-defined logic that runs periodically at intervals set by the user.

## How to use Cron plugins

Go to Ubidots → Devices → Plugins. Select the Cron plugin you want to create an instance of and configure its parameters, including the execution period.

After you create the plugin, its logic runs at the defined frequency.

The following screenshot shows the creation modal for a Cron plugin. The red rectangle highlights the *run every* setting, which defines how often the logic runs:

<figure><img src="/files/AEkoGwEoQW1lo0M5b0dx" alt="" width="563"><figcaption></figcaption></figure>

## Available public Cron plugins

<table><thead><tr><th width="349" align="center">Name</th><th align="center">Plan availability</th></tr></thead><tbody><tr><td align="center"><a href="https://help.ubidots.com/en/articles/5389848-plugins-backup-your-ubidots-data-with-aws-s3">AWS S3 Backup</a></td><td align="center">Enterprise</td></tr><tr><td align="center"><a href="http://help.ubidots.com/en/articles/8751084-plugins-anomaly-detector">Anomaly Detector</a></td><td align="center">Industrial and above</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/4307735-plugins-connect-openweather-with-ubidots">Open Weather</a></td><td align="center">Professional and above</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/4309512-plugins-connect-exchange-rates-apis-with-ubidots">Daily Exchange Rates</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="http://help.ubidots.com/en/articles/6989040-plugin-connect-ambient-weather-stations-and-sensors-to-ubidots">Ambient Weather</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/4824641-plugins-monitor-your-tts-lorawan-gateways-with-ubidots">The Things Stack (Gateways)</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/4309457-plugins-connect-usgs-waterwatch-with-ubidots">USGS WaterWatch</a></td><td align="center">All plans</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dev.ubidots.com/plugins/public-plugins/cron.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
