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

# What is Jinba Flow?

> A product for designing and building workflows

Jinba Flow is a product for designing and building workflows. Generate flows automatically through chat, then visually review and edit them with an intuitive flowchart interface. Workflows can be published as APIs or batch processes for easy reuse.

<img src="https://mintcdn.com/carnot/9TM0id_SlhFf_kG5/en/images/flow_editor_en.png?fit=max&auto=format&n=9TM0id_SlhFf_kG5&q=85&s=0846656bfb1bad2d528175e75a6c9e13" alt="Jinba Flow Editor" style={{ width: '100%', borderRadius: '8px', margin: '32px 0' }} width="2928" height="1838" data-path="en/images/flow_editor_en.png" />

## Workflow Automation in 3 Steps

<Steps>
  <Step title="Build">
    **Auto-generate workflows with natural language**

    <CardGroup cols={2}>
      <Card title="Natural Language Creation" icon="comments" href="./chat">
        Describe what you want and get instant flow generation
      </Card>

      <Card title="Visual Editing" icon="object-group">
        Intuitive drag & drop for flexible editing and building
      </Card>

      <Card title="Advanced Logic" icon="diagram-project" href="../architecture/execution-model">
        Supports complex logic: branches, loops, and more
      </Card>
    </CardGroup>
  </Step>

  <Step title="Run">
    **Diverse tools & secure AI integration**

    <CardGroup cols={2}>
      <Card title="100+ Integrations" icon="plug" href="../credentials/index">
        Connect Slack, Gmail, Notion, GitHub, Python, and more
      </Card>

      <Card title="LLM Integration" icon="brain" href="../tools/ai/anthropic">
        Easily integrate GPT, Claude, Gemini via MCP
      </Card>

      <Card title="Secure Execution" icon="shield-halved">
        Safe execution environment for advanced business tasks
      </Card>
    </CardGroup>
  </Step>

  <Step title="Deploy">
    **One-click publish and operate**

    <CardGroup cols={2}>
      <Card title="API Publishing" icon="server" href="./publish">
        Deploy instantly as REST API
      </Card>

      <Card title="MCP Integration" icon="link" href="./mcp">
        Publish as MCP server for agent integration
      </Card>

      <Card title="System Integration" icon="arrows-rotate">
        Easy to call from existing systems and apps
      </Card>
    </CardGroup>
  </Step>
</Steps>

## Use Cases

<CardGroup cols={3}>
  <Card title="Slack Automation" icon="slack" href="../tools/communication/slack">
    Monitor channels, summarize discussions, and post updates automatically
  </Card>

  <Card title="Data Pipelines" icon="database">
    Extract, transform, and load data across multiple sources
  </Card>

  <Card title="AI Analysis" icon="brain" href="../tools/ai/anthropic">
    Process documents with AI for extraction, summarization, and insights
  </Card>
</CardGroup>

## Enterprise Features

For organizations requiring advanced security and control:

* **Private Hosting**: On-premises or private cloud deployment
* **SSO & RBAC**: Single Sign-On and role-based access control
* **Audit Logs**: Detailed tracking for compliance
* **Dedicated Support**: Engineering support for workflow development
* **Private Models**: Use AWS Bedrock, Azure AI, or custom models

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="./quickstart">
    Build your first workflow in 10 minutes
  </Card>

  <Card title="Core Concepts" icon="book" href="./core-concepts">
    Learn the key terms and concepts
  </Card>
</CardGroup>
