> For the complete documentation index, see [llms.txt](https://docs.kernel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kernel.ai/integrations.md).

# Integrations

- [Salesforce integration](https://docs.kernel.ai/integrations/salesforce-integration.md): Kernel connects to Salesforce via secure OAuth, reading standard objects and writing only to Kernel fields with a minimal permission set.
- [Package Installation Guide](https://docs.kernel.ai/integrations/salesforce-integration/package-installation-guide.md): Guide to install the Salesforce Integration Package and Sync with Kernel
- [Custom Object](https://docs.kernel.ai/integrations/salesforce-integration/custom-object.md)
- [Live scan enrichment](https://docs.kernel.ai/integrations/salesforce-integration/enrich-with-kernel.md): How Kernel keeps Salesforce account data current through scheduled refreshes and the Enrich with Kernel action.
- [Okta SSO Setup Guide](https://docs.kernel.ai/integrations/salesforce-integration/okta-sso-setup-guide.md): This guide outlines the steps required to configure Single Sign-On (SSO) between your Okta instance and the Kernel platform using SAML.
- [S3 file exchange](https://docs.kernel.ai/integrations/s3-integration.md): Exchange data with Kernel through a secure Amazon S3 bucket - no CRM installation required. Batch file delivery for initial cleanups, scheduled refreshes, and automated ingestion.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kernel.ai/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
