> ## Documentation Index
> Fetch the complete documentation index at: https://doc.widebot.sa/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Overview

AQL brings together three core capabilities:

* **AI Knowledge**: Ground responses on your indexed docs (policies, FAQs, handbooks).
* **AI Knowledge Assistant**: Natural-language Q\&A with citations to your sources.
* **AQL GenAI**: General chat, streaming responses, and structured outputs.

Use **AI Knowledge** for accuracy on your content; use **GenAI** for generative tasks.

<CardGroup cols={3}>
  <Card title="AI Knowledge" icon="book-open" href="/ai-knowledge">
    Upload content, index, and maintain your knowledge base.
  </Card>

  <Card title="Assistant" icon="message-square" href="/ai-assistant">
    Ask questions and get sourced answers.
  </Card>

  <Card title="AQL GenAI" icon="bot" href="/aql-genai">
    General chat and structured outputs.
  </Card>
</CardGroup>
