# Welcome to the Chain.Love's API Management module

You can start making requests to our public endpoints (like on [Filecoin](https://reqbin.com/c-x9ld2evx)) right away without creating a Chain.Love account. To learn more on which chains RPC and/or Subgraphs are free take a look at our [blockchains](https://chain-love.gitbook.io/chain-love-docs/blockchains/blockchains) section.\
\
For accessing advanced features and paid endpoints, consider setting it up. To do that, follow these steps:

{% stepper %}
{% step %}
**Navigate to RPC or Subgraphs sections respectively**

Use website header for doing that

<figure><img src="/files/q7Z2bXFhkspQktf6Pe2t" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Create a Query Key**

To create a query key, follow [these steps](https://chain-love.gitbook.io/chain.loves-api-management-module/getting-started-with-rpc/create-query-keys). This will allow you to make authenticated requests to our nodes. During key configuration, the name is the only required field so you can leave the other fields as they are.

**Create an API Key (Optional)**

For programmatic access to manage your account, you can also create an API key. Follow [these steps](https://chain-love.gitbook.io/chain-love-docs/platform-api/create-api-keys) to create an API key for administrative functions like viewing statistics and creating query keys programmatically.
{% endstep %}

{% step %}
**Activate Your Subscription (Paid Plans Only)**

If you chose a paid plan, you need to activate your subscription. Follow [these steps](/chain.loves-api-management-module/billing/subscriptions.md) to do so. You can learn more about subscriptions [here](/chain.loves-api-management-module/billing/subscriptions.md).
{% endstep %}

{% step %}
**Make Your First Request**

To make your first request, follow [these steps](/chain.loves-api-management-module/getting-started-with-rpc/send-requests.md).
{% endstep %}
{% endstepper %}

#### Video guide

{% embed url="<https://youtu.be/K7zO3hXF2T0>" %}

#### Choose your own path to start exploring Chain.Love:

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Begin with fundamentals and guided tutorials.</td><td><a href="/spaces/PWuDHqT5CRbrc5eu4gbw">/spaces/PWuDHqT5CRbrc5eu4gbw</a></td></tr><tr><td><strong>Load balancer as a service</strong></td><td>... and other features of the Performance module</td><td><a href="/spaces/zHukEzyKtop3oVU5Uj2y">/spaces/zHukEzyKtop3oVU5Uj2y</a></td></tr><tr><td><strong>Discover service providers</strong></td><td>Open Toolbox</td><td><a href="/spaces/UtEmB9ZJDyz0H0sE6dNG">/spaces/UtEmB9ZJDyz0H0sE6dNG</a></td></tr></tbody></table>


---

# 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://chain-love.gitbook.io/chain.loves-api-management-module/readme.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.
