# Create your own RPC

### Getblock Tutorial

Go to the [Getblock](https://account.getblock.io/sign-in) website and create an account if you don't already have one.

When you are connected, go to "GetBlock Dashboard" page.

![GetBlock Dashboard](/files/dK9jbxt40OFgpmosZEg0)

You will see your API key in the "Production" section. You will need this to use the custom RPC.&#x20;

To generate a full RPC link, click on Production. You will be taken to a page to create your custom RPC for any network.

![API Key Detail ](/files/fEI5w2TyDnR1qWKV9JPJ)

On this page, click on "Generate endpoint".&#x20;

![Generate Endpoint ](/files/mGE0irZDGYb1QPH6laft)

Select the blockchain you want to use, JSON-RPC, Mainnet and click on create. You will get a link with this format (API\_KEY being your own API key):&#x20;

{% embed url="<https://bsc.getblock.io/mainnet/?api_key=API_KEY>" %}

.


---

# 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/create-your-own-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.
