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

# Mock integrations

> If you need to test the business process flow but haven't completed all integrations, you can still do so by utilizing the mock integrations server included in the platform.

## Setup

To begin, configure the microservice's DB settings to use a Postgres DB. Then, deploy the mocked adapter microservice.

## Adding a new integration

Setting up a mocked integration requires only one step: adding a mock Kafka request and response.

You have two options for accomplishing this:

1. Add the information directly to the DB.
2. Use the provided [**API**](../../api/add-kafka-mock).

For each Kafka message exchange between the engine and the integration, you need to create a separate entry.

<Check>
  Check out the [**Add new exchange Kafka mock**](../../api/add-kafka-mock) API reference for more details.
</Check>

<Check>
  Check out the [**View all available Kafka exchanges**](../../api/add-kafka-mock) API reference for more details.
</Check>


## Related topics

- [FlowX.AI 5.6.0 Release Notes](/release-notes/v5.x/v5.6.0-march-2026/v5.6.0-march-2026.md)
- [FlowX.AI 5.9.0 Release Notes](/release-notes/v5.x/v5.9.0-june-2026/v5.9.0-june-2026.md)
- [Table](/4.7.x/docs/building-blocks/ui-designer/ui-component-types/table.md)
- [Deployment guidelines v5.9.0](/release-notes/v5.x/v5.9.0-june-2026/deployment-guidelines-v5.9.md)
- [Integration Designer](/4.7.x/docs/platform-deep-dive/integrations/integration-designer.md)
