> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Integrate Qonto banking features into your web application with less effort

The Embed SDK is a TypeScript/JavaScript library that allows you to integrate Qonto banking features into your web
application effortlessly. It provides a set of functions and UI elements that can be used to create a seamless
integration with Qonto's banking services. The Embed SDK is designed to be easy to use, allowing you to quickly
integrate the Embed features.

Given it's based on TypeScript, it can be used in any environment where TypeScript or JavaScript can run, including
Node.js and browsers. Read on to learn more about the SDK APIs and how to use it.

## Benefits

<CardGroup cols={2}>
  <Card title="Abstract out the API">
    By using the SDK, you can abstract out the API calls and focus on the
    business logic of your application without worrying about implementing all
    the network communication by yourself.
  </Card>

  <Card title="Inject UI components">
    To save you time and keep you compliant, the SDK provides UI components that
    can be injected into your application. This allows you to quickly add Qonto
    features to your application without having to build the UI from scratch.
  </Card>
</CardGroup>

<Warning>
  **Note on API stability**

  We are in the early stages of the SDK implementation. While we will strongly attempt to avoid
  breaking changes, we may need to make some in the future. Note that while the SDK is in the v0.x
  stage, breaking changes might happen.
  Once we reach v1.0.0, we will follow [semantic versioning](https://semver.org/) strictly.
</Warning>
