# InstallPluginParams | @account-kit/smart-contracts

> Overview of InstallPluginParams from @account-kit/smart-contracts

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type InstallPluginParams<TAccount, TContext, TEntryPointVersion> = object &
  UserOperationOverridesParameter<TEntryPointVersion> &
  GetAccountParameter<TAccount> &
  GetContextParameter<TContext>;
```

Defined in: [account-kit/smart-contracts/src/msca/plugin-manager/installPlugin.ts:26](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/plugin-manager/installPlugin.ts#L26)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `dependencies?`
      </td>

      <td>
        [`FunctionReference`](FunctionReference)\[]
      </td>
    </tr>

    <tr>
      <td>
        `manifestHash?`
      </td>

      <td>
        [`Hash`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        `pluginAddress`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        `pluginInitData?`
      </td>

      <td>
        [`Hash`](https://viem.sh)
      </td>
    </tr>

  </tbody>
</table>

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
      <th align="left">Default type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* `SmartContractAccount` | `undefined`
      </td>

      <td>
        `SmartContractAccount` | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        `TContext` *extends* `Record`\<`string`, `unknown`> | `undefined`
      </td>

      <td>
        `Record`\<`string`, `unknown`> | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        `TEntryPointVersion` *extends* `GetEntryPointFromAccount`\<`TAccount`>
      </td>

      <td>
        `GetEntryPointFromAccount`\<`TAccount`>
      </td>
    </tr>

  </tbody>
</table>