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

# Home

> Find answers about your workspace, integrations, product guides, and policies—all in one place.

<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 the Help Center for setup guides, product how-tos, automation tips, and policies—all in one
        place.
      </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">
          {['integrations', 'workspace', 'billing'].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">
        Learn about WEpayments, our payment solutions, and how our platform supports local and cross-border operations.
      </Card>

      <Card horizontal icon="headset" iconType="light" title="Support and FAQ" href="/support/faq">
        Find quick answers to common questions, troubleshooting guidance, and practical information about using our services.
      </Card>

      <Card horizontal icon="shield-check" iconType="light" title="Policies and Compliance" href="/policies">
        Access regulatory requirements, compliance policies, operational guidelines, and documentation requirements.
      </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="Accounts and Banking" icon="landmark" iconType="light" href="/getting-started/workspace" cta="Learn more">
        Learn how to manage accounts, beneficiaries, bank details, wallets, and account-related configurations.
      </Card>

      <Card title="Transactions & Settlements" icon="arrow-left-right" iconType="light" href="/getting-started/billing" cta="Learn more">
        Understand transaction flows, statuses, settlements, reconciliation processes, and payment operations.
      </Card>

      <Card title="Cross-Border & FX" icon="globe" iconType="light" href="/getting-started/integrations/developer" cta="Learn more">
        Explore international payment flows, currency conversion, foreign exchange operations, and cross-border settlements.
      </Card>

      <Card title="Compliance & Limits" icon="shield-check" iconType="light" href="/product/projects" cta="Learn more">
        Learn about KYC, KYB, AML requirements, transaction limits, account validations, and risk controls.
      </Card>

      <Card title="Operations & Workflows" icon="workflow" iconType="light" href="/support/troubleshooting" cta="Learn more">
        Discover operational processes, approval flows, user permissions, merchant management, and day-to-day activities.
      </Card>

      <Card title="API & Integrations" icon="code-xml" iconType="light" href="/support/legal" cta="Learn more">
        Access technical documentation, integration guides, API references, webhooks, and developer resources.
      </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="Crossborder Payments Overview" icon="globe" iconType="light" href="/getting-started/integrations/developer/crossborder-overview" cta="Read article">
      Learn how cross-border operations work, the role of PIX, and the required documentation flow for international payments.
    </Card>

    <Card title="Operational Guidelines" icon="clipboard-list" iconType="light" href="/policies/operational-guidelines" cta="Read article">
      Rules and procedures for platform use, transaction limits, and acceptable use policies.
    </Card>

    <Card title="Our Solutions" icon="rocket" iconType="light" href="/getting-started/oursolutions" cta="Read article">
      Discover the full range of payment solutions offered by WEpayments, including Payin, Payout, and cross-border options.
    </Card>

    <Card title="Understanding Brazilian Bank Accounts" icon="landmark" iconType="light" href="/getting-started/workspace/understanding-brl-accounts" cta="Read article">
      Learn the information required to identify a beneficiary's bank account when sending payments in Brazil.
    </Card>
  </Columns>
</div>
