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

# Home

> Step-by-step user guide for Monitor360 - covering login, tracking, reports, and more.

<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-[540px] 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">
      Monitor360 User Guide
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Everything you need to set up, monitor, and get the most out of Monitor360.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <a href="/getting-started/introduction" 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="house" 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">
          Getting Started
        </span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Log in, set up your account, and get familiar with Monitor360.
        </span>
      </div>
    </a>

    <a href="/tracker-settings" 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="sliders-horizontal" 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">
          Tracker Settings
        </span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Configure tracking mode, screenshots, idle time, and per-user settings.
        </span>
      </div>
    </a>

    <a href="/users" 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">
          Users
        </span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Add, manage, and assign roles to users in your organisation.
        </span>
      </div>
    </a>

    <a href="/reports/overview" 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="chart-column" 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">
          Reports
        </span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Analyse productivity with user, project, organisation, and daily summary
          reports.
        </span>
      </div>
    </a>

    <a href="/sresh" 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="bot" 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">
          Sresh AI
        </span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Ask Monitor360's built-in AI agent questions about your workspace data.
        </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 tasks</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/users/add-user" 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="user-plus" 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">Add a user</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Invite team members, assign roles, and configure login access.
          </span>
        </div>
      </a>

      <a href="/devices/assign" 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="monitor" 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">Assign a device</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Link a device to a user for accurate time and activity tracking.
          </span>
        </div>
      </a>

      <a href="/time-and-activity" 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">View time & activity</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Review daily work sessions, app usage, and screenshots for any user.
          </span>
        </div>
      </a>

      <a href="/reports/daily-summary" 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="calendar-check" 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">Run a daily summary</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Get a row-by-row attendance and productivity report for your team.
          </span>
        </div>
      </a>

      <a href="/live-tracking" 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="radio" 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 live activity</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Stream real-time activity for any currently active employee.
          </span>
        </div>
      </a>

      <a href="/project" 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="folder-open" 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 projects</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Create projects, assign tasks, and track time allocation by project.
          </span>
        </div>
      </a>

      <a href="/sresh" 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="bot" 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">Ask Sresh</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Use the built-in AI agent to query employee activity, projects, and reports.
          </span>
        </div>
      </a>

      <a href="/mcp-server" 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 via MCP</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Link Claude or other AI tools to Monitor360 using the MCP Server.
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
