# 🧭 Guide to RPC

Welcome! This documentation explains how to use [Forbole RPC](https://rpc.forbole.com/) as a Web3 developer or user.

{% hint style="warning" %}
If you encounter any challenges while using RPC, don't hesitate to reach out to the Forbole Tech support team on our [Discord server](https://discord.com/invite/CPPP9vbMRr) or [Telegram group](https://t.me/forbole).&#x20;

Check out the [**Contact Us**](https://docs.rpc.forbole.com/contact-us) section to find relevant contact information.
{% endhint %}

{% content-ref url="guide-to-rpc/endpoints" %}
[endpoints](https://docs.rpc.forbole.com/rpc-api-documentation/guide-to-rpc/endpoints)
{% endcontent-ref %}

{% content-ref url="guide-to-rpc/plans/pay-as-you-go/query-requests-top-up" %}
[query-requests-top-up](https://docs.rpc.forbole.com/rpc-api-documentation/guide-to-rpc/plans/pay-as-you-go/query-requests-top-up)
{% endcontent-ref %}

{% content-ref url="guide-to-rpc/settings/ip-allowlist" %}
[ip-allowlist](https://docs.rpc.forbole.com/rpc-api-documentation/guide-to-rpc/settings/ip-allowlist)
{% endcontent-ref %}

{% content-ref url="guide-to-rpc/plans" %}
[plans](https://docs.rpc.forbole.com/rpc-api-documentation/guide-to-rpc/plans)
{% endcontent-ref %}


---

# 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.rpc.forbole.com/rpc-api-documentation/guide-to-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.
