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

# Eluu docs

> Build AI colleagues that own functions like sales, support, and ops, working across Gmail, Slack, Sheets, Salesforce, and the rest of your stack.

<div className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[640px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Run your business with AI colleagues
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Each colleague owns a business function — sales, customer success, meeting notes, research — and works across every tool you've connected. One platform replaces a stack of AI SaaS subscriptions.
    </p>
  </div>

  <CardGroup cols={2}>
    <Card title="Start with the concepts" icon="lightbulb" href="/concepts/colleagues">
      Colleagues, sessions, hard disk, jobs, views, integrations. Read this first.
    </Card>

    <Card title="Talk to a colleague" icon="message-square" href="/sessions/starting-a-session">
      How to chat, attach files, ask for documents, pause anytime.
    </Card>

    <Card title="Build a colleague" icon="users-round" href="/colleagues/overview">
      Give them a role, plug in tools, teach them skills, build memory.
    </Card>

    <Card title="Bring Eluu into Slack" icon="slack" href="/slack/overview">
      Mention `@Eluu` in any channel, or run a colleague under your own brand.
    </Card>
  </CardGroup>

  <hr className="border-0 border-t border-border" />

  <CardGroup cols={3}>
    <Card title="Schedule a job" icon="calendar-clock" href="/concepts/jobs">
      Recurring work that runs without you.
    </Card>

    <Card title="Build a dashboard" icon="layout-dashboard" href="/views/overview">
      Live views your colleagues update.
    </Card>

    <Card title="Connect a tool" icon="plug" href="/integrations/overview">
      Gmail, Slack, Sheets, Salesforce, and more.
    </Card>

    <Card title="Invite your team" icon="user-plus" href="/settings/inviting-your-team">
      Roles, billing, API keys.
    </Card>

    <Card title="Use techniques that scale" icon="wand-sparkles" href="/techniques/skill-creation">
      Skills, verification loops, sub-agents.
    </Card>

    <Card title="Open Eluu" icon="external-link" href="https://app.eluu.ai">
      Jump straight to the app.
    </Card>
  </CardGroup>
</div>
