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

# Executions

> Track your AI agent's activity flow by flow.

The Executions page gives you full visibility into your AI agent's activity—flow by flow.

This is where you can track exactly how your agents are operating, what they're doing, and why.

## What you can see

<CardGroup cols={1}>
  <Card>
    <div className="flex items-center mb-4">
      <div className="text-blue-600 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
          <path d="M12 2L2 7l10 5 10-5-10-5z" />

          <path d="M2 17l10 5 10-5" />

          <path d="M2 12l10 5 10-5" />
        </svg>
      </div>

      <h3 className="text-lg font-medium">Execution details</h3>
    </div>

    <p>Each execution log provides:</p>

    <ul className="ml-6 mt-4 list-disc">
      <li><strong>Flow name</strong> – Which flow was triggered (e.g. L1 Deflection, Title Generation).</li>
      <li><strong>Trigger source</strong> – What caused the flow to run (e.g. new ticket, workflow condition met).</li>
      <li><strong>Input value</strong> – The actual content, message, or field that triggered the flow.</li>
      <li><strong>Output value</strong> – What the agent generated as a result (summary, title, status update, etc.).</li>
      <li><strong>Execution time</strong> – When the flow was triggered.</li>
    </ul>
  </Card>
</CardGroup>

## Why it matters

<CardGroup cols={1}>
  <Card>
    <ul className="ml-6 mt-4 list-disc">
      <li>
        <div className="flex items-center">
          <div className="text-green-600 mr-2">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
              <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14" />

              <polyline points="22 4 12 14.01 9 11.01" />
            </svg>
          </div>

          <span>Review what your AI is doing in real time.</span>
        </div>
      </li>

      <li>
        <div className="flex items-center mt-2">
          <div className="text-blue-600 mr-2">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
              <path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" />
            </svg>
          </div>

          <span>Debug or refine prompts and workflows.</span>
        </div>
      </li>

      <li>
        <div className="flex items-center mt-2">
          <div className="text-purple-600 mr-2">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
              <path d="M22 12h-4l-3 9L9 3l-3 9H2" />
            </svg>
          </div>

          <span>Improve quality by analyzing outputs at scale.</span>
        </div>
      </li>

      <li>
        <div className="flex items-center mt-2">
          <div className="text-amber-600 mr-2">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
              <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
            </svg>
          </div>

          <span>Maintain transparency and governance around automation.</span>
        </div>
      </li>
    </ul>
  </Card>
</CardGroup>

## Workflow integration

<CardGroup cols={1}>
  <Card>
    <div className="flex items-center mb-4">
      <div className="text-indigo-600 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
          <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" />

          <path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" />
        </svg>
      </div>

      <h3 className="text-lg font-medium">Connected views</h3>
    </div>

    <p>Executions that are triggered via workflows will also appear in the Workflow Execution History—giving you visibility from both the agent and workflow lenses.</p>
  </Card>
</CardGroup>
