# RPC

All dApps (decentralized applications) need a way to communicate with blockchains. Without a means of communication, dApps won’t be able to access information and make transactions on the blockchain on which they operate. This connection between the blockchain and the dApps is facilitated by what is known as RPC nodes.

{% embed url="<https://moralis.io/ethereum-rpc-nodes-what-they-are-and-why-you-shouldnt-use-them/>" %}

{% content-ref url="/pages/YOQG6q509FPebJIfIbkt" %}
[Change RPC](/guides/rpc/change-rpc.md)
{% endcontent-ref %}

{% content-ref url="/pages/h6fcSzdDVho04nxAKcVy" %}
[Create your own RPC](/guides/rpc/create-your-own-rpc.md)
{% endcontent-ref %}


---

# 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.shprd.finance/guides/rpc.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.
