> For the complete documentation index, see [llms.txt](https://docs.rpc.forbole.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rpc.forbole.com/rpc-api-documentation/guide-to-rpc.md).

# 🧭 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**](broken://pages/xjlcBw98sHwAqNDyHZcV) section to find relevant contact information.
{% endhint %}

{% content-ref url="/pages/uMoJYTvWHC5FoSeXGSfB" %}
[🌐 Endpoints](/rpc-api-documentation/guide-to-rpc/endpoints.md)
{% endcontent-ref %}

{% content-ref url="/pages/ByGdqURpB6rXPt07neTP" %}
[Query requests top up](/rpc-api-documentation/guide-to-rpc/plans/pay-as-you-go/query-requests-top-up.md)
{% endcontent-ref %}

{% content-ref url="/pages/F1k4zDeclWpdHOmHGd2S" %}
[⛔️ IP Allowlist](/rpc-api-documentation/guide-to-rpc/settings/ip-allowlist.md)
{% endcontent-ref %}

{% content-ref url="/pages/7dnBfkF5KOzBOxEJmxSH" %}
[Plans](/rpc-api-documentation/guide-to-rpc/plans.md)
{% endcontent-ref %}


---

# 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:

```
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.
