# Free Plan

Our free plan comprehends:

* **250,000** requests;
* **Unlimited** number of endpoints to use;
* Access to the following endpoints:
  * RPCs
  * gRPCs
  * REST
* Discord support.

In the free plan, the endpoints are rate-limited to 10 req/sec.

To start using it you just need to [log-in into Forbole's RPC](https://rpc.forbole.com/) and an Api Key will be automatically generated for you.


---

# 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/plans/free-plan.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.
