# Schedule

<details>

<summary>Redirecting FAQs</summary>

1. [How do I schedule my reports?](/kb/scheduler.md)
2. [What are my **Output options** to schedule the reports?](/kb/scheduler/output-options.md)
3. [How do I set up **FTP** for scheduling?](/kb/scheduler/output-options/ftp.md)
4. [How do I integrate my **Google Drive** for scheduling?](/kb/scheduler/output-options/google-drive.md)
5. [How do I schedule my reports on an **hourly** basis?](/kb/scheduler/hourly-schedule.md)
6. [How do I schedule my reports on a **daily** basis?](/kb/scheduler/daily-schedule.md)
7. [How do I schedule my reports on a **weekly** basis?](/kb/scheduler/weekly-schedule.md)
8. [How do I schedule my reports on a **monthly** basis?](/kb/scheduler/weekly-schedule-1.md)
9. [How to create an **Advanced Hourly** schedule?](/kb/scheduler/hourly-schedule.md#advanced-scheduling-options)
10. [How to create an **Advanced Daily** schedule?](/kb/scheduler/daily-schedule.md#advanced-scheduling-options)
11. [How to create an **Advanced Weekly** schedule?](/kb/scheduler/weekly-schedule.md#advanced-scheduling-options)
12. [How to create an **Advanced Monthly** schedule?](/kb/scheduler/weekly-schedule-1.md#advanced-scheduling-options)

</details>

1. Why have I **not received my scheduled reports**?

* It could be due to multiple reasons :
  * There will be a delay in the month-end since most of the customers have more schedules at the month-end.
  * If the data is more, It will take more time to generate.
  * The email would've been in the spam folder.
  * The email provided may be invalid or the schedule setup is incomplete.
  * User FTP server could've blacklisted Data Export.

2. Can I **schedule the reports into a pre-existing Google Sheet**?

* When you create a Google Sheet schedule, it will create a new Sheet in the Google Drive folder that you've selected by default. All the data will be exported into the newly created sheet.
* **Yes. It is possible** to schedule the report into a pre-existing Google Sheet. Kindly [**contact us**](https://dataexport.io/contact/) and we'll set it up for you.

{% hint style="info" %}
:person\_raising\_hand:Have another question not answered in our FAQ?  [Let us know here](https://dataexport.io/contact).&#x20;
{% 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.dataexport.io/faq/schedule.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.
