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

# Home

> Find answers, complete everyday asset operations, and solve common Palletlog issues.

<div className="mx-auto flex w-full max-w-5xl flex-col gap-14 px-4 py-12 lg:py-16">
  <div className="flex flex-col items-center gap-12">
    <div className="flex w-full max-w-lg flex-col gap-1">
      <p className="text-center text-[0.8125rem] font-semibold uppercase tracking-[0.06em] text-[#9a5b12] dark:text-[#ffd06b]">
        Multi-party reusable-asset control
      </p>

      <h1 className="text-center text-4xl font-semibold tracking-[-0.035em] text-[#0a1829] dark:text-white">
        Palletlog Help Center
      </h1>

      <p className="text-center text-balance text-base leading-relaxed text-[#42556d] dark:text-[#ccd8e6] mt-2">
        Find answers, complete everyday asset operations, and solve common Palletlog issues.
      </p>
    </div>

    <div className="flex w-full max-w-lg flex-col gap-4">
      <div className="flex w-full flex-col gap-2.5 sm:flex-row sm:items-stretch">
        <div className="kb-search-entry min-w-0 w-full flex-1">
          <button type="button" data-search-trigger className="pointer-events-auto flex h-11 w-full cursor-pointer items-center justify-between gap-2 truncate rounded bg-white pl-4 pr-3 text-left text-sm font-normal leading-6 text-[#6d7f94] shadow-none ring-1 ring-[#dce5f0] hover:ring-[#ccd8e6] dark:bg-white/[0.04] dark:text-[#8a99ab] dark:ring-1 dark:ring-white/[0.12] dark:hover:ring-white/20">
            <div className="flex min-w-0 flex-1 items-center gap-2">
              <Icon icon="search" size={14} className="shrink-0 text-[#0a1829] dark:text-[#ffd06b]" />

              <div className="min-w-0 truncate font-normal text-[#6d7f94] dark:text-[#8a99ab]">
                Search help articles
              </div>
            </div>

            <span className="flex-none text-xs font-semibold text-[#6d7f94] dark:text-[#8a99ab]">
              ⌘K
            </span>
          </button>
        </div>

        <button type="button" data-assistant-trigger aria-label="Ask AI" className="group/ai flex pointer-events-auto h-11 w-full shrink-0 cursor-pointer flex-row items-center justify-center gap-1.5 rounded bg-white px-4 text-sm font-medium leading-6 text-[#0a1829] shadow-none ring-1 ring-[#dce5f0] hover:bg-[#f8fafd] hover:ring-[#ccd8e6] dark:bg-white/[0.04] dark:text-white dark:ring-1 dark:ring-white/[0.12] dark:hover:bg-white/[0.08] dark:hover:ring-white/20 sm:w-auto">
          <Icon icon="sparkles" size={16} className="shrink-0 text-[#9a5b12] group-hover/ai:text-[#0a1829] dark:text-[#ffd06b] dark:group-hover/ai:text-[#ffd06b]" />

          <span className="whitespace-nowrap">Ask AI</span>
        </button>
      </div>

      <div className="flex flex-wrap items-center justify-center gap-3 text-sm text-[#6d7f94] dark:text-[#8a99ab]">
        <span>Popular searches</span>

        <div className="flex flex-wrap justify-center gap-1">
          {['movement', 'balance', 'confirmation', 'partner', 'import'].map((term) => (
                              <button
                                key={term}
                                type="button"
                                data-popular-search
                                data-term={term}
                                className="rounded bg-[#f4f7fb] px-1.5 py-1 font-mono text-xs font-semibold uppercase tracking-tight text-[#42556d] transition hover:bg-[#dce5f0] dark:bg-white/10 dark:text-[#ccd8e6] dark:hover:bg-white/15"
                              >
                                {term.toUpperCase()}
                              </button>
                            ))}
        </div>
      </div>
    </div>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="text-base font-semibold tracking-[-0.02em] text-[#0a1829] dark:text-white">Popular tasks</h2>

    <Columns cols={3}>
      <Card horizontal icon="package" iconType="light" title="Register a movement" href="/operations/register-movement">
        Record asset transfers with your logistics partners
      </Card>

      <Card horizontal icon="user-plus" iconType="light" title="Invite a partner" href="/partners/invite-partner">
        Connect partners to your network and shared balances
      </Card>

      <Card horizontal icon="badge-check" iconType="light" title="Request a confirmation" href="/confirmations-and-disputes/request-confirmation">
        Ask a partner to confirm a movement or balance position
      </Card>

      <Card horizontal icon="git-compare" iconType="light" title="Resolve a difference" href="/confirmations-and-disputes/resolve-dispute">
        Work through disputed quantities or supporting proof
      </Card>

      <Card horizontal icon="scale" iconType="light" title="Understand a balance" href="/balances/understand-balances">
        Interpret balances by partner and asset type
      </Card>

      <Card horizontal icon="file-spreadsheet" iconType="light" title="Import from Excel" href="/getting-started/import-from-excel">
        Bring existing balance data into your workspace
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col gap-4">
    <h2 className="text-base font-semibold tracking-[-0.02em] text-[#0a1829] dark:text-white">Getting started</h2>

    <Columns cols={3} className="suggested-articles">
      <Card title="What is Palletlog?" icon="info" iconType="light" href="/getting-started/what-is-palletlog" cta="Read guide">
        Reusable logistics assets, partners, and shared accountability
      </Card>

      <Card title="Create a workspace" icon="building-2" iconType="light" href="/getting-started/create-workspace" cta="Read guide">
        Set up your organization for asset tracking
      </Card>

      <Card title="Add asset types" icon="layers" iconType="light" href="/getting-started/add-asset-types" cta="Read guide">
        EPAL pallets, roll cages, crates, and custom types
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col gap-4">
    <h2 className="text-base font-semibold tracking-[-0.02em] text-[#0a1829] dark:text-white">Invited partner help</h2>

    <Columns cols={3}>
      <Card title="Available actions" icon="list-checks" iconType="light" href="/invited-partners/available-actions" cta="Read guide">
        What invited partners can do without a full workspace
      </Card>

      <Card title="Confirm without account" icon="link" iconType="light" href="/confirmations-and-disputes/confirm-without-account" cta="Read guide">
        Confirm assets from an email or secure link
      </Card>

      <Card title="Create your workspace" icon="rocket" iconType="light" href="/invited-partners/create-workspace" cta="Read guide">
        Upgrade from invited access to your own workspace
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col gap-4">
    <h2 className="text-base font-semibold tracking-[-0.02em] text-[#0a1829] dark:text-white">Troubleshooting and support</h2>

    <Columns cols={3}>
      <Card title="Login problems" icon="key-round" iconType="light" href="/troubleshooting/login-problems" cta="Get help">
        Sign-in, session, and access recovery
      </Card>

      <Card title="Balance not updated" icon="scale" iconType="light" href="/troubleshooting/balance-not-updated" cta="Get help">
        When balances do not reflect recent activity
      </Card>

      <Card title="Contact support" icon="life-buoy" iconType="light" href="/troubleshooting/contact-support" cta="Contact">
        Escalate after self-service steps
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col items-center gap-3 rounded-xl bg-[#08182c] px-6 py-8 text-center text-sm text-[#ccd8e6]">
    <p className="text-base font-semibold tracking-[-0.02em] text-white">
      Ready to work in Palletlog?
    </p>

    <p>
      Open the <a className="font-medium text-[#ffd06b] hover:underline" href="https://dashboard.palletlog.com">dashboard</a> for movements, partners, and balances — or visit <a className="font-medium text-[#ffd06b] hover:underline" href="https://palletlog.com">palletlog.com</a>.
    </p>

    <p className="text-xs text-[#8a99ab]">A venture of 4RTY</p>
  </div>
</div>
