# Interact With The Node

## Connecting Polkadot JS

### 1. Open Polkadot UI App

You can use the [**Polkadot dashboard app**](http://sandbox.vera.financial/) *\*\**&#x77;hich is deployed on our server to help interact with the Substrate node.

{% embed url="<http://sandbox.vera.financial/>" %}
Polkadot/Substrate Dashboard
{% endembed %}

### 2. Connect Our Node

Click on development and choose a local node and click on switch.

![](/files/-MZJMXu9ydROKxabA0S5)

{% hint style="info" %}
The local node provides two RPC endpoints:

* HTTP: `http://127.0.0.1:9933`
* WS: `ws://127.0.0.1:9944`
  {% endhint %}

With Polkadot JS Apps connected, you will see our node producing blocks.


---

# 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.vera.financial/developers/main/getting-started/interact-with-the-node.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.
