Your agent can use knowledge (and pages) to answer questions. You choose whether it uses all available knowledge or only the sources you specify.Documentation Index
Fetch the complete documentation index at: https://developers.datagrid.com/llms.txt
Use this file to discover all available pages before exploring further.
Default: use all knowledge
If you don’t setcorpus on the agent or in the request, the agent can use all knowledge your organization or teamspace can access. You don’t need to pass a list—just call converse and the agent has access to everything in scope.
You can set corpus when you create or update an agent, or override it per request in the converse config.
Scope to specific knowledge
To limit the agent to certain knowledge bases or pages, pass acorpus array. Each item is either a knowledge base or a page. This works in the agent config or in config on a converse call.