# Agent External Retriever Skill

<figure><img src="/files/Y41KdyTvhErtse9wwkY1" alt=""><figcaption></figcaption></figure>

## Ability to have multiple Retrievers per Agent

You have the ability to add and setup multiple External Retrievers per AI Agent.

<figure><img src="/files/LtbyZgF3hvW8ralSMVUW" alt=""><figcaption></figcaption></figure>

## Ability to choose the Retriever Type

Choosing an external retriever type, like Pinecone, allows your AI system to efficiently access and query large-scale vector databases for relevant information. This enhances retrieval accuracy, performance, and scalability, especially in applications requiring fast semantic search or context-aware responses.

<figure><img src="/files/cIOOrsMUmhYhe4T59UkG" alt=""><figcaption></figcaption></figure>

## Customizable Retriever Name

You're able to freely customize the Retriever name for whatever purpose.

<figure><img src="/files/EZMQV2ek1PO5y2bfQySm" alt=""><figcaption></figcaption></figure>

## API Key

An API Key is essential in the external retriever setup because it securely authenticates your connection to third-party services or databases. It ensures only authorized access to external content sources, enabling your AI to retrieve accurate, real-time information while protecting sensitive data.

<figure><img src="/files/JfMP6By0OYkm1JNf5NMv" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.raiaai.com/raia-cx/agent-skills/agent-external-retriever-skill.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
