> For the complete documentation index, see [llms.txt](https://docs.creditcoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoin.org/wallets/how-to-connect-your-wallet-to-creditcoin/polkadot-js-extension.md).

# 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/CUoC9gFa2Ms6A9tzAzO1" 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/NE4nu5SmANt8id9iWas3" alt=""><figcaption></figcaption></figure>

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

#### Importing an Existing Account <a href="#importing-an-existing-account" id="importing-an-existing-account"></a>

To import an existing Substrate account, click on the plus sign (+) in the upper right corner of the extension modal and select “Import account from pre-existing seed” instead. Enter your seed phrase, give a name to your account and enter the password that will be required when signing extrinsics.

#### Connecting to Creditcoin <a href="#connecting-to-creditcoin" id="connecting-to-creditcoin"></a>

Polkadot-JS APPS is a web UI for interacting with Substrate based nodes like Creditcoin. It allows users to interact with the Creditcoin blockchain.

Open the [Polkadot-JS UI ](https://polkadot.js.org/)site using either the Polkadot hosted or IPFS version.

In the upper-left corner, click on the network ID to open the menu and select “custom endpoint” at the bottom of the menu.

<figure><img src="/files/27Q2dEaolPTfTD2WJIwo" alt=""><figcaption></figcaption></figure>

Enter the URL for the desired Creditcoin network.

{% hint style="info" %}
If you don’t know which environment you should be connecting to, refer to the Environments page to get a better understanding of the different networks and their available public endpoints.
{% endhint %}

Click on Switch to apply connect to your node.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.creditcoin.org/wallets/how-to-connect-your-wallet-to-creditcoin/polkadot-js-extension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
