# Overview

RKFL Developer Guide offers a quick way to get up and running and familiarize yourself with its concepts. For detailed information on our endpoints, check out our [API Reference](https://docs.rocketfuelblockchain.com/developer-guides/api-reference).&#x20;

Following is a breakdown of these guides:

### Quick Start

Our [quick start](https://docs.rocketfuelblockchain.com/developer-guides/quick-start) takes you through the bare essentials required to begin using RKFL.

### API reference&#x20;

This section provides deep knowledge of RKFL APIs to build custom payment solutions at the integrator website.&#x20;

### Webhooks&#x20;

Our [webhooks](https://docs.rocketfuelblockchain.com/webhooks) sections allow you to register your URL in RKFL to get an automatic notification when an event occurs in the RKFL ecosystem.


---

# 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.rocketfuel.inc/developer-guides/overview.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.
