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

# Introduction

Most SaaS applications have a need to integrate with other systems and offer these integrations to their customers,
however this comes with a number of challenges such as building and maintaining the integrations, and managing the
credentials of your users which have activated these integrations.

Versori Embedded provides a solution to these challenges by allowing you to embed a native integration hub into your own
application which is backed by integrations built in the platform. Versori provides multiple methods of embedding your
integration into your own application, from a simple React SDK which deals with the UI and authentication on your
behalf, to a fully-featured REST API allowing you to build your own UI.

## Quickstart

The quickest way to get started is to use our React SDK, however if you require more control over the UI it's
recommended to learn more about [how Versori Embedded works](/legacy/embedded/how-it-works) before choosing your
implementation method.

## Implementation Methods

<CardGroup cols={3}>
  <Card title="Embedded API" icon="microchip" href="/legacy/api-reference/embedded">
    Use our Embedded API for full control over your integration hub.
  </Card>

  <Card title="TypeScript SDK" icon="code" href="/legacy/embedded/sdks/typescript">
    Use our TypeScript SDK for building your integration hub quickly and easily.
  </Card>

  <Card title="React SDK" icon="react" href="/legacy/embedded/sdks/react">
    Use our React SDK for a one-step implementation of your integration hub.
  </Card>
</CardGroup>
