# 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): Native Salesforce action that lets reps refresh an Account with the latest company data from Kernel without leaving Salesforce.
- [Legacy Integration Guide](https://docs.kernel.ai/integrations/salesforce-integration/legacy-integration-guide.md): This section covers our legacy implementation for integrating via (a) Salesforce for querying data, batch enrichments, and polling, and (b) via API.
- [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.
- [Dynamics integration](https://docs.kernel.ai/integrations/dynamics-integration.md): Kernel connects to Dynamics 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/dynamics-integration/package-installation-guide.md): Kernel Dynamics 365 Integration - Installation & Setup Guide
- [HubSpot integration](https://docs.kernel.ai/integrations/hubspot-integration.md): Coming soon
- [FAQs](https://docs.kernel.ai/integrations/hubspot-integration/faqs.md)
- [Inbound API](https://docs.kernel.ai/integrations/hubspot-integration/inbound-api.md): Coming soon...


---

# Agent Instructions: 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.
