> ## 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.

# Quick Start

> Get Hitler running in your organization in under 5 minutes

## Prerequisites

Before you begin, make sure you have:

* A Slack workspace (admin access required for bot installation)
* An Hitler account (sign up at [hitler.app](https://hitler.app))

## Step 1: Create Your Organization

<Steps>
  <Step title="Sign Up">
    Go to [app.hitler.app](https://app.hitler.app) and create an account using your work email.
  </Step>

  <Step title="Create Organization">
    Enter your company name and choose a unique slug (e.g., `acme-corp`).
  </Step>

  <Step title="Invite Your Team">
    Team members can join via Slack OAuth - no manual invites needed.
  </Step>
</Steps>

## Step 2: Connect Slack

<Info>You'll need Slack admin permissions to install the Hitler bot.</Info>

1. Navigate to **Settings → Integrations** in the Hitler dashboard
2. Click **Add to Slack**
3. Authorize Hitler in the Slack OAuth screen
4. The bot will be added to your workspace

<Frame>
  <img src="https://mintcdn.com/pranavinagiffynews/m4rmCx9w5QZOQ6hw/images/slack-oauth.svg?fit=max&auto=format&n=m4rmCx9w5QZOQ6hw&q=85&s=d2df079b817762ba629aeba5ea9e04ef" alt="Slack OAuth Screen" width="600" height="300" data-path="images/slack-oauth.svg" />
</Frame>

## Step 3: Start Using Hitler

Once connected, your team can interact with Hitler directly in Slack:

### Create a Task

```
@Hitler remind me to submit the expense report by tomorrow
```

The bot will parse your request and ask for confirmation:

<Frame>
  <img src="https://mintcdn.com/pranavinagiffynews/m4rmCx9w5QZOQ6hw/images/task-confirmation.svg?fit=max&auto=format&n=m4rmCx9w5QZOQ6hw&q=85&s=1bc413d4b8a117dbf70d49d78851cd79" alt="Task Confirmation" width="600" height="300" data-path="images/task-confirmation.svg" />
</Frame>

### Log Your Mood

```
@Hitler mood
```

Or respond to the daily check-in the bot sends each morning.

### Ask for Help

```
@Hitler help
```

Lists all available commands.

## Step 4: Configure Your Organization (Admins)

As an admin, you can customize Hitler behavior:

<CardGroup cols={2}>
  <Card title="Check-in Schedule" icon="clock">
    Set when mood check-ins are sent (default: 9 AM local time)
  </Card>

  <Card title="Escalation Rules" icon="bell">
    Configure when flags are raised and who gets notified
  </Card>

  <Card title="Privacy Settings" icon="shield">
    Control what data managers can see
  </Card>

  <Card title="Integrations" icon="plug">
    Configure Slack integration settings
  </Card>
</CardGroup>

## What's Next?

<CardGroup cols={2}>
  <Card title="Bot Commands" icon="terminal" href="/integrations/bot-commands">
    Learn all the commands Hitler understands
  </Card>

  <Card title="Admin Guide" icon="gear" href="/guides/admin-guide">
    Deep dive into organization configuration
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Build custom integrations
  </Card>

  <Card title="Manager Guide" icon="users" href="/guides/manager-guide">
    Learn how to use Hitler insights effectively
  </Card>
</CardGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Bot not responding in Slack">
    1. Ensure the bot is invited to the channel: `/invite @Hitler`
    2. Check that you're mentioning the bot correctly: `@Hitler`
    3. Verify the integration is connected in Settings → Integrations
  </Accordion>

  <Accordion title="Can't install the Slack bot">
    You need Slack workspace admin permissions to install apps. Contact your Slack admin or ask them
    to install Hitler.
  </Accordion>

  <Accordion title="Team members can't sign in">
    Team members must belong to a Slack workspace that has Hitler installed. They can then use "Sign in with Slack" on the Hitler login page.
  </Accordion>
</AccordionGroup>
