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

# Hirempire Docs

> The all-in-one recruitment platform — from job creation to hire

<div className="max-w-7xl mx-auto px-6 py-16">
  <div className="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
    <div>
      <p className="text-sm font-semibold tracking-widest uppercase" style={{ color: "#0A66C2" }}>
        Recruitment Platform
      </p>

      # Hire smarter with Hirempire

      <p className="text-lg text-gray-600 dark:text-gray-300 mt-4">
        The all-in-one recruitment platform — from job creation to hire. Post jobs, screen candidates with AI, run interviews, and collaborate as a team, all in one place.
      </p>
    </div>

    <div>
      <img src="https://mintcdn.com/hirempire/kmui3tQNhxfixNfj/images/hirempire-intro.png?fit=max&auto=format&n=kmui3tQNhxfixNfj&q=85&s=6c08f3f8c3782f2ca4233c34bd68e293" alt="Hirempire" className="rounded-2xl w-full" width="1419" height="884" data-path="images/hirempire-intro.png" />
    </div>
  </div>

  <div className="mt-24">
    <h2 className="text-center text-3xl font-semibold mb-12">Explore by product</h2>

    <CardGroup cols={3}>
      <Card title="Jobs & Requisitions" icon="briefcase" href="/core-features/jobs">
        Post jobs with AI-generated descriptions, track applications by source, and manage internal hiring requests.
      </Card>

      <Card title="Candidates & Talent Pool" icon="users" href="/candidates/candidates">
        Kanban pipeline, CV bank, AI screening scores, and a Chrome extension for sourcing.
      </Card>

      <Card title="Meetings & Interview Intelligence" icon="video" href="/meetings/overview">
        Connect your calendar, see upcoming meetings, and get AI-powered interview analysis.
      </Card>

      <Card title="Team Collaboration" icon="messages" href="/collaboration/chat">
        Real-time chat with channels and DMs, shared task boards, and a notification inbox.
      </Card>

      <Card title="Analytics" icon="chart-bar" href="/analytics/overview">
        Source performance, pipeline conversion, and time-to-hire metrics in one dashboard.
      </Card>

      <Card title="AI Features" icon="https://mintcdn.com/hirempire/5IbP_XxbDq_SShVl/images/ai-blue.svg?fit=max&auto=format&n=5IbP_XxbDq_SShVl&q=85&s=f5c667aebe47ce2917b8d743597d0e12" href="/ai-features/job-wizard" width="1000" height="1000" data-path="images/ai-blue.svg">
        Job creation wizard, candidate screening, the Hirempire AI assistant, and the MCP Server.
      </Card>
    </CardGroup>
  </div>

  <div className="mt-24">
    <h2 className="text-center text-3xl font-semibold mb-12">Get started</h2>

    <CardGroup cols={2}>
      <Card title="Quick Start" icon="rocket" href="/quickstart">
        Set up your workspace and post your first job in under 5 minutes.
      </Card>

      <Card title="Pricing & Plans" icon="credit-card" href="/subscription">
        Free, Starter, Pro — find the plan that fits your team.
      </Card>

      <Card title="API Reference" icon="code" href="/developers/get-started">
        Integrate Hirempire into your own tools and workflows.
      </Card>

      <Card title="MCP Server" icon="plug" href="/mcp/overview">
        Connect Claude AI to your workspace for natural-language recruiting actions.
      </Card>
    </CardGroup>
  </div>
</div>
