# Connect wallet

#### Install Extension Plugin

* For Polkadot.js plugin wallet, it doesn't have the functions like sending or checking balance as Metamask. You can use the [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer) website to check balances, participate in Kusama staking, and more. Click [here](https://polkadot.js.org/extension/) to install the plugin

![](/files/FZ8XmKkzkfVSncrN4eS7)

* When you installed successfully, you can see the logo or you can pin it to the toolbar

#### Create Account

![](/files/R62VBpjyKS9kqhqR1HSa)

* Click the <mark style="color:purple;">`Polkadot.js extension logo`</mark> in your browser. You will see a browser pop-up
* Click the <mark style="color:purple;">`+`</mark> button then it will use system randomness to make a new seed for you and display it to you in the form of twelve words

![](/files/AcvWZHZYq1U6vOhGhwzc)

* Save your seed word well, select <mark style="color:purple;">`saved mnemonic`</mark> and click the <mark style="color:purple;">`Next step`</mark> button

![](/files/e55lTTw4x7xlinWvOYea)

* Keep <mark style="color:purple;">`Network`</mark> as <mark style="color:purple;">`Allow use on any chain`</mark>. You can access all Polkadot parachain networks with one single wallet and it will automatically generate the corresponding address for the networks
* Enter your account name and password, then click the button to add an account

#### Connect Karura (Same for Acala)

![](/files/GVEBkZ9QLSfT9iYQO9Uc)

* Access [Karura](https://apps.karura.network/) and click the <mark style="color:purple;">`Connect Wallet`</mark> button on the upper right-hand corner

![](/files/dbeRzFcbW3t9SuKX8xJb)

* It will have a pop-up and click the arrow button. If it comes up with the connection failed, click "Try Again" and connect again

![](/files/g6U267PbJifOrgCawUzd)

* Click the allow button to authorize the connection
* If it shows up the metadata update requirement, just finish the update. Then you can connect Karura with your new account


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.taigaprotocol.io/resources/wiki/guides/start-with-polkadot.js/connect-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
