Capabilities are native features of the underlying LLM that extend what your Agent can do—beyond just processing instructions and calling actions.Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.

Available capabilities
Memory
Memory allows Agents to retain and recall information across interactions, enabling personalization and continuity.| Memory type | Scope | Use case |
|---|---|---|
| User Memory | Persists per end-user | Stores preferences, past interactions, and personal context for tailored responses |
| Workspace Memory | Shared across all Agents | Organizational knowledge like company policies, ICP definitions, or team guidelines |
| Agent Memory | Current execution only | Short-term context including previous steps and action outputs within a single run |
Web Search
Gives Agents access to real-time information from the internet. When to enable:- Account research requiring current market data
- Validating company information that may have changed
- Finding recent news, funding announcements, or leadership changes
“What is the latest funding round for Acme Corp?”
Canvas
Enables Agents to generate structured, shareable digital assets. Supported outputs:- Spreadsheets and CSV files
- Text documents
- Formatted reports
Suggested Actions
A proactive assistant that recommends the next best step after completing a task. How it works:- Agent completes the requested task
- Analyzes what logical next steps might help the user
- Offers actionable suggestions
“Would you like me to add these contacts to Sequence XX?” “Should I enrich these contacts with email addresses?”
Suggested Actions keep workflows moving and help users discover capabilities
they might not have thought to request.
Enabling capabilities
Toggle capabilities on or off based on your Agent’s purpose:| Agent type | Recommended capabilities |
|---|---|
| Research Agent | Memory, Web Search, Canvas |
| Qualification Agent | Memory, Suggested Actions |
| CRM Updater | Memory only |
| Conversational Assistant | All capabilities |

