# Overview

Alhena AI can integrate with a variety of different services and tools to fit in with your existing workflow.

## In This Section

* [Helpdesk Platforms](/docs/integrations/helpdesk.md) - Zendesk, Freshdesk, Gorgias, and other support platforms
* [Communication](/docs/integrations/communication.md) - WhatsApp, Instagram, Facebook, Slack, Discord, Email
* [E-commerce](/docs/integrations/ecommerce.md) - Shopify, WooCommerce, Magento, and other platforms
* [Lead Generation](/docs/integrations/marketing.md) - HubSpot, Klaviyo, mParticle
* [Review Management](/docs/integrations/reviews.md) - Trustpilot, Feefo

## Custom Extensions

Need to connect to a service not listed above? Build custom integrations using [Custom Extensions](/docs/integrations/custom-extensions.md):

* [**API Tools**](/docs/integrations/custom-extensions/api-tools.md) - Connect to any REST API
* [**MCP Servers**](/docs/integrations/custom-extensions/mcp-servers.md) - Use the Model Context Protocol for advanced integrations
* [**Sheet Search**](/docs/integrations/custom-extensions/sheet-search.md) - Search spreadsheet data in real-time


---

# Agent Instructions: 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:

```
GET https://alhena.gitbook.io/docs/integrations/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
