--- type: docs title: "How-To: Set up a scheduler" linkTitle: "How-To: Set up a scheduler" weight: 2000 description: "Learn how to use the scheduler API to schedule jobs" --- Now that you've learned what the [Dapr scheduler building block]({{< ref scheduler-overview.md >}}) provides, learn how it can work in your environment. The below code example loosely describes an application that schedules and orchestrates an application. ## Configure the scheduler ## Next steps - [Learn more about the Scheduler control plane service]({{< ref "concepts/dapr-services/scheduler.md" >}}) - [Scheduler API reference]({{< ref scheduler_api.md >}})