> 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.md).

# Integrations

DarcyIQ offers powerful integration capabilities that enhance your workflow at both the organizational and individual user levels.

<figure><img src="/files/Dt4u9PSjXUS5cMCChvBD" alt=""><figcaption></figcaption></figure>

## Integration Types

### Organizational Integrations

Organizational integrations are configured at the company level and benefit all users within your organization.

| Integration     | Purpose                                          | Key Benefits                                                                                                       |
| --------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| **Salesforce**  | Link projects and work to Salesforce accounts    | <p>- Track work against customer accounts<br>- Maintain customer context<br>- Streamline reporting</p>             |
| **AWS ACE**     | Automate Partner Originated opportunity tracking | <p>- Automated PO detection<br>- Instant deal registration<br>- Streamlined AWS partnership management</p>         |
| **AWS Bedrock** | Use your organization's AWS Bedrock LLMs         | <p>- Control AI infrastructure costs<br>- Keep processing in your AWS account<br>- Customize model deployments</p> |

### User Integrations

User integrations are configured by individual users to customize their DarcyIQ experience.

| Integration                                                                          | Purpose                                | Key Benefits                                             |
| ------------------------------------------------------------------------------------ | -------------------------------------- | -------------------------------------------------------- |
| [**Model Context Protocol**](https://modelcontextprotocol.io/introduction) **(MCP)** | Bring your own AI-enabled integrations | - Custom integrations that are specific to your business |

## [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP)

MCP is available at both organizational and user levels, offering unique benefits for each:

### Organizational MCP

* Deploy custom MCPs across your organization
* Standardize integrations for all users
* Maintain organizational security policies

### User MCP

* Personal MCPs specific to you as a user, not shared with other users

## Getting Started

1. **Access Integrations**
   * Navigate to User Configuration > Integrations
   * View available integration options
2. **Choose Integration Type**
   * Organizational: Contact your DarcyIQ administrator
   * User: Configure directly in your settings
3. **Configuration**
   * Follow integration-specific setup guides
   * Verify connections
   * Start using enhanced capabilities

For detailed setup instructions, see the specific integration guides:

* [Salesforce Integration](/build/integration-overview/enterprise/salesforce-integration.md)
* [AWS ACE Integration](/build/integration-overview/aws/aws-ace-integration.md)
* [AWS Bedrock Integration](/build/integration-overview/aws/aws-bedrock-integration.md)
* [Model Context Protocol](https://github.com/innovativeSol/darcy-docs/blob/main/integrations/model-context-protocol.md)


---

# 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.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.
