> 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/reference.md).

# Reference

Comprehensive reference documentation for Talon annotations, events, configuration, and heartbeats.

## Overview

This section provides detailed reference documentation for Talon microservices including:

* **Annotations** - All available annotations for developing Talon microservices
* **Events** - All lifecycle and runtime events dispatched by the Talon runtime
* **Configuration** - DDL schema and configuration properties
* **Heartbeats** - All fields carried in XVM heartbeat messages

## Reference Pages

* [**Annotations**](/talon/reference/annotations.md) - Complete annotation reference for microservice development
* [**Events**](/talon/reference/events.md) - Lifecycle and runtime events available for processing
* [**Configuration**](/talon/reference/configuration.md) - Complete DDL elements and global properties reference
* [**Heartbeats**](/talon/reference/heartbeats.md) - Complete field reference for XVM heartbeat messages

The Configuration reference includes:

* DDL element reference (System Details, Environment, Bus Providers, Buses, Applications, XVMs)
* Global properties reference (Statistics, Optimization, Trace Logging, Discovery)
* Enum value reference (ChannelQos, HAPolicy)
* Complete property descriptions with defaults and "Can Set in `<env>`?" indicators

## Related Documentation

* **Concepts**: [Configuration Model](/talon/concepts-and-architecture/microservice-architecture/configuration-model.md) - Understanding how configuration works
* **How-To**: [Configuring the Microservice Runtime](/talon/developing-applications/configuring-the-runtime.md) - Step-by-step configuration guides

## Next Steps

1. Review [legacy configuration documentation](https://docs.neeveresearch.com:8443/display/TALONDOC/Understanding+Configuration)
2. Explore [Configuration Model](/talon/concepts-and-architecture/microservice-architecture/configuration-model.md) for conceptual understanding
3. See configuration guides in [Configuring the Microservice Runtime](/talon/developing-applications/configuring-the-runtime.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xplatform.com/talon/reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
