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

# Introduction

> Welcome to Hitler - AI-powered workplace intelligence

<img className="block dark:hidden" src="https://mintcdn.com/pranavinagiffynews/m4rmCx9w5QZOQ6hw/images/hero-light.svg?fit=max&auto=format&n=m4rmCx9w5QZOQ6hw&q=85&s=25a0286c3503f031c0df756b8f6bc202" alt="Hitler Hero Light" width="800" height="400" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/pranavinagiffynews/m4rmCx9w5QZOQ6hw/images/hero-dark.svg?fit=max&auto=format&n=m4rmCx9w5QZOQ6hw&q=85&s=ac989ae0161e4ec1134f1779d3c6b764" alt="Hitler Hero Dark" width="800" height="400" data-path="images/hero-dark.svg" />

## What is Hitler?

Hitler is an **LLM-driven, bot-first workplace intelligence platform**. It helps organizations track employee wellbeing, manage tasks through natural language, and surface insights to managers - all through a conversational Slack interface.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with Hitler in under 5 minutes
  </Card>

  <Card title="Slack Integration" icon="slack" href="/integrations/slack-setup">
    Connect Hitler to your Slack workspace
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the Hitler API endpoints
  </Card>

  <Card title="Admin Guide" icon="gear" href="/guides/admin-guide">
    Configure and manage your organization
  </Card>
</CardGroup>

## Key Features

<AccordionGroup>
  <Accordion title="Natural Language Task Management">
    Employees create tasks by simply telling the bot what they need to do. The AI parses intent, extracts deadlines, and creates task drafts for confirmation.

    ```
    "Remind me to review the Q4 budget by Friday"
    → Task: Review Q4 budget | Due: Friday | Priority: Medium
    ```

    You can even mention multiple tasks casually:

    ```
    "Tomorrow I need to do the budget review and send invoices"
    → Creates 2 task drafts for confirmation
    ```
  </Accordion>

  <Accordion title="Conversational AI">
    Hitler isn't just a command bot - it's a conversational assistant. Chat naturally, and it will understand your intent, remember context, and detect mood signals from casual conversation.

    Available in Slack and the web dashboard Chat page.
  </Accordion>

  <Accordion title="Mood Tracking & Wellbeing">
    Daily mood check-ins help employees reflect and give organizations anonymized insights into team
    wellbeing - without compromising privacy.
  </Accordion>

  <Accordion title="Intelligent Escalation">
    When patterns indicate potential burnout or disengagement, Hitler surfaces flags to managers with
    recommended actions - enabling proactive support. Managers receive email notifications immediately
    when flags are created.
  </Accordion>

  <Accordion title="Human-in-the-Loop AI">
    The AI assists but never acts autonomously. Task drafts require confirmation. Flags require manager review. Humans stay in control.
  </Accordion>
</AccordionGroup>

## Architecture Overview

Hitler follows a **bot-first architecture**:

```
┌─────────────────┐     ┌─────────────────┐     ┌─────────────────┐
│   Slack         │────▶│   Hitler API     │────▶│   PostgreSQL    │
│   (Bot Interface)│     │   (Brain)       │     │   (Data)        │
└─────────────────┘     └─────────────────┘     └─────────────────┘
                               │
                               ▼
                        ┌─────────────────┐
                        │   LLM Provider  │
                        │   (Intelligence)│
                        └─────────────────┘
```

* **Bot apps** are thin adapters - they translate platform messages to API calls
* **API** contains all business logic, LLM orchestration, and data access
* **Web app** exists only for admin configuration and oversight

## Core Concepts

| Concept               | Description                                           |
| --------------------- | ----------------------------------------------------- |
| **Task Draft**        | AI-generated task awaiting human confirmation         |
| **Mood Entry**        | Daily wellbeing check-in (1-5 scale)                  |
| **Flag**              | System-detected wellbeing concern requiring attention |
| **Inquiry**           | Private thread between employee and HR/manager        |
| **Platform Identity** | Links a user to their Slack account                   |

## Getting Help

<CardGroup cols={2}>
  <Card title="Community Slack" icon="slack" href="https://hitler-community.slack.com">
    Join our community for support and discussions
  </Card>

  <Card title="GitHub Issues" icon="github" href="https://github.com/dev-inagiffy/mako/issues">
    Report bugs or request features
  </Card>
</CardGroup>
