Skip to content
← All skills

Knowledge & Retrieval

External Retrieval Skill

Pull real-time results from external knowledge sources.

External Retrieval skill overview diagram
01

How it works

The External Retrieval skill allows your agent to dynamically search and pull information from external databases, knowledge bases, or search engines in real-time, supplementing its internal Vector Store.

02

Key features

Real-Time Search

Query external systems during a conversation for up-to-date information.

Fallback Mechanism

Use external retrieval as a fallback if the internal Vector Store has no answer.

Multiple Sources

Connect to Zendesk, Confluence, custom APIs, and more.

03

How to configure it

  1. 01

    Enable the External Retrieval skill in Launch Pad.

  2. 02

    Enter the endpoint URL and authentication details for the external search API.

  3. 03

    Define how the agent's search query should be formatted in the request payload.

  4. 04

    Define how the response should be parsed so the agent can read the results.

04

Frequently asked questions

When should I use External Retrieval vs. the internal Vector Store?

Use the internal store for static documents (policies, manuals). Use External Retrieval for highly dynamic data (live inventory, ticket status) or massive knowledge bases impractical to sync.

Does this slow down response time?

Yes — calling an external API adds latency, since the agent must wait for results before formulating a response.

05

More Knowledge & Retrieval skills