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

# App & MCP

> Drive Knowledges from agents and automations through the Knowledges App+MCP connector

Everything you do by hand in Knowledges — create a knowledge base, attach a document, register a crawl seed, run a semantic search — is also available to **agents** and to **Builder automations**, through the **Knowledges** connector.

The connector is published in the Apps Marketplace and works two ways:

* as a **remote MCP server** that an Agent Creator agent calls as tools, so the agent can build and query knowledge bases during a conversation;
* as a **Builder app** whose instructions you call directly from DSUL, for ingestion pipelines, scheduled refreshes or any workflow that has to keep a knowledge base up to date.

There is **no credential to paste**. The connector forwards the caller's own Prisme.ai identity, so an agent or an automation sees exactly the knowledge bases its user is allowed to see, with the same permissions.

<Note>
  Not to be confused with [Connectors](./connectors), which sync documents *into* a knowledge base from SharePoint, Google Drive and similar sources. The Knowledges app goes the other way round: it lets agents and automations **operate** Knowledges itself.
</Note>

## What it exposes

| Tool         | Covers                                                                                          |
| ------------ | ----------------------------------------------------------------------------------------------- |
| `knowledges` | Create, list, update, delete knowledge bases; semantic search.                                  |
| `documents`  | Attach files and URLs, follow indexing status, inspect chunks, reindex, resolve download links. |
| `webSources` | Register web crawl seeds, read their metrics, trigger a recrawl.                                |

## Full documentation

Setup steps for each role (agent builder, platform admin, workspace builder), the complete tool and instruction reference, DSUL examples and error handling live on the connector page.

<Card title="Knowledges connector" icon="https://mintcdn.com/prismeai/0oOaAiI-J3uUtnDD/images/connectors/knowledges.png?fit=max&auto=format&n=0oOaAiI-J3uUtnDD&q=85&s=290e90e0466a2aebe9db6996b41c82a6" href="/apps-store/marketplace/connectors/knowledges" width="459" height="460" data-path="images/connectors/knowledges.png">
  Install the app, wire the MCP capability to an agent, and call knowledge-base operations from your automations.
</Card>
