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

# AI nodes in Integration Designer

> AI-powered workflow nodes available in FlowX.AI 5.1.x — text, document, image, and data operations inside Integration Designer.

FlowX.AI 5.1.x ships AI-powered nodes inside [Integration Designer](./integration-designer) that let workflows process text, documents, images, and tabular data without calling external AI services from your own code. Each node family wraps a focused capability and runs inside the same integration workflow as any other node type.

## Node families

<Tabs>
  <Tab title="Text">
    <CardGroup cols={2}>
      <Card title="Text Transformation" icon="wand-magic-sparkles">
        Adjust tone, complexity, or formatting of an input string.
      </Card>

      <Card title="Text Understanding" icon="brain">
        Detect sentiment, topics, intent, language, and named entities.
      </Card>

      <Card title="Text Generation" icon="pen-nib">
        Produce summaries, completions, translations, and paraphrases.
      </Card>

      <Card title="Text Extraction" icon="filter">
        Pull structured fields, keywords, or metadata out of free-form text.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Document">
    <CardGroup cols={2}>
      <Card title="Document Generation" icon="file-lines">
        Render reports or filled templates from process data.
      </Card>

      <Card title="Document Extraction" icon="file-import">
        Extract structured data, entities, and metadata from uploaded documents.
      </Card>

      <Card title="Document Understanding" icon="file-magnifying-glass">
        Surface meaning, topics, and key information from a document.
      </Card>

      <Card title="Extract Text from Document" icon="file-code">
        Pull raw text out of PDFs and images (OCR-backed).
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Image">
    <CardGroup cols={2}>
      <Card title="Image Description" icon="image">
        Generate captions or detailed descriptions from images.
      </Card>

      <Card title="Image Analysis" icon="eye">
        Recognize objects, emotions, and scenes for contextual classification.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Data">
    <CardGroup cols={3}>
      <Card title="Data Enrichment" icon="database">
        Annotate or relate raw records with AI-derived context.
      </Card>

      <Card title="Data Generation" icon="table">
        Produce synthetic or structured data from templates and rules.
      </Card>

      <Card title="Data Transformation" icon="arrows-rotate">
        Clean, normalize, aggregate, or restructure datasets.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

## How they fit into a workflow

AI nodes drop onto the Integration Designer canvas the same way as any other node. Wire them between the start node, conditions, REST calls, and database operations. Inputs come from upstream nodes' output mappings; outputs are written to keys you reference downstream in the same workflow.

For broader Integration Designer context, see the [Integration Designer reference](./integration-designer).

## Patch additions inside 5.1.x

The 5.1.0 baseline above was extended across the LTS line:

| Version | Addition                                                                                                                            |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| 5.1.1   | Multi-agent system; AI Developer in Command Center (data-model integration, expression generation); document generation in AI nodes |
| 5.1.2   | AI Designer data-model generation for tables                                                                                        |
| 5.1.3   | AI Designer data-model generation extended; conversational-API streaming client library                                             |

5.1.4 through 5.1.8 contain bug fixes and security patches only — no new AI features.

## Typical use cases

<AccordionGroup>
  <Accordion title="Intelligent document processing" icon="file-invoice">
    Extract data from invoices, contracts, and forms; classify document types; validate extracted fields against business rules.
  </Accordion>

  <Accordion title="Customer communication analysis" icon="comments">
    Sentiment analysis on support tickets; topic clustering across feedback; AI-drafted personalized responses.
  </Accordion>

  <Accordion title="Content generation" icon="pen-nib">
    Summarize long documents, translate into multiple languages, generate reports from structured data.
  </Accordion>

  <Accordion title="Data processing" icon="database">
    Enrich customer records with AI-derived insights; transform unstructured data into structured formats; synthesize test data.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Integration Designer" icon="diagram-project" href="./integration-designer">
    The visual canvas where AI nodes live alongside REST, database, and other integration nodes.
  </Card>

  <Card title="FlowX.AI 5.1.0 release notes" icon="newspaper" href="/release-notes/v5.x/v5.1.x-lts/v5.1.0-october-2025/v5.1.0-october-2025">
    Original announcement of AI nodes in Integration Designer.
  </Card>
</CardGroup>


## Related topics

- [FlowX.AI 5.1.0 Release Notes](/release-notes/v5.x/v5.1.x-lts/v5.1.0-october-2025/v5.1.0-october-2025.md)
- [Integration Designer](/5.1/docs/platform-deep-dive/integrations/integration-designer.md)
- [FlowX.AI 5.9.0 Release Notes](/release-notes/v5.x/v5.9.0-june-2026/v5.9.0-june-2026.md)
- [FlowX.AI 5.8.0 Release Notes](/release-notes/v5.x/v5.8.0-may-2026/v5.8.0-may-2026.md)
- [FlowX.AI 5.2.0 Release Notes](/release-notes/v5.x/v5.2.0-november-2025/v5.2.0-november-2025.md)
