> For the complete documentation index, see [llms.txt](https://docs.darcyiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.darcyiq.com/build/integration-overview/enterprise.md).

# Platform Integrations

This section contains documentation for DarcyIQ's platform integrations that connect to popular business tools and applications.

## Available Integrations

### Meetings & Calendar

* [**Meeting & Calendar Integrations**](/build/integration-overview/meeting-calendar-integrations.md) - Google, Microsoft, and Zoom permissions and scopes

### Productivity & Collaboration

* [**Atlassian JIRA**](/build/integration-overview/enterprise/jira.md) - Complete ticket management and project tracking
* [**Slack (Coming Soon)**](/build/integration-overview/enterprise/slack-coming-soon.md) - Review conversation context and post team updates
* [**Zapier**](/build/integration-overview/enterprise/zapier.md) - Connect to 5,000+ applications

### Email, Files & Documents

* [**Gmail (Google)**](/build/integration-overview/enterprise/gmail.md) - Search, read, draft, and send email from chat
* [**Google Drive**](/build/integration-overview/enterprise/google-drive.md) - Search, read, create, and update Drive files
* [**Microsoft Outlook**](/build/integration-overview/enterprise/outlook.md) - Manage Outlook email and calendar
* [**Microsoft SharePoint**](/build/integration-overview/enterprise/sharepoint.md) - Search and manage files across document libraries

### Cloud Operations

* [**MontyCloud CloudOps**](/build/integration-overview/enterprise/montycloud.md) - Autonomous cloud operations and MSP management

### CRM & Sales

* [**HubSpot**](/build/integration-overview/enterprise/hubspot.md) - CRM, deals, contacts, and pipeline management
* [**Salesforce**](/build/integration-overview/enterprise/salesforce-integration.md) - Customer relationship management
* Microsoft Dynamics (Coming Soon)

## Key Features

All platform integrations support:

* Natural language commands through Darcy Chat
* Workflow automation integration
* Bi-directional data synchronization
* Enterprise-grade security
* Audit logging and compliance

## Getting Started

1. Review the specific integration documentation
2. Obtain necessary credentials from your admin
3. Configure in Settings → Integrations
4. Test with non-critical data first
5. Expand usage gradually

## Support

For integration support:

* Check individual integration docs for troubleshooting
* Contact your system administrator for credentials
* Reach out to DarcyIQ support for configuration help


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.darcyiq.com/build/integration-overview/enterprise.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
