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

# Scheduled tasks

> Automate LiveOps routines with PlayFab Scheduled Tasks that update title data, run CloudScript, adjust virtual currencies, or re-engage lapsed players.

Scheduled tasks are a way to automate common game operation routines. Some examples are:

* Updating [Title Data](/services/playfab/live-service-management/game-configuration/titledata) to reflect changes for a current event.
* Injecting virtual currencies into the game economy daily.
* Modifying prices in a store according to the time of day.
* Reaching out to lapsed players and encouraging them to re-engage.

Automated tasks can take predefined actions or execute [CloudScript](/services/playfab/live-service-management/service-gateway/automation/cloudscript), which enables any custom server-side functionality you want to implement.

## Links

* [Scheduled Tasks quickstart](/services/playfab/data-analytics/acting-data/scheduled-tasks/quickstart)


## Related topics

- [Scheduled tasks](/services/playfab/data-analytics/acting-data/scheduled-tasks/index.md)
- [Scheduled tasks quickstart](/services/playfab/data-analytics/acting-data/scheduled-tasks/quickstart.md)
- [Scheduled Scaling](/services/playfab/data-analytics/legacy/insights/scheduled-scaling.md)
- [title_started_task](/services/playfab/api-references/events/Extension/title-started-task.md)
- [title_scheduled_function_executed](/services/playfab/api-references/events/Functions/title-scheduled-function-executed.md)
