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

# Managing Connectors

> Re-fetching, uninstalling, and renaming connectors

## Connector Management Features

You can perform management operations such as re-fetching, uninstalling, and renaming on installed connectors.

## Re-fetching Connectors

Refresh the connector's connection information to the latest state.

### When Re-fetching is Needed

* When settings have been changed on the external service side
* When connection errors occur
* When the tool list has been updated

### Re-fetch Steps

<Steps>
  <Step title="Select Connector">
    Click the connector you want to re-fetch from the My Connectors list.
  </Step>

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

  <Step title="Select 'Re-fetch'">
    Select "Re-fetch" from the menu.
  </Step>

  <Step title="Confirm Completion">
    A confirmation message will appear when re-fetch is complete.
  </Step>
</Steps>

## Uninstalling Connectors

Remove connectors that are no longer needed.

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

### Uninstall Steps

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

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

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

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

## Renaming Connectors

You can change the display name of a connector. This changes the name used when typing `@connectorname` in chat.

### When Renaming is Useful

* When you want to distinguish between multiple accounts of the same service
* When you want a shorter name for easier access
* When you want to name it according to its purpose

### Rename Steps

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

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

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

  <Step title="Enter New Name">
    Enter the new name in the rename dialog and click "Save".
  </Step>
</Steps>

<Note>
  After renaming, you can call the connector using `@newname` in chat.
</Note>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Re-fetching doesn't resolve the error">
    Please check the following:

    * Is the external service account still valid?
    * Has the API key or token expired?
    * Have access permissions been changed on the external service side?
  </Accordion>

  <Accordion title="Cannot uninstall">
    * Connectors in use by agents may not be uninstallable
    * Remove the connector reference from the agent first
  </Accordion>
</AccordionGroup>
