# Polkadot-JS Extension

**Creating a new account**

Install the Polkadot-JS [browser extension](https://polkadot.js.org/extension/) on Chrome or Firefox.

<figure><img src="/files/WW1oAUD9d3mqGwkjH5E8" alt=""><figcaption></figcaption></figure>

Once installed, click on the Polkadot-JS extension icon to open up the account menu. Create one by selecting the plus sign (+) and following the instructions. Be sure to write down your recovery seed; it is the only way to recover access to your account.

<figure><img src="/files/YlkyadcVjyYkj8PU02gc" alt="" width="281"><figcaption></figcaption></figure>

You should see your newly created accounts when opening the extension’s menu.

## **Connect to your node using Polkadot-JS**

Polkadot-JS APPS is a web UI for interacting with Substrate based nodes like Creditcoin. It allows validators to manage their accounts and set up their nodes.

Open the Polkadot-JS APPS site using either the [hosted](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.mainnet.creditcoin.network%2Fws#/explorer) or [IPFS](https://cloudflare-ipfs.com/ipns/dotapps.io/?rpc=wss%3A%2F%2Frpc.mainnet.creditcoin.network%2Fws#/) version. In the upper-left corner, click on the network ID to open the menu and select Local Node from the Development tab. Use the default URL or enter your own. Click on Switch to apply connect to your node.

<figure><img src="/files/1XZ3ODvp05n9OijNwqdo" alt=""><figcaption></figcaption></figure>


---

# 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.creditcoin.org/cc-enterprise/wallets/graphical-user-interface/polkadot-js-extension.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.
