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

# Reeva docs

> Build AI agents that link engineering documents and data between Teamcenter, SAP, and the rest of your manufacturing stack.

<div data-product-guide-index 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">
      Reeva
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Build AI agents that link engineering documents and data between Teamcenter, SAP, and the rest of your manufacturing stack.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Get started</span>} icon="rocket" href="/get-started/overview" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Sign in, learn the basics, and ship your first agent.</span>
    </Card>

    <a href="/agents/build" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="workflow" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Build an agent</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Combine triggers, actions, AI steps, and decisions into an automated workflow.
        </span>
      </div>
    </a>

    <a href="/integrations/teamcenter" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="plug" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Connect your systems</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Connect Teamcenter, SAP, and other tools so agents can read and write where you already work.
        </span>
      </div>
    </a>
  </div>

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

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Common workflows</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/use-cases/engineering-doc-sync" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="file-symlink" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Link engineering docs Teamcenter ↔ SAP</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Keep specs, drawings, and material masters in sync without manual rekeying.
          </span>
        </div>
      </a>

      <a href="/use-cases/change-orders" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="git-branch" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Route engineering changes</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Detect change orders, classify them, and push approved updates downstream.
          </span>
        </div>
      </a>

      <a href="/agents/monitor" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="activity" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Monitor agent runs</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Review what your agents produced, sort by confidence, and approve flagged items.
          </span>
        </div>
      </a>

      <a href="/administration/users-and-audit" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="users" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Manage users and audit history</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Invite teammates, assign roles, and review the audit trail of changes.
          </span>
        </div>
      </a>
    </div>
  </div>

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

  <div className="flex flex-col gap-2 self-center text-center text-[12px] text-gray-500 dark:text-gray-500">
    <span>Reeva v0.1 · Need help? <a href="mailto:support@reeva.ai" className="underline">[support@reeva.ai](mailto:support@reeva.ai)</a></span>
  </div>
</div>
