> For the complete documentation index, see [llms.txt](https://help.tellius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tellius.com/settings/vizpad/export-and-scheduling.md).

# Export & Scheduling

Under **Settings → Modules → Vizpad → Export & Scheduling**, admins can configure an automatic backup schedule for Vizpad data. Once set, Tellius runs backups on the interval you define without anyone having to trigger them.

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2FL1dSwvxg1KeMdWg4QlQl%2Fimage.png?alt=media&amp;token=727ed920-1ad5-491e-9726-450504821430" alt=""><figcaption></figcaption></figure>

**Backup Start Date:** The date the schedule begins. Click the field to open a date picker.

**Backup Start Time:** The time of day the first backup runs. Click the field to open a time picker.

**Backup Frequency:** How many units pass between backups. Range 1-999.

**Frequency Unit:** The unit that number counts in. Choose from seven options: **Minute**, **Hour**, **Day**, **Week**, **Month**, **Quarter**, **Year**.

Frequency and unit combine, so a frequency of 2 with a unit of Week means a backup every two weeks. Backups produced by this schedule are browsed and retrieved on the **Backup & Restore** page.

Click **Save** to apply the schedule, or **Cancel** to discard your changes.


---

# 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://help.tellius.com/settings/vizpad/export-and-scheduling.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.
