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

# Dash.fi Help Center

> Get answers about your Dash.fi account, cards, spend management, bill pay, rewards, and integrations.

<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">
      <h1 className="text-center text-4xl font-semibold tracking-tight text-gray-900 dark:text-gray-50">
        How can we help?
      </h1>

      <p className="text-center text-balance text-base text-gray-600 dark:text-gray-400 mt-2">
        Search our help centre for everything you need to use Dash.fi.
      </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-full bg-gray-50 pl-4 pr-3 text-left text-sm font-normal leading-6 text-gray-500 shadow-none hover:text-gray-500 ring-1 ring-gray-100 hover:ring-gray-200 dark:bg-white/[0.04] dark:text-white/50 dark:hover:text-white/50 dark:ring-1 dark:ring-white/[0.08] dark:hover:ring-white/15">
            <div className="flex min-w-0 flex-1 items-center gap-2">
              <Icon icon="search" size={14} className="shrink-0 text-gray-700 dark:text-gray-400" />

              <div className="min-w-0 truncate font-normal text-gray-500 hover:text-gray-500 dark:text-white/50 dark:hover:text-white/50">
                Search for articles
              </div>
            </div>

            <span className="flex-none text-xs font-semibold text-gray-500 hover:text-gray-500 dark:text-white/50 dark:hover:text-white/50">
              ⌘K
            </span>
          </button>
        </div>

        <button type="button" id="custom-homepage-assistant-entry" 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-full bg-gray-50 px-4 text-sm font-normal leading-6 text-gray-500 shadow-none ring-1 ring-gray-100 hover:text-gray-600 hover:ring-gray-200 dark:bg-white/[0.04] dark:text-white/50 dark:ring-1 dark:ring-white/[0.08] dark:hover:text-white/70 dark:hover:ring-white/15 sm:w-auto">
          <Icon icon="sparkles" size={16} className="shrink-0 text-gray-700 group-hover/ai:text-gray-800 dark:text-gray-400 dark:group-hover/ai:text-gray-200" />

          <span className="whitespace-nowrap text-gray-500 dark:text-white/50">Ask AI</span>
        </button>
      </div>

      <div className="flex flex-wrap items-center justify-center gap-3 text-sm text-gray-500 dark:text-gray-400">
        <span>Popular searches</span>

        <div className="flex flex-wrap justify-center gap-1">
          {['rewards', 'bill pay', 'cards', 'approvals', 'accounting'].map((term) => (
                              <button
                                key={term}
                                type="button"
                                data-popular-search
                                data-term={term}
                                className="rounded-md bg-gray-100 px-1.5 py-1 font-mono text-xs font-bold uppercase tracking-tight text-gray-600 transition hover:bg-gray-200 dark:bg-white/10 dark:text-gray-300 dark:hover:bg-white/15"
                              >
                                {term.toUpperCase()}
                              </button>
                            ))}
        </div>
      </div>
    </div>
  </div>

  <div className="flex flex-col gap-4">
    <h3 className="text-base font-medium text-gray-900 dark:text-gray-50">Featured guides</h3>

    <Columns cols={3}>
      <Card horizontal icon="rocket" iconType="light" title="Getting Started" href="/getting-started">
        Account requirements, application, and bank connection
      </Card>

      <Card horizontal icon="credit-card" iconType="light" title="Cards" href="/cards">
        Create, manage, and troubleshoot cards and transactions
      </Card>

      <Card horizontal icon="sliders-horizontal" iconType="light" title="Spend Management" href="/spend-management">
        Approval workflows, policy rules, budgets, and expense management
      </Card>

      <Card horizontal icon="bot" iconType="light" title="Agents" href="/agents">
        Audit ad spend, shipping, and AI to recover overcharges and credits
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col gap-4">
    <h3 className="text-base font-medium text-gray-900 dark:text-gray-50">All guides</h3>

    <Columns cols={3}>
      <Card title="Cards" icon="credit-card" iconType="light" href="/cards" cta="5 articles">
        Create and manage virtual cards, view transactions, and resolve declines
      </Card>

      <Card title="Mobile App" icon="smartphone" iconType="light" href="/mobile" cta="5 articles">
        Cards, transactions, expenses, and approvals from your iPhone or Android
      </Card>

      <Card title="Spend Management" icon="sliders-horizontal" iconType="light" href="/spend-management" cta="4 articles">
        Approval workflows, policy rules, budgets, and expense management
      </Card>

      <Card title="Payments" icon="banknote" iconType="light" href="/payments" cta="4 articles">
        Financial accounts, cash advance, Dash Cash, and ACH Auto-Pay
      </Card>

      <Card title="Bill Pay" icon="receipt" iconType="light" href="/bill-pay" cta="2 articles">
        Create and approve vendor bills, pay via ACH, card, or cash advance
      </Card>

      <Card title="Vendors" icon="building-2" iconType="light" href="/vendors" cta="2 articles">
        Manage your vendor directory, payment methods, and ERP mappings
      </Card>

      <Card title="Rewards" icon="gift" iconType="light" href="/rewards" cta="3 articles">
        Earn 3% on ad spend, shipping, and AI — 2% on everything else
      </Card>

      <Card title="Accounting" icon="book-open" iconType="light" href="/integrations/accounting" cta="3 articles">
        Connect QuickBooks, Xero, or NetSuite for live transaction sync
      </Card>

      <Card title="Meta Ads" icon="megaphone" iconType="light" href="/integrations/meta" cta="5 articles">
        Add your card, set up AutoPay, and manage billing thresholds
      </Card>

      <Card title="Ad Agent" icon="shield-check" iconType="light" href="/integrations/ad-pay-protection" cta="4 articles">
        Audit ad traffic, detect fraud, and recover overcharges and credits
      </Card>

      <Card title="Shipping Agent" icon="package" iconType="light" href="/integrations/shipping" cta="2 articles">
        Audit carrier spend, recover overcharges, and negotiate rates
      </Card>

      <Card title="AI Token Agent" icon="cpu" iconType="light" href="/integrations/ai-tokens" cta="1 article">
        Monitor AI and LLM spend, detect waste, and recover overcharges
      </Card>

      <Card title="Account" icon="settings" iconType="light" href="/account" cta="4 articles">
        Sign in, two-factor authentication, user roles, and team management
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col gap-2">
    <h3 className="text-base font-medium text-gray-900 dark:text-gray-50">Suggested articles</h3>

    <p className="text-base text-gray-600 dark:text-gray-400">
      Popular starting points from the Help Center
    </p>
  </div>

  <Columns cols={2} className="suggested-articles">
    <Card title="Account requirements and eligibility" icon="clipboard-check" iconType="light" href="/getting-started/requirements" cta="Read article">
      Learn what you need to open a Dash.fi account and qualify for a spend limit.
    </Card>

    <Card title="Create and configure cards" icon="credit-card" iconType="light" href="/cards/create-cards" cta="Read article">
      Create virtual cards with custom limits, categories, and cardholders.
    </Card>

    <Card title="Connect your accounting platform" icon="book-open" iconType="light" href="/integrations/accounting" cta="Read article">
      Connect QuickBooks, Xero, or NetSuite for automatic card transaction sync to your GL.
    </Card>

    <Card title="Set up approval workflows" icon="sliders-horizontal" iconType="light" href="/spend-management/approval-workflows" cta="Read article">
      Gate card requests, bill payments, and vendor changes behind a configurable review process.
    </Card>
  </Columns>
</div>
