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

# Alvys Help Center

> How-to guides, tutorials, and troubleshooting for the Alvys platform — covering onboarding, administration, integrations, loads, accounting, and fleet management.

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-8">
  <div className="relative overflow-hidden rounded-3xl border border-[#2245b9]/15 dark:border-transparent bg-gradient-to-br from-white via-[#eef2fb] to-[#dbe4fb] dark:from-[#0a1436] dark:via-[#132152] dark:to-[#1b2a72] px-6 sm:px-10 lg:px-14 py-14 lg:py-20">
    <div className="pointer-events-none absolute -top-40 -right-32 h-[480px] w-[480px] rounded-full bg-[#434fef] opacity-15 blur-3xl dark:opacity-30" />

    <div className="pointer-events-none absolute -bottom-40 -left-32 h-[420px] w-[420px] rounded-full bg-[#2245b9] opacity-10 blur-3xl dark:opacity-25" />

    <div className="relative max-w-3xl">
      <div className="inline-flex items-center gap-2 rounded-full border border-[#2245b9]/25 bg-white/70 dark:border-white/15 dark:bg-white/5 px-3 py-1 text-xs font-medium text-[#2245b9] dark:text-[#c3d0ff] backdrop-blur-sm">
        Guides & Troubleshooting
      </div>

      <h1 className="mt-6 text-4xl sm:text-5xl lg:text-6xl font-semibold tracking-tight text-[#0f1a3d] dark:text-white">
        Alvys Help Center
      </h1>

      <p className="mt-4 text-base sm:text-lg text-slate-600 dark:text-slate-200/85 max-w-2xl">
        Get set up, connect your tools, and run your day-to-day operation on Alvys.
      </p>

      <div className="mt-8 flex flex-col sm:flex-row sm:items-center gap-3">
        <button
          type="button"
          aria-label="Search the Help Center"
          onClick={() => ['search-bar-entry', 'search-bar-entry-mobile']
      .map((id) => document.getElementById(id))
      .filter(Boolean)
      .sort((a, b) => b.getClientRects().length - a.getClientRects().length)[0]
      ?.click()}
          className="group flex flex-1 sm:max-w-md items-center gap-3 rounded-lg border border-[#0f1a3d]/15 bg-white px-4 py-3 text-left shadow-sm hover:border-[#2245b9]/50 hover:shadow transition-all dark:border-white/20 dark:bg-white/10 dark:hover:border-white/40"
        >
          <svg width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="shrink-0 text-slate-400 group-hover:text-[#2245b9] dark:text-slate-300 transition-colors">
            <path d="M19 11a8 8 0 1 1-16 0 8 8 0 1 1 16 0" />

            <path d="m21 21-4.3-4.3" />
          </svg>

          <span className="flex-1 text-sm text-slate-500 dark:text-slate-300">Search for an article…</span>
          <kbd className="hidden sm:inline-flex items-center rounded border border-[#0f1a3d]/15 bg-slate-50 px-1.5 py-0.5 font-sans text-[11px] font-medium text-slate-500 dark:border-white/20 dark:bg-white/10 dark:text-slate-300">⌘K</kbd>
        </button>

        <a href="/help/getting-started/start-here" className="inline-flex items-center justify-center gap-2 rounded-lg bg-[#2245b9] px-5 py-3 text-sm font-semibold text-white shadow-sm hover:bg-[#1a389e] transition-colors whitespace-nowrap">
          Get Started

          <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
            <path d="M5 12h14M13 5l7 7-7 7" />
          </svg>
        </a>

        <a href="/help/what-s-new" className="inline-flex items-center justify-center gap-2 rounded-lg border border-[#0f1a3d]/15 bg-white px-5 py-3 text-sm font-semibold text-[#2245b9] shadow-sm hover:border-[#2245b9]/40 hover:shadow transition-colors whitespace-nowrap dark:border-white/20 dark:bg-white/10 dark:text-white">
          What's New
        </a>
      </div>
    </div>
  </div>
</div>

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-16">
  <div className="mb-8">
    <h2 className="text-2xl sm:text-3xl font-bold tracking-tight text-slate-900 dark:text-white">Start here</h2>
    <p className="mt-2 text-slate-600 dark:text-slate-300">New to Alvys, or setting up your team for the first time. The full first-week path is on <a href="/help/getting-started/start-here" className="text-[#2245b9] hover:underline">Start here</a>.</p>
  </div>

  <CardGroup cols={3}>
    <Card title="Adding Users & Signing In" icon="rocket" href="/help/getting-started/adding-new-users-signing-in">
      Create accounts, sign in, and switch between organizations.
    </Card>

    <Card title="Create a Load" icon="plus" href="/help/loads-trips/how-to-create-a-load">
      Enter the customer, stops, and rates for a new shipment.
    </Card>

    <Card title="Product Walkthroughs" icon="chalkboard-user" href="/help/getting-started/product-walkthrough">
      Go-live recordings paired with the written articles.
    </Card>
  </CardGroup>
</div>

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-16">
  <div className="mb-8">
    <h2 className="text-2xl sm:text-3xl font-bold tracking-tight text-slate-900 dark:text-white">Run your operation</h2>
    <p className="mt-2 text-slate-600 dark:text-slate-300">Day-to-day work, from tender to settlement.</p>
  </div>

  <CardGroup cols={3}>
    <Card title="Loads & Trips" icon="truck-fast" href="/help/loads-trips/alvys-load-board">
      Create, dispatch, modify, and track loads and trips end to end.
    </Card>

    <Card title="Accounting & Settlements" icon="file-invoice-dollar" href="/help/accounting-settlements/how-to-issue-and-manage-e-checks-in-alvys">
      Invoicing, driver and carrier settlements, deductions, and e-checks.
    </Card>

    <Card title="Assets & Fleet" icon="truck" href="/help/assets-fleet/how-to-add-and-manage-fleets-in-alvys">
      Add and manage drivers, trucks, trailers, and fleets.
    </Card>

    <Card title="Reporting" icon="chart-column" href="/reporting/">
      Metrics, dashboards, operational and financial reports, and the data model behind them.
    </Card>

    <Card title="Administration" icon="sliders" href="/help/administration/user-roles-in-alvys">
      Roles, permissions, offices, and subscription management.
    </Card>

    <Card title="Safety & Compliance" icon="shield-check" href="/help/assets-fleet/how-to-verify-a-motor-carrier-in-alvys">
      Verify motor carriers and keep your operation compliant.
    </Card>
  </CardGroup>
</div>

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-16">
  <div className="mb-8">
    <h2 className="text-2xl sm:text-3xl font-bold tracking-tight text-slate-900 dark:text-white">Connect your tools</h2>
    <p className="mt-2 text-slate-600 dark:text-slate-300">Bring your ELD, load boards, accounting, fuel, and factoring providers into Alvys.</p>
  </div>

  <CardGroup cols={3}>
    <Card title="ELD & Telematics" icon="satellite-dish" href="/help/integrations/connecting-roadstar-to-alvys">
      Connect your ELD provider for HOS, location, and asset tracking.
    </Card>

    <Card title="Accounting" icon="calculator" href="/help/integrations/how-to-connect-and-configure-quickbooks-online-in-alvys">
      Sync invoices and payments with QuickBooks, Sage Intacct, or Business Central.
    </Card>

    <Card title="Load Boards" icon="clipboard-list" href="/help/integrations/post-loads-to-dat-load-board">
      Post and source freight on DAT, Truckstop, and other boards.
    </Card>

    <Card title="EDI & Visibility" icon="arrow-right-arrow-left" href="/help/integrations/how-to-configure-edi-auto-update-settings">
      Trade tenders and status updates with your customers.
    </Card>

    <Card title="Fuel & Tolls" icon="gas-pump" href="/help/integrations/bestpass-toll-integration">
      Import fuel and toll transactions for settlements and IFTA.
    </Card>

    <Card title="Factoring & Payments" icon="money-bill-transfer" href="/help/integrations/how-to-set-up-and-use-factoring-in-alvys">
      Set up factoring and move money against your invoices.
    </Card>
  </CardGroup>
</div>

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-16">
  <div className="rounded-2xl border border-[#2245b9]/15 dark:border-white/10 bg-[#eef2fb] dark:bg-white/5 px-6 sm:px-10 py-10 flex flex-col sm:flex-row items-start sm:items-center justify-between gap-6">
    <div>
      <h2 className="text-xl sm:text-2xl font-bold tracking-tight text-slate-900 dark:text-white">Building on Alvys?</h2>
      <p className="mt-2 text-slate-600 dark:text-slate-300">Developers can move to the Public API documentation for REST endpoints, webhooks, and the MCP server.</p>
    </div>

    <a href="/api" className="inline-flex items-center gap-2 rounded-lg bg-[#2245b9] px-5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-[#1a389e] transition-colors whitespace-nowrap">
      API Documentation

      <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
        <path d="M5 12h14M13 5l7 7-7 7" />
      </svg>
    </a>
  </div>
</div>

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-16 mb-16">
  <div className="mb-8">
    <h2 className="text-2xl sm:text-3xl font-bold tracking-tight text-slate-900 dark:text-white">Still need a hand?</h2>
    <p className="mt-2 text-slate-600 dark:text-slate-300">Catch up on recent changes, or get in touch with the support team.</p>
  </div>

  <CardGroup cols={3}>
    <Card title="What's New" icon="bullhorn" href="/help/what-s-new">
      Latest releases, enhancements, and product updates.
    </Card>

    <Card title="Troubleshooting" icon="circle-question" href="/help/getting-started/how-to-clear-cache-cookies-and-troubleshoot-common-issues">
      Clear cache and cookies, and fix the most common issues.
    </Card>

    <Card title="Contact Support" icon="envelope" href="/help/getting-started/how-to-contact-alvys-support">
      Reach the Alvys support team and track your request.
    </Card>
  </CardGroup>
</div>
