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

# showWalletUI

Function to show the templated wallet UI services modal using the Wallet Services plugin.

info

Please note that this function doesn't work for external wallet logins. It only works for social login embedded wallets.

### Usage[​](#usage "Direct link to Usage")

```
// Open the Wallet UI modal
await web3auth.showWalletUi({
  show: true,
})

```

### Parameters[​](#parameters "Direct link to Parameters")

```
interface ShowWalletUIParams {
  show: boolean;
  path?: string;
}

```

#### `show`[​](#show "Direct link to show")

`boolean`

Determines whether the wallet UI is displayed. This can be used to programmatically control its visibility.

#### `path`[​](#path "Direct link to path")

`string?` (optional)

Specifies the path for the Wallet Services.
