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

# Generating Reports

> Create formatted reports from chat conversations

Generate formatted reports from your chat investigations.

## How It Works

<Steps>
  <Step title="Complete Investigation">
    Chat with agent to gather all necessary information
  </Step>

  <Step title="Request Report">
    "Generate a report of our findings"
  </Step>

  <Step title="Agent Formats">
    Agent creates structured report from conversation
  </Step>

  <Step title="Export">
    Download as PDF, markdown, or send via email/Slack
  </Step>
</Steps>

## Report Types

<Tabs>
  <Tab title="Investigation Summary">
    * Timeline of events
    * Key findings
    * Evidence gathered
    * Recommendations
  </Tab>

  <Tab title="Incident Report">
    * Incident overview
    * Impact assessment
    * Response actions taken
    * Lessons learned
  </Tab>

  <Tab title="Access Review">
    * Users audited
    * Permissions found
    * Anomalies detected
    * Recommendations
  </Tab>
</Tabs>

## Example

**After investigation**:

**You**: `Create an investigation report`

**Agent**:

```
# Security Investigation Report
Generated: Oct 21, 2025

## Summary
Investigated suspicious login activity for user john@example.com

## Findings
- Last login: 2025-10-21 14:30 from 192.168.1.50 (HQ office)
- No failed login attempts
- IP address clean (VirusTotal 0/90)
- No endpoint security alerts

## Conclusion
Activity appears legitimate. No action required.

## Evidence
[Links to Splunk queries, VirusTotal results]
```

\[Download PDF] \[Email] \[Post to Slack]
