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

# Guide

> Explore how to use Deeptrace in Slack

<Note>
  Before diving in, make sure you've:

  * Completed the onboarding flow, check out **Integrations** for more info
  * Added **Deeptrace** to a channel with engineering alerts
</Note>

## Investigate Alerts in Slack

When an alert fires, Deeptrace acts as your first responder in Slack, gathering context, correlating signals, and synthesizing a **root cause within minutes**. You'll see a message like this in Slack:

<img src="https://mintcdn.com/pyda-c77f87a1/mrAQ1i4v9rkl0_Os/images/rca-5.gif?s=f1d50e59f5960c878dc568f56b92ce77" alt="Rca" width="1676" height="1080" data-path="images/rca-5.gif" />

## Debug with Deeptrace

In Slack, simply type `@Deeptrace` to ask questions about recent investigations, explore what’s happening in your system, or debug issues in real time alongside Deeptrace.

<img src="https://mintcdn.com/pyda-c77f87a1/5mQ74_8krubX9MrR/images/slackchat.gif?s=57aed722eef069e6d4bb8f321c394040" alt="Slackchat" width="1668" height="1080" data-path="images/slackchat.gif" />

<Tip>
  Tip: Use `@Deeptrace agent`to manually kick off a full, one-shot investigation using additional compute and reasoning.
</Tip>

## Create a PR & Make a Ticket in Slack

When Deeptrace completes an investigation, you can create a PR directly in Slack by selecting **Create PR**. Use **Make Ticket** to automatically create a ticket in Linear or Jira capturing the issue, root cause, and proposed fixes so nothing gets lost after an incident.

<img src="https://mintcdn.com/pyda-c77f87a1/poaIMB0IVQ7oulRL/images/Screenshot2026-01-19at10.43.27PM-2.png?fit=max&auto=format&n=poaIMB0IVQ7oulRL&q=85&s=840b6bcd0beb8c31c5fd40b216ebddbf" alt="Screenshot 2026 01 19 At 10 43 27 PM" width="898" height="350" data-path="images/Screenshot2026-01-19at10.43.27PM-2.png" />

## Thumbs up / Thumbs Down

Use **thumbs up** or **thumbs down** under an investigation to train the agent on what good root causes look like for your system, so investigations get more accurate over time.

<img src="https://mintcdn.com/pyda-c77f87a1/5mQ74_8krubX9MrR/images/thumbsup.gif?s=781ea122e554367b86fdf8b2fe736b6b" alt="Thumbsup" width="1668" height="1080" data-path="images/thumbsup.gif" />

<Tip>
  Tip: For high-signal feedback, provide the correct root cause in a reply. Deeptrace captures this information and uses it to improve future investigations.
</Tip>

## Owner Attribution

<Frame>
  <img src="https://mintcdn.com/pyda-c77f87a1/l-3dhtE7ql_ukHXF/images/codeowners-3.gif?s=d7b35aabb6cdc178ab033b238fc29baa" alt="Codeowners" width="1668" height="1080" data-path="images/codeowners-3.gif" />
</Frame>

**Owner Attribution** automatically identifies the engineers most likely responsible for an issue (using git blame, CODEOWNERS files, and recent commit history) and surfaces them in the UI and Slack messages. Combined with escalation rules, you can route alerts directly to the right people. Likely Owners appear after an investigation is completed in Slack and on the Issues Page. You can also use the{{code_owners}}template variable in escalation rules to route alerts directly to attributed owners.

<Tip>
  If your team has ownership conventions beyond what CODEOWNERS covers, you can define them in your **Workspace Editor** files. For example, adding ownership mappings to your `deeptrace.md` .
</Tip>

## What's Next?

<Card title="Features" icon="sparkles" href="https://docs.deeptrace.com/features">
  Explore advanced features in the Deeptrace web view like rule-based filtering and custom context to customize how your team investigates and collaborates with Deeptrace.
</Card>
