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

# Weekly Schedule

***For example:*** &#x20;

* **If you select “9:00 AM” and “Monday” and “Tuesday”, you will receive 2 reports.**
  * The Monday report will contain the last 7 days of data from Monday, 9:00:00 AM to Monday, 8:59:59 AM. The report will be delivered every week on Monday, at 9:00 AM.
  * The Tuesday report will contain the last 7 days of data from Tuesday, 9:00:00 AM to Tuesday, 8:59:59 AM. The report will be delivered every week on Tuesday, at 9:00 AM.

### :clipboard: ***Steps to Schedule Weekly Reports***

1. **Open** the report that needs to be scheduled and **select** the schedule button.
2. **Select** the '**Weekly**' option from the drop-down. **Click** on **save and continue**.

<figure><img src="/files/6hxlH6BtgUlx7duvYezm" alt=""><figcaption></figcaption></figure>

3. **Pick** the **Delivery Day** and **time** of the week. **Click** on '**Save and continue**'.
4. **Select** how much data you want to capture for the report

**Data Capture options:**

<mark style="color:orange;">`Last 7 days:`</mark>This option will capture the data for the last 7 days.

<mark style="color:orange;">`N Number of days`</mark><mark style="color:orange;">:</mark> Fetch the data weekly for any number of days from 1 to 31. For example, you can generate a report daily for the last 7 days or 10 days, etc.

<mark style="color:orange;">`Month to date:`</mark> Fetch the data from the first date of the current month to the current date. This action will repeat every week.

<mark style="color:orange;">`Quarter to Date:`</mark> Fetch the data from the first date of the current quarter to the current date. This action will repeat every week.

<mark style="color:orange;">`Year to Date:`</mark> Fetch the data from the first date of the current year to the current date. This action will repeat every week.

5. **Select** the output option. **Add** or **Integrate** an account if required.
6. Finally, **fill** in the required fields and **select** the output file format. **Click** on '**Save and Continue**'.

{% hint style="success" %}
:star2: Good job! You have successfully scheduled your reports.
{% endhint %}


---

# 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://docs.dataexport.io/kb/scheduler/weekly-schedule.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.
