# Overview

Alhena AI provides customer-facing AI channels to enhance your customer experience and provide instant support.

{% hint style="info" %}
See these features in action on our [demo site](https://alhenademo.com/).
{% endhint %}

## AI Channels

* [Chat Widget](/docs/features/chat-widget.md) - Deploy an AI-powered chat widget on your website to provide instant customer support
* [Voice AI](/docs/features/voice-ai.md) - Add voice capabilities through chat widget voice input or direct phone/SIP integration
* [Product FAQs](/docs/features/product-faqs.md) - Automatically generate and display product-specific FAQs on your e-commerce pages
* [Conversational Search](/docs/features/conversational-search.md) - A full-page conversational search experience that lets customers find products and get recommendations using natural language


---

# 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/features/features.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.
