# Step-by-step Guide

The easiest way to get started with OffBlocks API is to follow a step by step guide. It is structured in an incremental way demonstrating building blocks one by one, all the way to the fully working integration.

{% content-ref url="/pages/qMCTZIviWsXIo3Y80FEr" %}
[API Credentials](/developer-guides/step-by-step-guide/api-credentials.md)
{% endcontent-ref %}

{% content-ref url="/pages/mSHJn3GOMyYMgj2xVKNr" %}
[Authentication](/developer-guides/step-by-step-guide/authentication.md)
{% endcontent-ref %}

{% content-ref url="/pages/j9kJYOqo03NaDztd1iTa" %}
[Request Preparation](/developer-guides/step-by-step-guide/request-preparation.md)
{% endcontent-ref %}

{% content-ref url="/pages/qx9XnRJHEVh1Pjpap7A3" %}
[Customer Creation](/developer-guides/step-by-step-guide/customer-creation.md)
{% endcontent-ref %}

{% content-ref url="/pages/CnsxPcDzY9S4jd8MUWRX" %}
[Customer Verification](/developer-guides/step-by-step-guide/customer-verification.md)
{% endcontent-ref %}

{% content-ref url="/pages/fzESpnxoLWgGoJ8uygnM" %}
[Account Creation](/developer-guides/step-by-step-guide/account-creation.md)
{% endcontent-ref %}

{% content-ref url="/pages/JWuEJgooHmltsoM23uFV" %}
[Card Issuance](/developer-guides/step-by-step-guide/card-issuance.md)
{% endcontent-ref %}

{% content-ref url="/pages/D0LadXtUiryoiJYqfcR0" %}
[Card Authorisations](/developer-guides/step-by-step-guide/card-authorisations.md)
{% endcontent-ref %}

{% content-ref url="/pages/VJkP95Qd6bDEwzWoePdD" %}
[Webhooks](/developer-guides/step-by-step-guide/webhooks.md)
{% 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.offblocks.xyz/developer-guides/step-by-step-guide.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.
