> For the complete documentation index, see [llms.txt](https://terminalwallet-cli.gitbook.io/terminal-wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://terminalwallet-cli.gitbook.io/terminal-wallet/wallet-setup/setting-rpc-nodes.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://terminalwallet-cli.gitbook.io/terminal-wallet/wallet-setup/setting-rpc-nodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
