# Schedule

Once you have [imported your Profiles project from Git repository]({{< ref "profiles/management/import-from-git.md" >}}) in the RudderStack app, you can schedule it to run at the specified frequency and time interval.

Go to the **Settings** tab of your project and click the edit icon in the **Schedule info** section:

{{< image src="images/profiles/schedule-settings.webp" alt="Schedule Profiles project" >}}

### Basic

Use this setting to run syncs at a given time interval and specified time (in UTC).

{{< image src="images/profiles/predictive-features-snowflake/schedule-basic.webp" alt="Schedule Profiles project" >}}

- **Frequency** - You can choose the data sync frequency from the following options:

  - 15 minutes
  - 30 minutes
  - 1 hour
  - 3 hours
  - 6 hours
  - 12 hours
  - 24 hours

- **Sync Starting At** - Specify the time (in UTC) at which the data sync should start.

### CRON

Schedule your project using CRON expressions for more specific scheduling, for example, daily on Tuesdays and Thursdays. 

{{< info >}}
Use the [CRON scheduler utility](https://crontab.guru/) to get the CRON expression.
{{< /info >}}

{{< image src="images/profiles/predictive-features-snowflake/schedule-cron.webp" alt="Schedule Profiles project" >}}

### Manual

This setting lets you run the Profiles project manually. RudderStack won't start the run until you explicitly trigger it by navigating to the **History** tab of your project and clicking **Run**.

{{< image src="images/profiles/profiles-run-manual.webp" alt="Schedule Profiles project run manually" >}}

