# Integration Guide

Welcome to the Fiat24 Integration Guide!&#x20;

Discover everything you need to build with Fiat24 — from Smart Contracts to the RESTful API. With our tools and tutorials, developers can integrate seamlessly and unlock the full power of the Fiat24 Platform today!

This guide includes five parts:

* The **Part 1** gives the **solidity** developers fully details about how to communicate with our smart contracts in <mark style="color:purple;">**Arbitrum**</mark> blockchain.
* The **Part 2** includes various **RESTful APIs** which enable you to securely access and manage <mark style="color:purple;">**off-chain**</mark> Client accounts and data, design and customise your payment, cards, and Fiat24 account flows, and leverage our payments and banking infrastructure.
* The **Part 3** is to integrate the client onboarding process with external application. We also offer colour schemes for customise the look-and-feel.

<figure><img src="/files/1x6lVnVM9uRACM9MOrr3" alt=""><figcaption></figcaption></figure>

* The **Part 4** is optional. Projects can easily use our Dune reporting templates to build their own statistics.
* The **Part 5** is optional. Easily integrate the client services module into your project.

To integrate with Fiat24, you don't have to register with us. All interfaces are totally <mark style="color:purple;">**permission-less**</mark>.

{% hint style="warning" %}
We do **NOT** provide any Sandbox environment.
{% endhint %}


---

# 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.fiat24.com/developer/integration-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.
