> For the complete documentation index, see [llms.txt](https://docs.exploratory.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exploratory.io/product-features/schedule/manage.md).

# Manage Schedules

## Publish Insights

In order to schedule your insight, you need to publish your insight to the server first. See the [document](/product-features/share.md) for more details.

## Manage Schedules

You can click the clock icon to open the scheduling dialog for managing schedules.

If the insight is not capable for scheduling, the clock icon doesn't show up. The popular reasons are the following.

* Data is coming from your local file. The data should be accessible from the network for scheduling.
* Data source type doesn't support scheduling such as "R Script" data source.

![](/files/N2fjGQwImi83oDPBZfIV)

You can change the scheduling frequency from the "Repeat By" dropdown. The following options are available.

* Every Week
* Every Day
* Every Hour
* Every N Minutes (Available only for Business plan users)

![](/files/9h81j9f3pSQoDBXKAS0g)

Once you choose the Repeat By option, you see the scheduling details. Change the setting to your needs.

You can check the "Subscribe Notification Email" checkbox to receive the notification for every scheduling run.

Click the "Save Configuration" button at the bottom once the setting is done.

![](/files/JK6rto5Djaw3QbXmO0iU)

If the insight is either Data, Chart or Analytics, you can also save the refreshed data to the Google Spreadsheet. The following options are available.

* Save it as a new spreadsheet.
* Add a new tab in an existing spreadsheet.
* Override the data in an existing tab in an existing spreadsheet.
* Append the data to an existing tab in an existing spreadsheet.

![](/files/HgCJVL4C68R45GSJ1DDo)

## Run Immediately

If you just want to run it once immediately to refresh the data without setting up a schedule, you can click the "Run Immediately" button.

![](/files/Ub2nncQugHIRxfLfrHJX)

## FAQ / Troubleshooting

Please check out [the scheduling troubleshooting guide](https://exploratory.io/note/exploratory/Trouble-Shooting-Guide-for-Scheduling-Data-Analysis-at-exploratory-io-ujG7iHR4) for the popular problems and solutions.


---

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

```
GET https://docs.exploratory.io/product-features/schedule/manage.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.
