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

# Connectors Overview

> The external service connections that extend what the AI can do

A **connector** is a connection to an external service that extends what the AI can do. Through MCP (Model Context Protocol), an open standard, the AI can call external tools. Manage connectors on the "**Connectors**" page in the "Configure" section of the sidebar.

<img src="https://mintcdn.com/carnot/E37JEvEFjHUoqbvl/images/jinba_app_neo/en/connectors-library.png?fit=max&auto=format&n=E37JEvEFjHUoqbvl&q=85&s=5898065cb247c5f0cbe2c6743b5fcfed" alt="Connectors page" style={{ width: '100%', borderRadius: '8px', margin: '32px 0' }} width="1500" height="950" data-path="images/jinba_app_neo/en/connectors-library.png" />

## Types of connections

<CardGroup cols={2}>
  <Card title="Personal connectors" icon="user-lock" href="/en/pages/jinba_app_neo/connectors/personal-connectors">
    Connect your own accounts — Gmail, Slack, Google Calendar, Notion, and more — and let the AI act on your behalf
  </Card>

  <Card title="jinba-flow integration" icon="diagram-project" href="/en/pages/jinba_app_neo/connectors/jinba-flow">
    Call jinba-flow workflows as tools for the AI, or turn on AI operation to let it operate Jinba on your behalf. Includes the dedicated "Jinba Flow" page and the "Flow" run console
  </Card>

  <Card title="Custom MCP" icon="server" href="/en/pages/jinba_app_neo/connectors/custom-mcp">
    Register any MCP server, such as an internal system, for the AI to use
  </Card>
</CardGroup>

## Related pages at a glance

| Page           | Location                     | Purpose                                                                                                              |
| -------------- | ---------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| **Connectors** | Sidebar > Configure          | Managing external tool integrations: personal connectors, custom MCP, and more                                       |
| **Jinba Flow** | Linked from the Flow console | One-click workspace connect, the AI operation toggle, and the list of connected workspaces and their published flows |
| **Flow**       | Sidebar                      | A run console for executing published flows from a form, on the spot                                                 |

## Where connections live

| Location             | Description                                                                                        |
| -------------------- | -------------------------------------------------------------------------------------------------- |
| **Workspace shared** | Managed on the Connectors page. Multiple agents can attach and use them                            |
| **Agent-specific**   | Registered from the agent's configuration panel. Used by that agent only; not shown in the catalog |
| **Personal**         | Personal connectors (Gmail, etc.) are used only in chats by you, the person who connected them     |

## Using connectors from chat

* The AI automatically selects and runs the tools of connectors attached to the agent, based on the conversation
* You can also name a specific tool or flow with `#` in the composer
* When the AI spots a connection that would be useful given the conversation, it may show a "**Connector addition proposed**" card (additions take effect from your next chat)

## Managing connections

* **Re-sync** — refetch the tool list from the connection. jinba-flow connections also re-sync automatically when you open the Flow console or the composer's connector picker, so the manual action is mostly a fallback
* **Disconnect** — remove the connection. The associated MCP server and its tools are deleted too
* **No access** — connections that have lost access on the jinba-flow side show "No access." Ask the Flow workspace owner to invite you as a member or add an external access rule
