# Polkadot.js apps

As the Humanode network is implemented based on substrate framework.

{% embed url="<https://github.com/paritytech/substrate>" %}

You can easily use already implemented substrate tools to interact with the Humanode chains like creating an account, exploring the networks (blocks, extrinsics, validators, etc), submitting RPC calls, submitting extrinsics and others.

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

Polkadot-JS Apps is the native Substrate UI for interacting with a node, allowing access to all features available on substrate-based chains. This provides a view and interaction layer from a browser.

{% embed url="<https://github.com/polkadot-js/apps>" %}

This can be accessed as a hosted application via:

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

To connect the Polkadot-JS Apps to your local node, you must go into `Settings` and change the "endpoint to connect to" to `Local Node (127.0.0.1:9944)`.

Check the substrate source to get more information.

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


---

# 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-apps.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.
