> For the complete documentation index, see [llms.txt](https://help.getcustomeriq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getcustomeriq.com/data-guides.md).

# Data Guides

- [CRM & AMS Integration](https://help.getcustomeriq.com/data-guides/crm-and-ams-integration.md)
- [AMS 360](https://help.getcustomeriq.com/data-guides/crm-and-ams-integration/ams-360.md): How the CustomerIQ + AMS360 Integration Works
- [AgencyZoom](https://help.getcustomeriq.com/data-guides/crm-and-ams-integration/agencyzoom.md): How the CustomerIQ + AgencyZoom Integration Works
- [HubSpot](https://help.getcustomeriq.com/data-guides/crm-and-ams-integration/hubspot.md): Automate data entry in your HubSpot CRM
- [Salesforce](https://help.getcustomeriq.com/data-guides/crm-and-ams-integration/salesforce.md)
- [Redtail](https://help.getcustomeriq.com/data-guides/crm-and-ams-integration/redtail.md): Connect your Redtail CRM to your CustomerIQ workspace to automate meeting notes and other data entry
- [VoIP Integrations](https://help.getcustomeriq.com/data-guides/voip-integrations.md)
- [Lightspeed Voice](https://help.getcustomeriq.com/data-guides/voip-integrations/lightspeed-voice.md): How to setup the CustomerIQ integration with Lightspeed Voice
- [RingCentral](https://help.getcustomeriq.com/data-guides/voip-integrations/ringcentral.md): How to setup the CustomerIQ integration with RingCentral
- [Meeting Integrations](https://help.getcustomeriq.com/data-guides/meeting-integrations.md)
- [Google Meet](https://help.getcustomeriq.com/data-guides/meeting-integrations/google-meet.md): How to capture Google Meet meetings with CustomerIQ
- [Microsoft Teams](https://help.getcustomeriq.com/data-guides/meeting-integrations/microsoft-teams.md): CustomerIQ automatically records any MS Teams meeting where the meeting assistant is present
- [Zoom](https://help.getcustomeriq.com/data-guides/meeting-integrations/zoom.md): A step-by-step guide to managing your Zoom meetings with CustomerIQ
- [Other Integrations](https://help.getcustomeriq.com/data-guides/other-integrations.md)
- [CSV Import](https://help.getcustomeriq.com/data-guides/other-integrations/csv-import.md): The CSV import modal is a powerful way to load data to folders
- [Webhooks](https://help.getcustomeriq.com/data-guides/other-integrations/webhooks.md): Use webhook events from CustomerIQ to power any workflow
- [Zendesk](https://help.getcustomeriq.com/data-guides/other-integrations/zendesk.md): How to send tickets in Zendesk to CustomerIQ folders for analysis
- [Zapier](https://help.getcustomeriq.com/data-guides/other-integrations/zapier.md): How to send data from any app to CustomerIQ folders using Zapier
- [Slack](https://help.getcustomeriq.com/data-guides/other-integrations/slack.md)
- [Outlook Shared Inboxes](https://help.getcustomeriq.com/data-guides/other-integrations/outlook-shared-inboxes.md): Connect your shared mailbox to CustomerIQ and be sure every message you send from it is also saved in the mailbox’s Sent Items for full conversation history.


---

# 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://help.getcustomeriq.com/data-guides.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.
