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

# Integrations

Planck AI can connect to documents, databases, cloud storage, and business systems.

Integrations allow Planck AI to search documents, query structured data, support workspace context, and power automation workflows.

### Common integration types

Planck AI can work with:

* Cloud storage systems
* Databases
* SaaS applications
* Commerce platforms
* CRM systems
* Uploaded files
* Workspace-specific data sources

### Supported and common systems

Depending on your deployment, Planck AI can connect to systems such as:

* Microsoft 365
* OneDrive
* SharePoint
* PostgreSQL
* MySQL
* Salesforce
* Odoo
* Adobe Commerce / Magento
* Collate
* CSV and Excel files
* PDFs and text documents

Available integrations may vary by customer setup and deployment.

### What integrations are used for

Integrations can be used to:

* Sync documents into a workspace
* Search cloud files through Planck AI
* Query databases in natural language
* Analyze spreadsheets and CSV files
* Connect business systems to workspace context
* Support recurring reports and automations
* Enforce access control based on source-system permissions

### Integration permissions

Access to integrated data is controlled by workspace permissions and, where supported, source-system permissions.

For example, Microsoft 365 integrations can use per-user account linking so Planck AI only shows cloud-synced documents that the user is allowed to access in OneDrive or SharePoint.

### Recommended next pages

* **Microsoft 365, OneDrive, and SharePoint** — learn how to connect Microsoft cloud storage to Planck AI
* **Chat with Documents** — learn how users ask questions about synced and uploaded files
* **Chat with Databases** — learn how users query connected databases and business systems


---

# 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://planck-ai.gitbook.io/planck-ai-docs/documentation/reference/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.
