> For the complete documentation index, see [llms.txt](https://docs.xplatform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplatform.com/talon/developing-applications/authoring-user-code/message-injection/scheduling-messages.md).

# Scheduling Messages

{% hint style="info" %}
**Documentation Status**: This page is a placeholder and will be completed in a future update.
{% endhint %}

## Overview

This page will cover how to schedule messages for future or periodic execution in your Talon microservice.

## Topics to be Covered

* Scheduling one-time future messages
* Scheduling recurring/periodic messages
* Canceling scheduled messages
* Best practices for scheduled message patterns

## Related Topics

* [Injecting Messages](/talon/developing-applications/authoring-user-code/message-injection/injecting-messages.md) - Programmatic message injection
* [Initializing the Microservice](/talon/developing-applications/authoring-user-code/lifecycle/initializing-the-microservice.md) - First and initial messages
