---
title: Integrations Guide
description: Creating and managing integration flows
documentId: ipaas-integrations-guide
locale: en-US
---

Integrations using Apache Camel allow you to orchestrate data exchanges between systems in a standardized way, using components, routes, and processing rules.

In **Integrations**, you can create these integrations visually and intuitively through drag and drop and forms, while maintaining the flexibility to use and view code when needed, combining practicality and technical power in a single environment.

## Integration Flows

![Integration Flows Screen](https://creative-ball-51b3fc85c0.media.strapiapp.com/integration_flow_264a0bb672.png)

The **Integration Flows** screen displays the last 12 integration flows created, arranged in cards in alphabetical order.

Each card will display:

- The name and version of the integration flow
- A description (optional)
- Shortcut to the workspace for *Diagram & Source* and *Canvas (legacy)* type flows, respectively:

    * **Diagram & Source Code** ![Source](https://creative-ball-51b3fc85c0.media.strapiapp.com/source_icon_orange_a75fa6e6fc.png)
    * **Canvas** ![Flow](https://creative-ball-51b3fc85c0.media.strapiapp.com/flow_Icon_ffce9bbf66.png)
    * **Executions** ![Executions](https://creative-ball-51b3fc85c0.media.strapiapp.com/executions_Icon_d243f81b84.png)

If there are any inconsistencies, you will see an alert icon ![Alert](https://creative-ball-51b3fc85c0.media.strapiapp.com/alert_Icon_86fad7682f.png) in the upper right corner of the card.

To create a new integration, click **+ NEW FLOW**.

See [how to create a new integration](/docs/integrations/ipaas-flow-create).


### Filters

At the top of the screen, you can search for integration flows using the following filters:

* **Integration Flow**: select *All* or *With issues*.

* **Integration Type**: select the integration flow design type: *Diagram & Source Code*, *Canvas*, or *All*.

To search for a specific integration flow, type the name or a word from the flow description in the search box and click **SEARCH**.

## Integrations Guide

<Cards>
  <Card 
     title="Building Integrations" 
     icon={<Workflow />}
     href="docs/integrations/ipaas-building-integrations"
  >
     See the step-by-step guide to create, configure, version, and deploy your integrations in an environment.
  </Card>
  <Card
     title="AI Copilot"
     icon={<MessageSquareCode />}
     href="docs/integrations/ipaas-ai"
  >
     Learn how to use AI Copilot to streamline the creation and configuration of your integrations.
  </Card>
  <Card
     title="Advanced Settings"
     icon={<Settings />}
     href="docs/integrations/ipaas-advanced-settings"
  >
     Check the advanced settings for Resources and Flow Variables.
  </Card>
  <Card
     title="EIPs"
     icon={<Shuffle />}
     href="docs/integrations/ipaas-eips"
  >
     Learn about the Enterprise Integration Patterns (EIPs) available for use in Integrations.  
     These patterns help orchestrate and structure the flow, including routing, splitting, aggregation, and message control.
  </Card>
  <Card
     title="Triggers"
     icon={<CirclePlay />}
     href="docs/integrations/ipaas-triggers"
  >
     Check the trigger-type components available to start flows in Integrations.
     
     They are responsible for activating integration execution based on external events, cron, queues, and other input mechanisms.
  </Card>
  <Card
     title="Data Sources"
     icon={<Database />}
     href="docs/integrations/ipaas-data-sources"
  >
     Learn how to access and query databases using the JDBC component.
  </Card>
  <Card
     title="Deployment Management"
     icon={<Rocket />}
     href="docs/integrations/ipaas-deployments"
  >
     Track deployment status and perform management actions.
  </Card>
  <Card
     title="Expression Languages"
     icon={<SquareFunction />}
     href="docs/integrations/ipaas-expression-languages"
  >
     Learn about the Expression Languages available for data evaluation and transformation in Integrations.
     
     They allow you to access values, compare information, and manipulate messages during the integration flow.
  </Card>
  <Card
     title="Observability and Monitoring"
     icon={<ChartLine />}
     href="docs/integrations/ipaas-observability-monitoring"
  >
     Check the execution logs of deployed integrations. With logs and traces support, you ensure greater traceability and efficiency in troubleshooting.
  </Card>
  <Card
     title="Example - Payment Management"
     icon={<CreditCard />}
     href="docs/integrations/ipaas-example-payment"
  >
     Check out a complete example of a payment management integration.
  </Card>
</Cards>
