---
sourceDocument: Xanadu Create Integrations with Applications
sourceDocumentLink: https://www.servicenow.com/docs/r/xanadu/integrate-applications

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Create Integrations with Applications

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# AI Search Spoke

# AI Search Spoke {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Store data from the required third-party application in the AI Search server through Workflow Studio. Access data through the AI Search portal.

## Request apps on the Store {#ai-search-spoke__section_sz5_jv3_z3b}

Visit the [ServiceNow Store](https://store.servicenow.com/sn_appstore_store.do#!/store/home) website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the [ServiceNow Store version history release notes](https://www.servicenow.com/docs/bundle/store-release-notes/page/release-notes/store/sn-store-release-notes.html).{#ai-search-spoke__inline-send-to-store}

## Integration Hub subscription {#ai-search-spoke__section_u2v_43j_h4b}

This spoke requires an Integration Hub subscription. For more information, see [Legal schedules - IntegrationHub overview](https://www.servicenow.com/content/dam/servicenow-assets/public/en-us/doc-type/legal/snc-addendum-integrationhub.pdf).

## Spoke version {#ai-search-spoke__section_pg2_fzh_lqb}

AI Search spoke v2.0.3 is the latest version.{#ai-search-spoke__ais-ver}

## Spoke dependencies {#ai-search-spoke__section_afv_43j_h4b}

If you're having trouble installing the app, ensure that these dependent plugins are activated:

* AI Search (com.glide.ais)
* External Content for AI Search (com.glide.ais.external_content)
{#ai-search-spoke__ul_bfv_43j_h4b}  
Note:  
Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

## Spoke actions {#ai-search-spoke__section_gfv_43j_h4b}

The AI Search spoke provides actions to automate tasks when events
occur in your ServiceNow instance. Available actions include:  
{#ai-search-spoke__table_hfv_43j_h4b__entry__2}

| Action | Description |
|-|-|
| Commit Index | Commits queued documents in the batcher and indexes them. Synchronously returns feedback about the indexed content. |
| Delete Document | Deletes a record from the AI Search content index. |
| Delete Documents | Deletes all records that use a specified external content schema table from the AI Search content index. You can optionally specify a Glide query to limit the set of documents deleted from the specified schema table. |
| Get Max File Size | Retrieves the maximum file size which can be ingested into AI Search. |
| Ingest Document | Ingests properties of the specified document into the batcher. In releases starting with Rome, you can optionally specify security principal access permissions for the document. Specify the document's properties as name-value pairs in a JSON object formatted as in the following example: { "title": "Report 2021-02-26", "author": "Abel Tuter", "url": "http://example.com/reports/2021/02/26/" } You can specify the document's security principal access permissions as name-value pairs in a JSON object formatted as in the following example: { "everyone": false, "groups.deny": [ "report-users", "hr-users" ], "groups.read": [ "report-admins", "hr-admins" ], "none": false, "users.deny": [ "ad\bow-ruggeri", "don_goodliffe" ], "users.read": [ "ad\beth-anglin", "ad\abel-tuter", "carol.coughlin@sharepoint" ] } For more details on security principal access permissions, see External content access permissions. |
| Ingest Document Using Download URL | Downloads a document from a URL and ingests it into the batcher. In releases starting with Rome, you can optionally specify security principal access permissions for the document. Add the URL's domain to the AI Search spoke's list of trusted domains before you specify this action's Download URL input. For details on modifying the spoke's list of trusted domains, see [Set up the AI Search spoke](https://www.servicenow.com/docs/b7sqoZgpU0HPfAi7x6vCbQ "Configure the AI Search spoke to index content from a third-party application."). This action doesn't support authentication session IDs or cookies, so the document URL must allow unauthenticated access. Specify the document's properties as name-value pairs in a JSON object formatted as in the following example: { "title": "Report 2021-02-26", "author": "Abel Tuter" } The document's url property is automatically populated with the value of the Download URL input. You can specify the document's security principal access permissions as name-value pairs in a JSON object formatted as in the following example: { "everyone": false, "groups.deny": [ "report-users", "hr-users" ], "groups.read": [ "report-admins", "hr-admins" ], "none": false, "users.deny": [ "ad\bow-ruggeri", "don_goodliffe" ], "users.read": [ "ad\beth-anglin", "ad\abel-tuter", "carol.coughlin@sharepoint" ] } For more details on security principal access permissions, see External content access permissions. |
| Initialize Batcher | Initializes a new batcher to queue documents for indexing. |
| Is AIS Available For Ingestion | Checks whether AI Search is available for ingestion. |
| Look up Supported File Extensions | Retrieves file extensions supported by AI Search. |
| Release Batcher | Releases a used batcher from pool. |
| Update By Query | Updates all the records in the AI Search content index that match the specified query. |
[ ]

{#ai-search-spoke__table_hfv_43j_h4b}See [Set up the AI Search spoke](https://www.servicenow.com/docs/b7sqoZgpU0HPfAi7x6vCbQ "Configure the AI Search spoke to index content from a third-party application.") for information about setting up the AI Search spoke.

