# RPCs

Lyra allows you to easily manage your RPCs. Besides storing your RPCs, it also makes it possible to test them.

## Adding RPCs

Start by entering the List name, select the blockchain and then paste your RPCs on the text box below.

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

## Buttons

1. **Test RPCs**: Used to test RPCs
2. **Clear List**: Removes all the RPCs on the list.&#x20;

## Testing RPCs

You can test RPCs if they're working.

<figure><img src="/files/EjSzrehFzNY9QeTyTZNb" 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://desktop-guide.lyrarobotics.io/other/rpcs.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.
