---
title: Start Here
description: Get to know Integrations and quick access links
documentId: ipaas-getting-started
locale: en-US
---

**Sensedia Integrations** is our cloud solution for **integration automation**.

Check out the video below and learn about some of the product's advantages:

![Intro](https://www.youtube.com/watch?v=-jfmIE_aPCw)

## Quick access

<Cards>
    <Card
        title="Creating an integration"
        icon={<Code />}
        href="docs/integrations/ipaas-flow-create"
    >
        Combine low-code with the flexibility of code
    </Card>
    <Card
        title="Data Sources"
        icon={<Database />}
        href="docs/integrations/ipaas-data-sources"
    >
        Create and manage connections with databases and data sources
    </Card>
    <Card
        title="Connectors"
        icon=icon={<Workflow />}
        href="docs/integrations/ipaas-connectors"
    >
        Explore existing connectors
    </Card>
    <Card
        title="SQL Instructions"
        icon={<PencilLine />}
        href="docs/integrations/ipaas-legacy-sql-instructions"
    >
        Build and execute SQL instructions in your flows
    </Card>
    <Card
        title="Sensedia AI Copilot"
        icon={<MessageSquareCode />}
        href="docs/integrations/ipaas-ai"
    >
        Leverage AI support to accelerate the development of your integrations
    </Card>
    <Card
        title="Traces"
        icon={<ChartLine />}
        href="docs/integrations/ipaas-traces"
    >
        Monitor and analyze integration traces
    </Card>
    <Card
        title="Creating a release"
        icon={<Package />}
        href="docs/integrations/ipaas-flow-deploy"
    >
        Create releases (versions) to organize and deploy integrations
    </Card>
</Cards>
