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

# Accelerators Overview

> Add-on packages that extend fusionCore beyond the base product — install separately, configure, and use alongside your org.

## What Are Accelerators?

**Accelerators** are add-on Salesforce packages that are not included in the base fusionCore install. Each one is installed separately, on top of fusionCore (or, for a few, on top of base Salesforce without fusionCore at all). Each page in this section covers one accelerator: what it does, how to configure it, and the limitations and common pitfalls to know before you rely on it.

<Info>
  If you're not sure whether an accelerator is installed in your org, check **Setup → Installed Packages** before following its configuration steps.
</Info>

## Accounting

<CardGroup cols={2}>
  <Card title="Lockbox for fusionCore" icon="building-columns" href="/end-user-guides/accelerators/lockbox-for-fusioncore" arrow="true">
    Import a bank lockbox file and automatically apply the payments it lists to matching Orders and installments.
  </Card>

  <Card title="Transaction Generator" icon="file-invoice" href="/end-user-guides/accelerators/transaction-generator" arrow="true">
    Define reusable Journal Entry Rules that auto-generate double-entry transactions, plus fusionCore's standard rule set and Financial Period close workflow.
  </Card>

  <Card title="Email Flows" icon="envelope" href="/end-user-guides/accelerators/email-flows" arrow="true">
    Pre-built flows that email a payment receipt or a failed auto-charge alert to a customer's billing contact.
  </Card>
</CardGroup>

## Accounts and Contacts

<CardGroup cols={2}>
  <Card title="Affiliations for Base Salesforce" icon="people-arrows" href="/end-user-guides/accelerators/affiliations-for-base-salesforce" arrow="true">
    Model many-to-many relationships between Accounts and Contacts that standard Salesforce can't capture natively.
  </Card>

  <Card title="Contact User Sync for Base Salesforce" icon="arrows-rotate" href="/end-user-guides/accelerators/contact-user-sync-for-base-salesforce" arrow="true">
    Keep a Contact's fields in sync with its related User record, and expose User fields as custom SSO attributes.
  </Card>

  <Card title="Google and Apple Wallet" icon="wallet" href="/end-user-guides/accelerators/google-apple-wallet" arrow="true">
    Issue digital membership passes to Apple Wallet and Google Wallet directly from Salesforce.
  </Card>
</CardGroup>

## Portal

<CardGroup cols={2}>
  <Card title="New User Registration" icon="user-plus" href="/end-user-guides/accelerators/new-user-registration" arrow="true">
    Guide a new contact through portal self-registration, matching or creating their Account and blocking duplicates.
  </Card>

  <Card title="Roster" icon="table-list" href="/end-user-guides/accelerators/roster" arrow="true">
    Give portal users a configurable table to view and edit a defined set of records, such as their organization's other users.
  </Card>

  <Card title="Custom Header and Footer" icon="window-maximize" href="/end-user-guides/accelerators/custom-header-and-footer" arrow="true">
    A starting header and footer component pair for a community or portal, ready for a developer to theme.
  </Card>
</CardGroup>

## General Use

<CardGroup cols={2}>
  <Card title="Health Checker" icon="stethoscope" href="/end-user-guides/accelerators/health-checker" arrow="true">
    Define and run configurable checks against your org's data and configuration, on demand or on a schedule.
  </Card>

  <Card title="fusionSpan Common Base Library" icon="cubes" href="/end-user-guides/accelerators/fusionspan-common-base-library" arrow="true">
    A shared library of reusable Apex utilities and Lightning components other accelerators depend on.
  </Card>
</CardGroup>
