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

# Operating Applications

This section covers the operational aspects of running Talon applications in production, organized into three key areas: Administration, Monitoring, and Analysis & Troubleshooting.

## Overview

Operating Talon applications involves:

* **Administration**: Service launch, shutdown, and command-and-control operations
* **Monitoring**: Receiving and viewing service telemetry (statistics)
* **Analysis & Troubleshooting**: Logging and tools for analyzing logs and telemetry

## Operational Components

### [Administration](/talon/operating-applications/administration.md)

Tools and techniques for managing Talon services:

* [**Admin Tool**](/talon/operating-applications/administration/admin-tool.md) - Command-line administrative interface
* [**Admin Over SMA**](/talon/operating-applications/administration/admin-over-sma.md) - Remote administration via messaging

### [Monitoring](/talon/operating-applications/monitoring.md)

Real-time telemetry and statistics collection:

* [**XVM Heartbeats**](/talon/operating-applications/monitoring/xvm-heartbeats.md) - Server-level statistics and health monitoring
* [**Engine Stats**](/talon/operating-applications/monitoring/engine-statistics.md) - Message processing and engine metrics
* [**Per Transaction Stats**](/talon/operating-applications/monitoring/per-transaction-statistics.md) - Transaction-level performance metrics

### [Analysis & Troubleshooting](/talon/operating-applications/analysis-and-troubleshooting.md)

Logging and analysis tools for troubleshooting:

* [**Trace Logging**](/talon/operating-applications/analysis-and-troubleshooting/trace-logging.md) - Enable and configure trace logging
* [**The Transaction Log Tool**](/talon/operating-applications/analysis-and-troubleshooting/tools/transaction-log-tool.md) - Work with transaction logs
* [**Querying Transaction Logs**](/talon/operating-applications/analysis-and-troubleshooting/querying-transaction-logs.md) - Query binary transaction logs
* [**Stats Dump Tool**](/talon/operating-applications/analysis-and-troubleshooting/tools/stats-dump-tool.md) - Offline analysis of heartbeat logs

## Related Topics

* [Operating Model](/talon/concepts-and-architecture/operating-model.md) - Conceptual overview of operating Talon applications
* [Configuring Monitoring](/talon/developing-applications/configuring-the-runtime/monitoring.md) - How to configure statistics

## Next Steps

1. Start with [Administration](/talon/operating-applications/administration.md) to learn how to manage running applications
2. Configure [Monitoring](/talon/operating-applications/monitoring.md) to collect statistics and health metrics
3. Set up [Trace Logging](/talon/operating-applications/analysis-and-troubleshooting/trace-logging.md) for troubleshooting


---

# 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/operating-applications.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.
