# Scheduling a Workflow

### Scheduling a Workflow

You can automate the execution of a workflow using the **Schedule** button located in the top right corner of the interface.

#### How to Schedule a Workflow:

1. Click on the **Schedule** button.
2. Select a **timezone** to ensure the workflow runs at the correct local time.
3. Choose a **time** for execution.
4. Set a **frequency** (e.g., daily, weekly) to determine how often the workflow runs.

We'll notify you by e-mail when the workflow runs. We'll also reach out to you if there are any issues running your workflow.

{% hint style="info" %}
The dataframe does *not* refresh automatically when the workflow runs. To ensure the workflow uses the most recent data, [schedule your **notebook** ](/present/scheduling-refreshes.md)to run *before* the workflow.
{% endhint %}


---

# 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.airbook.io/activate/scheduling-a-workflow.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.
