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

# Jinba Flow Connectors

> Connecting, installing, and managing Jinba Flow connectors

## What are Jinba Flow Connectors

Jinba Flow is an external workflow service that can integrate with Jinba App. You can install connectors created in Jinba Flow to Jinba App and use them from chat.

<img src="https://mintcdn.com/carnot/twCYe3dtbHpRCzif/en/pages/jinba_app/images/connectors-jinbaflow.png?fit=max&auto=format&n=twCYe3dtbHpRCzif&q=85&s=c3fe30450a7f2f6eaeb9fa5e89072784" alt="Jinba Flow Connectors section" style={{ width: '100%', borderRadius: '8px', margin: '32px 0' }} width="1280" height="800" data-path="en/pages/jinba_app/images/connectors-jinbaflow.png" />

## Jinba Flow Connector List

Available connectors are displayed in the "Jinba Flow Connectors" section of the Connector Management screen.

The list displays the following information:

| Field                 | Description                                       |
| --------------------- | ------------------------------------------------- |
| **Connector Name**    | Name of the connector as configured in Jinba Flow |
| **Description**       | Overview of the connector's features              |
| **Connection Status** | Connected / Not Connected                         |
| **Tool Count**        | Number of tools provided by the connector         |

## One-click Connect and Install

Jinba Flow connectors can be connected and installed simultaneously with one click.

<Steps>
  <Step title="Select Connector">
    Find the connector you want to install from the Jinba Flow connector list.
  </Step>

  <Step title="Click 'Connect' Button">
    Click the "Connect" button on the connector card.

    {/* TODO: Screenshot - Connect button */}
  </Step>

  <Step title="Connection Complete">
    Once connected, the connector is automatically installed and added to My Connectors.

    {/* TODO: Screenshot - Connection complete message */}
  </Step>
</Steps>

<Note>
  One-click connection automatically uses the authentication credentials configured in Jinba Flow.
</Note>

## Refreshing Connection

When connector settings have been updated in Jinba Flow, you can refresh the connection information in Jinba App.

### When Refresh is Needed

* When tools have been added or changed in Jinba Flow
* When authentication settings have been changed in Jinba Flow
* When connection errors occur

### Refresh Steps

<Steps>
  <Step title="Select Connector">
    Click the Jinba Flow connector you want to refresh from the My Connectors list.
  </Step>

  <Step title="Open Menu">
    Click the settings menu (⋮) on the connector details screen.
  </Step>

  <Step title="Select 'Refresh Connection'">
    Select "Refresh Connection" from the menu.
  </Step>

  <Step title="Confirm Completion">
    A confirmation message will appear when the refresh is complete.
  </Step>
</Steps>

## Disconnecting

Disconnecting a Jinba Flow connector will uninstall that connector from Jinba App.

<Warning>
  Once disconnected, the connector will no longer be available in chat. You will need to reconnect to use it again.
</Warning>

### Disconnect Steps

<Steps>
  <Step title="Select Connector">
    Click the Jinba Flow connector you want to disconnect from the My Connectors list.
  </Step>

  <Step title="Open Menu">
    Click the settings menu (⋮) on the connector details screen.
  </Step>

  <Step title="Select 'Disconnect'">
    Select "Disconnect" from the menu.
  </Step>

  <Step title="Confirmation Dialog">
    A confirmation dialog will appear. Click "Disconnect" to confirm.
  </Step>
</Steps>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Jinba Flow connector not appearing in the list">
    Please check the following:

    * Is the connector properly configured in Jinba Flow?
    * Does your Jinba Flow account have the appropriate permissions?
    * Are your Jinba App and Jinba Flow accounts linked?
  </Accordion>

  <Accordion title="Connection fails">
    * Check the authentication settings in Jinba Flow
    * Wait a moment and try again
    * If the problem persists, contact support
  </Accordion>

  <Accordion title="Changes not reflected after refresh">
    * Verify the changes have been saved in Jinba Flow
    * This may be due to cache. Try reloading the browser
  </Accordion>
</AccordionGroup>
