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

# Overview

This flow provides the ability to add additional people to an account that has already been opened by associating a `person_application_id` with an `account_id`. See [Person Application](/reference/person-application) and [Account](/reference/account).

When an application is submitted it will begin in the `pending` status and move through `processing` to either the `rejected` or `approved` status. Once approved, a new `Person` object is created and attached to the `Account` object. The ID of the new `Person` object is added to the `person_ids` list on the `Account` object.
