> ## 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

# Core Elements

There are two core elements to the platform, [Connectors](./concepts/connectors) and [Boards](./concepts/boards).

## Connectors

[Connectors](/legacy/concepts/connectors) are the starting point in how Versori provides integrations to external
systems. Unlike other IPaaS’s, Versori do not rely on “pre-built” connectors. There is a catalogue of connectors that
users are free to use which have already been vetted by Versori, but users can also onboard their own connectors with
just a few clicks.

## Boards

A [Board](/legacy/concepts/boards) defines a single integration between one or more systems. The platform provides users
a drag-and-drop workflow builder which can be used to connect systems together, alongside additional tools to perform
your own business logic such as filtering and transformations.

When a Board is deployed, Versori creates dedicated compute resources to execute your integrations. Any webhook
receivers used in your integrations get a dedicated URL which you can use to connect the external system to your
integration.
