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

# Integrations

- [Integrations Hub](https://docs.uptiq.ai/integrations/integrations-hub.md)
- [Connect Methods](https://docs.uptiq.ai/integrations/integrations-hub/connect-methods.md): Every integration in the Integration Hub uses one of three connect methods. The connect method determines how you authenticate and how the platform manages the connection to the third-party service
- [AI and Utilities](https://docs.uptiq.ai/integrations/integrations-hub/ai-and-utilities.md): Connect your workspace to large language model providers, voice AI services, web scraping tools, authentication providers, and utility services.
- [Banking & Finance](https://docs.uptiq.ai/integrations/integrations-hub/banking-and-finance.md): Connect your workspace to core banking systems, payment processors, credit bureaus, and accountancy platforms.
- [Compliance & Analytics](https://docs.uptiq.ai/integrations/integrations-hub/compliance-and-analytics.md): Connect your workspace to regulatory compliance services, risk management platforms, and data analytics tools.
- [CRM & Marketing](https://docs.uptiq.ai/integrations/integrations-hub/crm-and-marketing.md): Connect your workspace to customer relationship management platforms, e-commerce services, customer support tools, and marketing systems.
- [Productivity & Collaboration](https://docs.uptiq.ai/integrations/integrations-hub/productivity-and-collaboration.md): Connect your workspace to office productivity tools, cloud storage services, messaging platforms, and project management systems.
- [App Services](https://docs.uptiq.ai/integrations/integrations.md)
- [Google Auth](https://docs.uptiq.ai/integrations/integrations/google-auth.md): User Identity
- [Stripe](https://docs.uptiq.ai/integrations/integrations/stripe.md): Payments
- [Resend & Twilio](https://docs.uptiq.ai/integrations/integrations/resend-and-twilio.md): Email & Messaging
- [External APIs](https://docs.uptiq.ai/integrations/integrations/external-apis.md): Connecting Your Entire Tech Stack


---

# 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.uptiq.ai/integrations.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.
