---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Creating multiple connectors of the same type

# Creating multiple external content connectors of the same type {#ariaid-title1}

Release version: Australia  
Updated May 29, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Creating multiple external content connectors of the same type

ServiceNow AI Platform® allows administrators to create multiple external content connectors of the same type within a single instance.
These connectors can crawl either different source systems or the same source system, including configurations with overlapping crawl locations.
This flexibility helps optimize content retrieval across various data repositories.
Show full answer Show less  

## Supported Configurations

* **Different source systems:** Multiple connectors of the same type can crawl entirely separate source systems without overlapping content.
* **Same source system with distinct crawl scopes:** Connectors crawl different, non-overlapping portions of the same source system, avoiding content duplication.
* **Same source system with overlapping crawl scopes:** Connectors may crawl some common areas, possibly retrieving overlapping content from shared sites.

## Behavior Notes

* All connectors of the same type send retrieved content to a single shared indexed source.
* During indexing, duplicate content retrieved by multiple connectors of the same type is deduplicated, ensuring unique content in search results.
* User permissions are managed per individual connector; each requires its own user permission crawl.
* Crawl jobs for connectors of the same type can run in parallel if resources allow; otherwise, they run sequentially.
* The crawl item limit of one million applies separately to each connector, allowing large-scale crawling per connector.

## Considerations for Parallel Execution

* Running multiple connectors concurrently against the same source system increases request volume and may trigger rate-limit restrictions on that system.
* Parallel crawl jobs feeding content to a shared indexed source can experience contention, potentially reducing content retrieval rates.

## Practical Implications for ServiceNow Customers

This capability enables ServiceNow customers to efficiently manage multiple connectors for complex environments, targeting different data sources or segmented areas within the same source. Understanding the deduplication process and separate user permission crawls helps maintain accurate and secure search results. Customers should monitor resource availability and source system limitations when planning parallel connector executions to ensure optimal performance.  
Admins can create multiple external content connectors of the same type on a single ServiceNow AI Platform® instance. These connectors can crawl different source systems or the same source system. Connectors that crawl the same source system can include overlapping crawl locations.

## Supported configurations {#creating-multiple-external-content-connectors__section_nl1_1fx_3gc}

The system supports these configurations for multiple external content connectors of the same type running on the same ServiceNow AI Platform instance.

Multiple external content connectors of the same type that crawl different source systems
:   For example, one Microsoft SharePoint Online external content connector crawls sites 1A and 1B in source system 1, while a second Microsoft SharePoint Online external content connector crawls sites 2A and 2B in source system 2. The two external content connectors have no sites in common, so there's no duplication of retrieved
    content.

Multiple external content connectors of the same type that crawl the same source system with distinct crawl scopes
:   For example, one Microsoft SharePoint Online external content connector crawls sites 1A and 1B in source system 1, while a second Microsoft SharePoint Online external content connector crawls sites 1C and 1D in source system 1. The two external content connectors have no sites in common, so there's no duplication of retrieved
    content.

Multiple external content connectors of the same type that crawl the same source system with overlapping crawl scopes
:   For example, one Microsoft SharePoint Online external content connector crawls sites 1A and 1B in source system 1, while a second Microsoft SharePoint Online external content connector crawls sites 1B and 1C in source system 1. The two external content connectors have site 1B in common, so content from that site may be retrieved by both
    connectors. There's no duplication of retrieved content from the other sites.

## Behavior notes {#creating-multiple-external-content-connectors__section_xcv_dgx_3gc}

When you create multiple external content connectors of the same type on the same ServiceNow AI Platform instance, they behave as described in the following list.

All external content connectors of the same type feed their retrieved content to the same indexed source
:   In the previous examples, all content retrieved by either of the two Microsoft SharePoint Online external content connectors would be fed to the SharePoint Online indexed source.

During indexing of crawled content, retrieved items are deduplicated across all external content connectors of the same type
:   As an example, if two different Microsoft SharePoint Online external content connectors both retrieve the same file from the same site, only one copy of the retrieved file is indexed and appears in your search results.

User permissions are specific to an individual external content connector, not shared between all external content connectors of the same type
:   Admins need to run a separate user permission crawl for each external content connector of the same type. In the preceding examples, each Microsoft SharePoint Online external content connector needs its own user permission crawl. Running a user permission crawl for the first Microsoft SharePoint Online external content connector doesn't populate security principals for the second connector.

The system executes crawl jobs for external content connectors of the same type in parallel if sufficient resources are available
:   If sufficient resources for parallel execution aren't available, the system executes the crawl jobs sequentially instead.

The crawl limit of one million items applies separately to each external content connector of the same type
:   In the preceding examples, each individual Microsoft SharePoint Online external content connector can crawl up to one million items.

## Considerations for parallel execution {#creating-multiple-external-content-connectors__section_v4n_bfx_3gc}

When creating multiple external content connectors of the same type on the same ServiceNow AI Platform instance, bear the following considerations in mind.

Increased request load on source system
:   Creating multiple external content connectors that crawl the same source system in parallel can increase the rate at which requests are made to the source system. This may trigger rate-limit issues on the source system.

Indexed source contention when running in parallel
:   Running crawl jobs for multiple external content connectors of the same type in parallel can cause contention when they send retrieved content to their shared indexed source. This contention may reduce the connectors'
    retrieval rate when their crawl jobs are run in parallel.

