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

# Available Connectors

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><p>           <strong>Outlook Email</strong></p><ul><li>Read and search your Outlook emails</li><li>Draft new emails</li><li>Send emails directly from EmpowerGPT</li><li>Generate replies or follow-ups</li></ul></td><td><a href="/files/gMH2mcok5m5qlB7NKLVm">/files/gMH2mcok5m5qlB7NKLVm</a></td></tr><tr><td><p>          <strong>Outlook Calendar</strong></p><ul><li>View your upcoming calendar events</li><li>Check availability</li><li>Add, update, or remove events</li><li>Ask EmpowerGPT to schedule meetings</li></ul></td><td><a href="/files/y3MvvymVwIxVVNkuME6t">/files/y3MvvymVwIxVVNkuME6t</a></td></tr><tr><td><p>         <strong>Gmail</strong></p><ul><li>Read Gmail messages</li><li>Search your inbox or labels</li><li>Draft and send emails</li><li>Create replies using natural language</li></ul></td><td><a href="/files/VhZIIuw5lfUP5L7dmOp7">/files/VhZIIuw5lfUP5L7dmOp7</a></td></tr><tr><td><p>         <strong>Google Calendar</strong></p><ul><li>View your upcoming calendar events</li><li>Check availability</li><li>Add, update, or remove events</li><li>Ask EmpowerGPT to schedule meetings</li></ul></td><td><a href="/files/mcUEoWNxib7j8q2VALWD">/files/mcUEoWNxib7j8q2VALWD</a></td></tr><tr><td><p>           <strong>Google Drive</strong></p><ul><li>Search files stored in Google Drive</li><li>Open and read documents</li><li>Draft new content and save it in drive.</li></ul></td><td><a href="/files/kEDFPmsnSA8srKNUPlDy">/files/kEDFPmsnSA8srKNUPlDy</a></td></tr><tr><td><p>                    <strong>Slack</strong></p><ul><li>Read Slack messages and threads</li><li>Send messages to team members or in channels.</li><li>Draft replies or announcements</li><li>Interact with team using natural language</li></ul></td><td><a href="/files/77ExBaQ7MXGAzlvde7Eu">/files/77ExBaQ7MXGAzlvde7Eu</a></td></tr><tr><td><p>              <strong>Hubspot</strong></p><ul><li>View and manage contacts</li><li>Access deals, pipelines, and companies</li><li>Update CRM entries</li><li>Generate follow-up messages, emails, or notes based on CRM data</li></ul></td><td><a href="/files/yMh56YTzeBDgE9IrXpNA">/files/yMh56YTzeBDgE9IrXpNA</a></td></tr><tr><td><p>           <strong>Google Sheets</strong></p><ul><li>Read and analyze spreadsheet data</li><li>Update rows, columns, or cells</li><li>Create formulas, summaries, and reports</li><li>Convert sheet data into insights</li></ul></td><td><a href="/files/YxMf6TcaKWVchy5UdSsP">/files/YxMf6TcaKWVchy5UdSsP</a></td></tr><tr><td><p>          <strong>Google Docs</strong></p><ul><li>Read, Search, ad Draft your Google Docs using natural language.</li><li>Edit exisitng documents.</li><li>Format headings and paragraphs.</li></ul></td><td><a href="/files/Uhb3V8KUnCDhs8aGqbql">/files/Uhb3V8KUnCDhs8aGqbql</a></td></tr><tr><td><p>        <strong>Microsoft Teams</strong></p><ul><li>Chat with your Team Members directly from EmpowerGPT.</li><li>Send message to a channel, group, or individual team member.</li><li>Draft replies using AI.</li></ul></td><td><a href="/files/YwvN1Crgk8t7CzjWgteY">/files/YwvN1Crgk8t7CzjWgteY</a></td></tr></tbody></table>


---

# 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.empowergpt.ai/data-import-and-integrations/connectors/available-connectors.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.
