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

# My Connectors

> List and management of installed connectors

## What is My Connectors

My Connectors is a section that displays a list of connectors you have installed. All connectors available for use in chat are shown here.

## Connector List

Installed connectors are displayed as cards. Each connector card includes the following information:

* **Connector Name**: Display name of the connector
* **Description**: Overview of the connector's features
* **Connection Status**: Whether the connection is working properly
* **Tool Count**: Number of tools provided by the connector

## Searching Connectors

When you have many connectors installed, you can use the search function to quickly find the one you need.

<Steps>
  <Step title="Click the Search Box">
    Click the search box at the top of the connector list.
  </Step>

  <Step title="Enter Keywords">
    Enter keywords contained in the connector name or description.
  </Step>

  <Step title="Review Results">
    Only connectors matching the entered keywords will be displayed.
  </Step>
</Steps>

## Sorting Connectors

You can change the display order of the connector list.

### Sort Options

| Sort Order            | Description                                 |
| --------------------- | ------------------------------------------- |
| **By Name**           | Alphabetical order by connector name        |
| **Recently Used**     | Display recently used connectors at the top |
| **Installation Date** | Order by installation date                  |

<Steps>
  <Step title="Click the Sort Button">
    Click the sort button at the top of the connector list.
  </Step>

  <Step title="Select Sort Order">
    Select your preferred sort order from the dropdown.
  </Step>
</Steps>

## Viewing Connector Details

Click on a connector card to view detailed information about that connector.

The details screen shows:

* Detailed description of the connector
* List of available tools
* Connection status and settings
* Management options (re-fetch, uninstall, rename)

## Connector Management Operations

The following operations are available for each connector:

<CardGroup cols={3}>
  <Card title="Re-fetch" icon="rotate">
    Refresh connection information
  </Card>

  <Card title="Uninstall" icon="trash">
    Remove the connector
  </Card>

  <Card title="Rename" icon="pencil">
    Change the display name
  </Card>
</CardGroup>

For more details, see [Managing Connectors](/en/pages/jinba_app/connectors/manage-connectors).

## Navigate to Form Execution

From the connector details screen, you can navigate to the [Form Execution screen](/en/pages/jinba_app/connectors/form-execution) to execute tools individually.
