> ## Documentation Index
> Fetch the complete documentation index at: https://docs.graphext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update your data recurrently

> Setting up Graphext to update your data on a periodic basis

When dealing with data that comes from a given [integration](/integrations/data-sources/overview),
you can tell Graphext to update it recurrently, so you can
have the latest version always available and ready to be analyzed.

Doing this is very easy:

<Steps>
  <Step title="Create a proyect using an integration">
    [Set your project up](/documentation/import-and-export/data-connections) as usual, connecting your preferred integration.
  </Step>

  <Step title="Enable recurrence">
    On the top right corner there should be a little cloud icon. Click on it to open the dropdown. At the very bottom, you can see **Recurrence: Not scheduled**. Click and continue.

    <Frame>
      <img src="https://mintcdn.com/graphext/fZjz0m5J_8c25YMy/images/recurrence.webp?fit=max&auto=format&n=fZjz0m5J_8c25YMy&q=85&s=c9a2820cdddf00159c83d4330874676b" alt="Recurrence" width="1338" height="972" data-path="images/recurrence.webp" />
    </Frame>
  </Step>

  <Step title="Set up your preferred timing">
    This menu will pop up, prompting you for some settings.

    <Frame>
      <img src="https://mintcdn.com/graphext/fZjz0m5J_8c25YMy/images/recurrence-menu.webp?fit=max&auto=format&n=fZjz0m5J_8c25YMy&q=85&s=db2102f047f3d6b452a3e55638fbfd70" alt="Recurrence menu" width="2636" height="1720" data-path="images/recurrence-menu.webp" />
    </Frame>

    You can set up:

    * **Type of recurrence**
      * **Refresh**: will overwrite your last dataset with the new one
      * **Refresh & Backup**: will save each version of your data as a snapshot

    * **Recurrence pattern**: Define how much time will span in between updates

    <Note>
      When configuring a weekly, monthly or anual pattern, the beginning of the period
      starts at:

      * Weekly: every Monday
      * Monthly: every first day of the following month
      * Anually: every first day of the following year

      For hourly, daily and weekdays, the pattern just depends on the time. Weekdays will update the data
      every day except for Saturdays and Sundays.
    </Note>

    * **Time Zone**: you may select a different time zone if that is of your convenience
    * **Time**: exactly at what point in the period should the data be updated

    The **Next run** row will display when the pattern was first created, when was the last
    time it was updated, and when is the next update scheduled. This information will be
    populated upon saving your settings.
  </Step>
</Steps>

<Info>
  This won't work on data that comes from a file from your computer since we
  need to periodically bring the latest data from the source.
</Info>
