Set Up Your DX Environment
Manage Data Libraries
Manage MCP Servers
Preview and Debug an Agent
Manage an Agent
Troubleshoot Issues
Reference
Agentforce Data Libraries (ADL) connect your Agentforce agents to trusted data sources, which improves the accuracy of their responses. Data libraries ingest unstructured or semi-structured data — web pages, documents, and text fields — and convert it into searchable content that agents can retrieve.
Use Salesforce CLI commands to create and manage data libraries so your agents can access current information.
| Command | Description |
|---|---|
agent adl create | Create a data library. |
agent adl delete | Delete a data library. |
agent adl file add | Add files to an existing data library. |
agent adl file delete | Delete a file from a data library. |
agent adl file list | List files in a data library. |
agent adl get | Get details of a data library. |
agent adl list | List data libraries. |
agent adl status | Get the indexing status of a data library. |
agent adl update | Update a data library. |
agent adl upload | Upload a file to a data library that uses Salesforce Files (SFDRIVE) storage. |