# Setting RPC Nodes

{% hint style="info" %}
Remote Procedure Call (RPC) Nodes are how you communicate with and receive information from the blockchain. Sometimes RPC nodes can go down and you might want to change to another one to troubleshoot issues.
{% endhint %}

### Prerequisites

* You have either [created](/terminal-wallet/first-time-setup/creating-a-new-wallet.md) or [imported](/terminal-wallet/first-time-setup/import-an-existing-wallet.md) a wallet

### Customizing RPC Nodes Walkthrough

#### 1. Navigate to 'Edit RPC Providers' with the arrow keys and press Enter to proceed.

<figure><img src="/files/UKt3yNM3u23bW6zeYBzN" alt=""><figcaption></figcaption></figure>

#### 2. To disable an RPC node, navigate to it and press Enter.&#x20;

<figure><img src="/files/dE7ufEZptwHMl3nyT7ax" alt=""><figcaption></figcaption></figure>

#### 3.  Press Enter to confirm

<figure><img src="/files/kg3sPg2gAqgSHTU4VmLa" alt=""><figcaption></figcaption></figure>

#### 4. To add a custom RPC, press Enter on 'Add Custom RPC'

<figure><img src="/files/ExMv6LwremCkjaN7I00l" alt=""><figcaption></figcaption></figure>

#### 5. Paste in the URL of the custom RPC node

<figure><img src="/files/6rDjla2Mxjof9CiIP7QP" alt=""><figcaption></figcaption></figure>

#### 6. The new RPC node has been added to the list and can be toggled with the Enter key&#x20;

<figure><img src="/files/5aL6iBwIDLjkxsnohfLp" alt=""><figcaption></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://terminalwallet-cli.gitbook.io/terminal-wallet/wallet-setup/setting-rpc-nodes.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.
