# Polkadot.js extension

Polkadot.js extension allows to create Humanode account with the main basic functionality - signing transactions. It's not responsible for storing your funds (just keystore operations).

An account is essentially a keypair, but the public key is used as an address, and the private key is kept private and used to sign transactions.

Use the link to download and install it in your browser.&#x20;

{% embed url="<https://polkadot.js.org/extension/>" %}

Once installed, you’ll be prompted to accept the terms and conditions and then you’ll be able to create an account.

{% hint style="danger" %}
We don't recommend using the extension as a cold keystore to manage your accounts with your own funds.
{% endhint %}

Check the substrate docs to find more details.

{% embed url="<https://docs.substrate.io/reference/command-line-tools/polkadot-apps/#polkadot-js-extension>" %}


---

# 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://gitbook.humanode.io/docs/tools-and-services/polkadotjs-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.
