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

# Integration Workflow

> Choose the right framework integration for your workflow

Tracer seamlessly integrates with a wide array of workflow managers, schedulers, and scripting environments.<br /> Choose the integration that best matches your pipeline infrastructure.

## Common Integration Steps

Regardless of your framework, Tracer integration follows these simple steps:

<Steps>
  <Step title="Initialize the Trace Agent">
    Start the Tracer agent with your organization token
    <br />`sudo tracer init --token <your-token>`
    <Info> Go to our [onboarding](https://app.healops.ai/dashboard) to get your own personal token</Info>
  </Step>

  <Step title="Run your workflow">
    Execute your pipeline as usual, Tracer automatically monitors all processes.
    <br />-> Monitor your pipeline run in [the Tracer dashboard](https://app.healops.ai/tracer-bioinformatics)
  </Step>
</Steps>

## Verify Delivery

Check the [Tracer dashboard](https://app.healops.ai/) for real-time insights

<img src="https://mintcdn.com/healopsai/T9o1T7rG7JiKZdpz/images/Verify-Onboarding.png?fit=max&auto=format&n=T9o1T7rG7JiKZdpz&q=85&s=8ef0d1a9378e27efa1c45a39cac31bee" alt="Tracer Dashboard" width="2318" height="1512" data-path="images/Verify-Onboarding.png" />

## Key Features Across All Integrations

* **Zero Code Changes** - No instrumentation required, works at the system level
* **Real-Time Monitoring** - See your pipeline execution as it happens
* **Resource Tracking** - CPU, memory, I/O, and network metrics per process
* **Cost Attribution** - Understand the cost of each pipeline step
* **Execution Graphs** - Visualize dependencies and execution flow
* **Performance Insights** - Identify bottlenecks and optimization opportunities
