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

# setup

> Set up an existing account on a given chain by installing any missing modules.

Method on an account instance returned by [`createAccount`](/sdk-reference/rhinestone-sdk/create-account).

## Usage

```ts theme={null}
const success = await account.setup(chain)
```

## Parameters

<ParamField path="chain" type="Chain" required>
  Chain to set the account up on
</ParamField>

## Returns

<ResponseField name="success" type="boolean">
  `true` once setup is submitted
</ResponseField>
