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

# Connector Set

> Group related connectors together for better organization and management

## Overview

Connector Sets allow you to organize related connectors into logical groups. This is particularly useful when you have multiple integrations with the same external system or when you want to group connectors by business function.

<img src="https://mintcdn.com/fentu/VaII27VqRBHw2baV/images/fentu-connect/connector-set/connector-set-list.png?fit=max&auto=format&n=VaII27VqRBHw2baV&q=85&s=d9c98df44ab8b0adcdbb307c76661594" alt="Connector Set List" width="1280" height="720" data-path="images/fentu-connect/connector-set/connector-set-list.png" />

## Connector Set List

The Connector Set list displays all your defined connector groups with the following information:

| Column          | Description                                |
| --------------- | ------------------------------------------ |
| **Name**        | The display name of the connector set      |
| **Description** | Additional details about the connector set |
| **Actions**     | Edit or delete the connector set           |

### List Features

* **Search** - Filter connector sets by name using the search box
* **New Button** - Create a new connector set
* **Pagination** - Navigate through multiple pages of connector sets
* **Items per Page** - Choose to display 5, 10, 25, 50, or 100 items per page

***

## Creating a Connector Set

<img src="https://mintcdn.com/fentu/VaII27VqRBHw2baV/images/fentu-connect/connector-set/connector-set-new.png?fit=max&auto=format&n=VaII27VqRBHw2baV&q=85&s=7a83e97aab57e86902b842ff1ba746bf" alt="New Connector Set Form" width="1280" height="720" data-path="images/fentu-connect/connector-set/connector-set-new.png" />

To create a new connector set:

1. Click the **New** button from the Connector Set list
2. Fill in the required fields
3. Click **Save** to create the connector set

### Fields

| Field           | Description                                         | Required |
| --------------- | --------------------------------------------------- | -------- |
| **Name**        | A unique, descriptive name for this connector set   | Yes      |
| **Description** | Optional notes explaining the purpose of this group | No       |

<Tip>
  Name connector sets based on their purpose or the system they connect to. For example: "SAP B1 Integration", "CRM Sync", or "E-commerce Connectors".
</Tip>

***

## Editing a Connector Set

1. Find the connector set in the list
2. Click the edit icon (pencil) in the Actions column
3. Modify the Name or Description
4. Click **Save** to apply changes

***

## Deleting a Connector Set

1. Find the connector set in the list
2. Click the delete icon (trash) in the Actions column
3. Confirm the deletion

<Warning>
  Deleting a connector set does not delete the connectors within it, but they will no longer be grouped. Consider reassigning connectors before deleting a set.
</Warning>

***

## Use Cases

<AccordionGroup>
  <Accordion title="Grouping by External System" icon="server">
    Create a connector set for each external system you integrate with:

    * "SAP Business One"
    * "Salesforce CRM"
    * "Shopware Store"

    This makes it easy to find all integrations related to a specific system.
  </Accordion>

  <Accordion title="Grouping by Data Type" icon="table">
    Create connector sets based on the type of data being synchronized:

    * "Customer Data Sync"
    * "Product Catalog"
    * "Work Order Integration"

    Useful when the same data flows to multiple systems.
  </Accordion>

  <Accordion title="Grouping by Environment" icon="code-branch">
    Create separate connector sets for different environments:

    * "Production Integrations"
    * "Staging/UAT"
    * "Development/Testing"

    Helps prevent accidental changes to production configurations.
  </Accordion>
</AccordionGroup>

***

## Best Practices

<AccordionGroup>
  <Accordion title="Use Consistent Naming" icon="tag">
    Establish a naming convention for connector sets across your organization. This makes it easier for team members to find and understand integrations.
  </Accordion>

  <Accordion title="Document Thoroughly" icon="file-lines">
    Use the description field to explain what the connector set contains and any important configuration notes.
  </Accordion>

  <Accordion title="Review Periodically" icon="calendar-check">
    Regularly review your connector sets to remove unused groups and ensure connectors are properly organized.
  </Accordion>
</AccordionGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Connector" icon="plug" href="/fentu-connect/connector">
    Create and manage individual connectors
  </Card>

  <Card title="Connect Wizard" icon="wand-magic-sparkles" href="/fentu-connect/connect-wizard">
    Quick setup wizard for new integrations
  </Card>
</CardGroup>
