# Change RPC

When launching Shprd, it is recommended to modify the RPC to get the best possible performance.

<figure><img src="/files/VNWJqdHFWO31BBH6aj9k" alt=""><figcaption><p>Login Page</p></figcaption></figure>

First, click on the button at the top right of the screen. A modal will appear and it will be possible to choose the network and configure the RPC by clicking on the settings icon.

<figure><img src="/files/BDhh3atyy0Ro5AFbkf2o" alt=""><figcaption><p>Networks Modal</p></figcaption></figure>

Get the url of a RPC and enter it in the '*Enter RPC url*' input field and press 'SAVE'. You are now able to connect your Metamask wallet and use your own RPC.&#x20;

{% hint style="info" %}
To get your own RPC API Key follow this tutorial: [Create your own RPC](/guides/rpc/create-your-own-rpc.md)
{% endhint %}

<figure><img src="/files/Ds0t8nrCQIaSfjY1C8Nj" alt=""><figcaption><p>RPC Settings Page</p></figcaption></figure>


---

# 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/change-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.
