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

# Build 🛠️

- [Workflows](https://docs.darcyiq.com/build/ai-workflows.md)
- [Creating Efficient Workflows](https://docs.darcyiq.com/build/ai-workflows/creating-efficient-workflows.md)
- [Events & Scheduling Agents](https://docs.darcyiq.com/build/automations.md): Automate actions with event-driven triggers and recurring schedules
- [MCP Studio](https://docs.darcyiq.com/build/mcp-studio.md)
- [MCP Framework](https://docs.darcyiq.com/build/mcp-studio/mcp.md)
- [MCP Catalog](https://docs.darcyiq.com/build/mcp-studio/mcp-catalog.md)
- [Building Custom MCPs](https://docs.darcyiq.com/build/mcp-studio/building-custom-mcps.md)
- [MCP Apps & Interactive UI](https://docs.darcyiq.com/build/mcp-studio/mcp-apps.md)
- [Deploying & Managing](https://docs.darcyiq.com/build/mcp-studio/deploying-mcps.md)
- [Deploy to Your AWS Account](https://docs.darcyiq.com/build/mcp-studio/aws-account-deployment.md)
- [Code Samples](https://docs.darcyiq.com/build/mcp-studio/mcp-studio-samples.md)
- [Troubleshooting](https://docs.darcyiq.com/build/mcp-studio/troubleshooting.md)
- [Integrations](https://docs.darcyiq.com/build/integration-overview.md)
- [Meeting & Calendar Integrations](https://docs.darcyiq.com/build/integration-overview/meeting-calendar-integrations.md)
- [Platform Integrations](https://docs.darcyiq.com/build/integration-overview/enterprise.md)
- [Salesforce Integration](https://docs.darcyiq.com/build/integration-overview/enterprise/salesforce-integration.md)
- [HubSpot](https://docs.darcyiq.com/build/integration-overview/enterprise/hubspot.md)
- [Atlassian JIRA](https://docs.darcyiq.com/build/integration-overview/enterprise/jira.md)
- [MontyCloud CloudOps](https://docs.darcyiq.com/build/integration-overview/enterprise/montycloud.md)
- [Zapier (5,000+ Apps)](https://docs.darcyiq.com/build/integration-overview/enterprise/zapier.md)
- [Gmail (Google)](https://docs.darcyiq.com/build/integration-overview/enterprise/gmail.md): Connect Gmail so Darcy Chat and AI agents can search, read, draft, and send email on your behalf
- [Google Drive](https://docs.darcyiq.com/build/integration-overview/enterprise/google-drive.md): Connect Google Drive so Darcy Chat and AI agents can search, read, create, and update your Drive files
- [Microsoft Outlook](https://docs.darcyiq.com/build/integration-overview/enterprise/outlook.md): Connect Microsoft Outlook so Darcy Chat and AI agents can manage your email and calendar
- [Microsoft SharePoint](https://docs.darcyiq.com/build/integration-overview/enterprise/sharepoint.md): Connect Microsoft SharePoint so Darcy Chat and AI agents can search, read, and manage files across your document libraries
- [Slack (Coming Soon)](https://docs.darcyiq.com/build/integration-overview/enterprise/slack-coming-soon.md): Connect Slack so Darcy Chat and AI agents can search and manage your company communication
- [AWS Ecosystem](https://docs.darcyiq.com/build/integration-overview/aws.md)
- [AWS Accounts Integration](https://docs.darcyiq.com/build/integration-overview/aws/aws-api.md)
- [AWS ACE Integration](https://docs.darcyiq.com/build/integration-overview/aws/aws-ace-integration.md)
- [AWS Bedrock LLM](https://docs.darcyiq.com/build/integration-overview/aws/aws-bedrock-integration.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.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.
