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

# AI employees

> Manage each AI employee and its tabs at /app/ai-employees.

## The employees page

`/app/ai-employees` lists every AI employee in your company. From here you open an employee to work with it, or create a new one. Once you are paying, you can add as many as you want, each \$99 per month, including custom employees with any name and role.

## The tabs on each employee

Open an employee and you will see a row of tabs. Each one is a different part of managing that worker.

<AccordionGroup>
  <Accordion title="Chat">
    Talk to your employee and test it in a safe space. Nothing here reaches a customer. Great for checking answers before you connect a surface.
  </Accordion>

  <Accordion title="Activity">
    A running log of everything the employee has done and proposed.
  </Accordion>

  <Accordion title="Approvals">
    Drafts and tool actions waiting for your yes. Approve, edit, or reject each one. See [Approvals](/app/approvals).
  </Accordion>

  <Accordion title="Results">
    The completed work: replies sent, leads handled, tool actions executed.
  </Accordion>

  <Accordion title="Tools">
    Which connectors and actions this employee is allowed to use.
  </Accordion>

  <Accordion title="Setup">
    The company knowledge behind this employee. See [The company brain](/concepts/the-company-brain).
  </Accordion>

  <Accordion title="Instructions">
    Your written rules for tone, behavior, and when to escalate to you. See [Instructions and voice](/control/instructions-and-voice).
  </Accordion>

  <Accordion title="Files">
    The documents this employee can draw on and cite.
  </Accordion>
</AccordionGroup>

## Creating a custom employee

<Steps>
  <Step title="Start from a template or from scratch">
    Pick a starter template, or create a fully custom employee.
  </Step>

  <Step title="Name it and give it a role">
    Any name, any role you like.
  </Step>

  <Step title="Point it at your knowledge and tools">
    Set its setup, files, instructions, and which connectors it can use.
  </Step>
</Steps>

## Next

<CardGroup cols={2}>
  <Card title="Connectors" icon="plug" href="/app/connectors">
    Give your employee surfaces and tools.
  </Card>

  <Card title="Approval modes" icon="sliders" href="/control/approval-modes">
    Decide how much freedom each channel has.
  </Card>
</CardGroup>
