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

# Welcome

> Your team has Deductive set up. Here's how to use it, and feel why it's different, in the next ten minutes.

You're here because someone added you to a Deductive workspace. The connectors are wired up, the bot is in your channels, and every piece of feedback your team has left so far is already nudging the agent's reasoning. This page is the fast lane to *using* the thing.

If you're an admin and the workspace **isn't** set up yet, jump to [Admin setup → Overview](/admins/overview). That's the one-time work that produces the workspace you're about to use.

<Frame caption="What a Deductive investigation looks like: an alert fires, the agent triages it end-to-end, and the result is a TL;DR with metrics, an evidence chart, and a decision-tree summary you can dig into.">
  <img src="https://mintcdn.com/deductiveai/7z26VgMEX-b9luH-/images/users/welcome/hero-investigation-loop.png?fit=max&auto=format&n=7z26VgMEX-b9luH-&q=85&s=8b0c8412c97a71b7c69ca251b0ecd30f" alt="Hand-drawn napkin sketch of a Deductive investigation page: alert summary, TL;DR with metric cards, narrative findings, evidence chart, and a side panel showing reinforced learnings and decision tree" width="1536" height="1024" data-path="images/users/welcome/hero-investigation-loop.png" />
</Frame>

## What Deductive actually is

Deductive is a production engineering agent that reads your code, telemetry, and incidents, reasons across all of it in parallel, and shows you its work. Not a chatbot wrapped around a search index. Not a summarizer. A reasoning engine you can argue with, watch think, and teach.

When you ask it a question, it:

* Forms multiple **hypotheses** about what could be happening
* Spawns tools in parallel to gather evidence for each one (log queries, metric pulls, code reads, deploy diffs, dashboard fetches)
* Builds a **decision tree** as it goes (you can open it, click any node, replay the thought)
* Lands on an answer with **citations** you can click through to the raw source
* Drops the conclusion into a **canvas** you can keep editing, share, or paste into Slack

If it's wrong, you tell it. If it's right but verbose, you tell it. That feedback **reinforces successful reasoning paths and penalizes the bad ones**: the decision-tree branches that produced a correct answer get reused on similar future questions, and the missteps get avoided. The longer your team uses it, the sharper it gets, and you can read every step of why.

## What makes this different from "an AI chatbot for ops"

* **It plans, not predicts.** Every investigation produces a decision tree of branching hypotheses. You can read it. You can fork from any node.
* **It reasons in parallel.** The slow path of a tired engineer at 2am (check dashboard, then logs, then deploys, then config) happens concurrently. Minutes, not an hour.
* **Evidence is clickable.** Every claim links back to the log line, metric, trace span, or commit it came from. If a citation is wrong, you'll see immediately.
* **You teach it explicitly.** Inline comments are the floor. The ceiling is **reinforced decision trees**: a correct outcome reinforces the exact sequence of steps that produced it; a wrong outcome penalizes the missteps.
* **It lives where you work.** The web app, Slack threads, Cursor, Claude Code, and PagerDuty alerts all hit the same agent and the same memory.

## Get going

<CardGroup cols={2}>
  <Card title="Your first investigation" icon="bolt" href="/users/first-investigation">
    Ask vs Investigate: the two ways to talk to Deductive and when to reach for which.
  </Card>

  <Card title="Continuous learning" icon="diagram-project" href="/users/continuous-learning">
    The knowledge graph and the decision trees: the two surfaces that make Deductive auditable instead of mysterious.
  </Card>

  <Card title="Teach Deductive" icon="brain" href="/users/teach">
    How conversation and comments compound into reinforced decision trees and a sharper knowledge graph.
  </Card>

  <Card title="Use Deductive in Slack" icon="slack" href="/users/in-slack">
    Talk to Deductive in any thread. Replies in alert threads continue the same investigation.
  </Card>

  <Card title="Wire alerts to auto-investigate" icon="bell" href="/users/auto-alerts">
    Make Deductive react when an alert fires. Investigation is in the thread before you finish reading the page.
  </Card>

  <Card title="Asking better questions" icon="comment-question" href="/users/ask">
    Prompt patterns that work, plus role-based examples for on-call, dev, and platform.
  </Card>
</CardGroup>

If your workspace isn't set up yet (no green connectors, bot not in your alert channel), that's [Admin setup](/admins/overview).
