# Automatic Updates

## How Automatic updates work

Automatic updates work for all source types. However, to utilize automatic updates, your file (CSV, JSON, DOCX or other) must be hosted externally and accessible via a persistent link that can be re-scrape. A manual upload to ebbot provides a static copy that won't change, so auto-update for a manually uploaded file will just retrieve the same content from the file as it had when it was last uploaded to Ebbot.

## How to set up Automatic updates

To set up a schedule for automatically updating sources in a data set, follow these steps:

* Navigate to the data set.
* Select the Automatic updates tab.
* Click on Create new automatic update.

<figure><img src="https://2117387010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3rWESGvwA3vHJ3zNiAG1%2Fuploads%2F6QeDYiL1qHXD8BduCeQK%2Fimage.png?alt=media&#x26;token=4d4a514a-acc1-4d20-9456-a9a200d789ec" alt=""><figcaption></figcaption></figure>

* Select the sources to be included in this schedule.
* Define the interval at which the updates should occur.
* Click Save.

<figure><img src="https://2117387010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3rWESGvwA3vHJ3zNiAG1%2Fuploads%2FRjezYkYCTf2M3BSimhYd%2Fimage.png?alt=media&#x26;token=df063e37-5415-49e9-9d75-7b0835087d02" alt=""><figcaption></figcaption></figure>

Once you've created an automatic update schedule, it should look like the image below. The image shows the update interval and the sources that will be updated.

<figure><img src="https://2117387010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3rWESGvwA3vHJ3zNiAG1%2Fuploads%2FnN4mwcRDvnKtfbwO8LhO%2Fimage.png?alt=media&#x26;token=7305bae3-5912-4dcb-9406-4a67321cb574" alt=""><figcaption></figcaption></figure>


---

# 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.ebbot.ai/ebbot-docs/core-capabilities/ebbotgpt/ebbotgpt-knowledge/automatic-updates.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.
