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

# Connect a Taxpayer

> Chart Connect is an embedded onboarding flow that enables tax payers to connect their tax record system in 30 seconds.

In order to recieve data from any tax record system, you'll first need to connect a tax payer.
Chart Connect is an embedded onboarding flow that enables tax payers to connect their data in 30 seconds
through the following steps.

<Steps>
  <Step title="Open Chart Connect">
    <img width="100%" src="https://mintcdn.com/chart/5V9iU9vWdtuPCGDj/images/open-chart-connect.png?fit=max&auto=format&n=5V9iU9vWdtuPCGDj&q=85&s=aa1dd8dfeb8640db195a815f97c816fc" data-path="images/open-chart-connect.png" />

    Tax payers access Chart Connect from within your application. We suggest launching Chart Connect
    during the tax payer onboarding process.
  </Step>

  <Step title="Connect a provider">
    <img width="100%" src="https://mintcdn.com/chart/5V9iU9vWdtuPCGDj/images/chart-connect-screens.png?fit=max&auto=format&n=5V9iU9vWdtuPCGDj&q=85&s=7f2682fa64480788f752594dd62ce087" data-path="images/chart-connect-screens.png" />

    * **Read privacy disclosures** - Chart Connect discloses data privacy practices right from the start,
      so your customers know where and how their data is used.
    * **Select a provider** - Once the user approves, they select their tax record system from Chart's list of providers.
    * **Authenticate access** - The user is prompted to log into their account (via credentials or API key if available),
      granting your application access to their tax record data.
  </Step>

  <Step title="Receive data">
    <img width="100%" src="https://mintcdn.com/chart/5V9iU9vWdtuPCGDj/images/successful-connection-screen.jpg?fit=max&auto=format&n=5V9iU9vWdtuPCGDj&q=85&s=4303d7a97f429e97baf43dcb53ddd4de" data-path="images/successful-connection-screen.jpg" />

    That's it! Upon successful authentication, Chart Connect closes and redirects back to your application.

    Once the connection is established, you will recieve a Chart access token and can call the Chart API.
    At this point you can assure your users that the connection has been set up successfully, and redirect them to other tasks.
  </Step>
</Steps>
