Adding integration knowledge
Navigate to the Knowledge page and chat with Clark to describe what you want it to remember about a specific data source. Clark will create the right knowledge entry at the right scope for you, then present it for your review before saving. We recommend using Clark to write entries because it optimizes them for LLM retrieval — producing focused, well-structured instructions that Clark can look up effectively at build time. For example, you might tell Clark:- “The
orderstable uses soft deletes. Always includeWHERE deleted_at IS NULLunless explicitly asked to include deleted records.” - “This Salesforce instance uses a custom
Region__cfield on Account. Always include it when querying accounts.” - “Rate limit is 100 requests per minute. Use batch endpoints for bulk operations instead of individual calls.”
- “The
userstable has alegacy_idcolumn that is no longer used. Always useuser_idinstead.”


