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

# Galantis Connect

> A powerful platform for synchronizing data between your business systems.

## Getting Started

Welcome to **Galantis Connect**, a powerful platform for synchronizing data between your various business systems. This document will guide you through the core concepts and features of the platform, helping you set up and manage your data flows effectively.

<img src="https://mintcdn.com/digifist/RdJ462p4WOY30oa7/images/galantis/connect/overview.jpg?fit=max&auto=format&n=RdJ462p4WOY30oa7&q=85&s=6cb9c28d837aabaf3de9fed670e1c76a" alt="Galantis Connect platform overview" width="1600" height="900" data-path="images/galantis/connect/overview.jpg" />

## Core Concepts

At its core, Galantis Connect is built around a few key concepts:

### Projects

A **Project** is a workspace that contains all your integrations, connections, and rules. It's the top-level container for a specific data synchronization setup.

### Integrations

An **Integration** is a connection to an external service, such as a Shopify store or an ERP system. You'll need to create an integration for each system you want to connect to Galantis Connect.

### Project Fields (Field Mapping)

**Project Fields** are custom fields you define within a project. They act as a central, canonical data model for your project.

Example: `product_sku`

You then map fields from your various integrations to these central Project Fields. This is the heart of the field-mapping process.

### Connections

A **Connection** defines the flow of data between two integrations. It specifies:

* A source integration
* A target integration
* The direction of the data flow

### Rules

The **Rule Engine** allows you to create powerful conditional logic to manipulate your data as it passes through Galantis Connect.

Rules can be used to:

* Clean data
* Transform data
* Validate data

This ensures the data is in the correct format before it reaches its destination.

<img src="https://mintcdn.com/digifist/kQenm338X8V6qmxH/images/galantis/connect/feature-overview.jpg?fit=max&auto=format&n=kQenm338X8V6qmxH&q=85&s=b0b90f825802f737253c0daf7d568ef2" alt="Galantis Connect feature overview" width="1600" height="900" data-path="images/galantis/connect/feature-overview.jpg" />

## Next steps

<CardGroup cols={2}>
  <Card title="Managing integrations" icon="plug" href="/galantis/connect/integrations">
    Learn how to add and configure external service connections
  </Card>

  <Card title="Project Fields" icon="table-cells" href="/galantis/connect/project-fields">
    Define your canonical data model with custom fields
  </Card>

  <Card title="Connections" icon="link" href="/galantis/connect/connections">
    Create data flows between your integrations
  </Card>

  <Card title="Rule Engine" icon="gears" href="/galantis/connect/rule-engine">
    Build conditional logic to transform your data
  </Card>
</CardGroup>
