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

# Overview

> What NOFire can do for your team.

NOFire is organized around **Skills**, each one focused on a specific outcome. Ask a question in plain language and NOFire picks the right skill automatically. No query syntax, no tool switching.

## Which Skill Do I Need?

| If you're thinking...                           | Use                                                |
| ----------------------------------------------- | -------------------------------------------------- |
| Something just broke. Why?                      | [Root Cause Analysis](/skills/root-cause-analysis) |
| Which code change caused this?                  | [Root Cause Analysis](/skills/root-cause-analysis) |
| About to merge. Is this safe to deploy?         | [Deployment Risk](/deployment-risk)                |
| Just deployed. Is everything still healthy?     | [Service Health](/skills/service-health)           |
| What changed in the last hour or day?           | [Change Management](/change-management/overview)   |
| Building a postmortem or incident timeline      | [Change Management](/change-management/overview)   |
| Alert fired. Is it real?                        | [Alerts](/skills/alerts)                           |
| Too many noisy alerts, need a cleanup           | [Alerts](/skills/alerts)                           |
| What alerts should this new service have?       | [Alerts](/skills/alerts)                           |
| AWS bill spiked or observability costs too high | [Cost Optimization](/skills/cost-optimization)     |
| Pre-audit compliance check                      | [Infrastructure Compliance](/skills/compliance)    |

## Available Skills

<CardGroup cols={2}>
  <Card title="Deployment Risk" icon="gauge-high" href="/deployment-risk">
    See what's affected before you deploy. Get a risk score and the right rollout strategy.
  </Card>

  <Card title="Change Management" icon="timeline" href="/change-management/overview">
    What changed, when, and where: infrastructure events, code changes, and config updates. Includes seasonality analysis.
  </Card>

  <Card title="Root Cause Analysis" icon="magnifying-glass" href="/skills/root-cause-analysis">
    Find out why something broke. NOFire checks metrics, logs, traces, recent code changes, and infrastructure events, and explains what happened.
  </Card>

  <Card title="Alerts" icon="bell" href="/skills/alerts">
    When an alert fires, get an explanation. Between incidents, audit your alert rules for gaps and noise.
  </Card>

  <Card title="Cost Optimization" icon="dollar-sign" href="/skills/cost-optimization">
    Find where you're overspending on infrastructure and observability tooling.
  </Card>

  <Card title="Infrastructure Compliance" icon="shield-check" href="/skills/compliance">
    Review cloud resources against security best practices and surface gaps before auditors do.
  </Card>

  <Card title="Service Health" icon="chart-bar" href="/skills/service-health">
    Ask how a service is doing and get a live metrics view with health status, directly in the Chat dashboard.
  </Card>
</CardGroup>

## Platform Features

These run in the background and make every skill smarter over time.

<CardGroup cols={2}>
  <Card title="Organizational Knowledge" icon="brain" href="/knowledge/organizational-knowledge">
    Teach NOFire about your environment — your clusters, services, log patterns, and past incident patterns. It uses this context automatically on every investigation.
  </Card>

  <Card title="Autonomous Investigations" icon="eye" href="/platform-features/autonomous-investigations">
    Invite NOFire to an incident channel and it watches the conversation, builds context, and starts an investigation on its own — no @mention needed.
  </Card>
</CardGroup>

***

## Where You Can Use Skills

All skills work across Slack, the Chat dashboard, and your IDE, with one exception.

<CardGroup cols={3}>
  <Card title="Slack" icon="slack" href="/slack/installation">
    Tag `@NOFire AI` in any channel. Results appear in the thread.
  </Card>

  <Card title="Chat Dashboard" icon="browser">
    Investigate at [my.nofire.ai](https://my.nofire.ai). The only place where live metric panels ([Service Health](/skills/service-health)) are available.
  </Card>

  <Card title="IDE (MCP)" icon="code" href="/mcp/getting-started">
    Query from Cursor or Claude Desktop while you code.
  </Card>
</CardGroup>
