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

# Account Mapping

> Map external accounting system accounts to your Encore chart of accounts using the Account Mapping Editor.

Map external accounting system accounts to your Encore chart of accounts at the in-app route `/fa/accounts/mapping`.

## Overview

This screen hosts the `AccountMappingEditor` component, which provides a UI for mapping accounts from an external accounting system to the Encore Finance & Revenue chart of accounts. The page header describes the purpose as "Map external accounting system accounts to your Encore chart of accounts." The page applies an internal permission check via `RequirePermission permission="fa.accounts.admin"` rendered inside the page component itself, in addition to the route-level access.

## Who it's for

Required permission: `fa.accounts.admin` (enforced inside the page component via `RequirePermission`). Access follows your organization's role and module configuration. at the route level in fa.tsx for this path.

## Before you start

* Chart of Accounts must already be set up in Encore Finance & Revenue.
* External system account data must be available for mapping.

## Steps

<Steps>
  <Step title="Navigate to Account Mapping">Go to `/fa/accounts/mapping` via the Finance & Revenue Accounts section.</Step>
  <Step title="Review the mapping editor">The `AccountMappingEditor` component presents accounts from the external system alongside Encore accounts.</Step>
  <Step title="Create or update mappings">Use the editor controls to assign external accounts to Encore chart of accounts entries.</Step>
</Steps>

## Key concepts

* `AccountMappingEditor` — component that provides the mapping interface
* `fa.accounts.admin` — required permission to view and use this screen

## Related

<Columns cols={2}>
  <Card title="Finance & Revenue" icon="building-columns" href="/fa/overview">
    Finance & Revenue core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/fa.tsx
  * src/cores/fa/pages/AccountMappingPage.tsx
</Accordion>
