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

# Introduction

> Hadiq.io is the open-source AI chat and search platform that connects to your team's apps and delivers accurate, permission-aware answers.

Hadiq.io brings a full-featured AI interface to your organization. Connect it to the tools your team already uses — Slack, Google Drive, Confluence, GitHub, and 50+ more — and get instant answers grounded in your company's knowledge. Every response cites its sources and reflects only the documents each user can access.

Hadiq.io is open source (MIT licensed) and runs on your own infrastructure or in the cloud.

## What you can do with Hadiq.io

<CardGroup cols={2}>
  <Card title="AI chat" icon="message">
    Chat with any major LLM — Anthropic, OpenAI, Gemini, or self-hosted models via Ollama, LiteLLM, and vLLM. Upload files, run code, generate images, and browse the web from a single interface.
  </Card>

  <Card title="Enterprise search" icon="magnifying-glass">
    Ask questions in plain language and get cited answers drawn from all your connected sources. Hadiq.io uses hybrid search (vector + keyword) with advanced RAG to maximize accuracy.
  </Card>

  <Card title="Deep research" icon="microscope">
    Run multi-step agentic research to produce in-depth reports synthesizing information from internal knowledge and the web. Ranked top of the deep research leaderboard as of February 2026.
  </Card>

  <Card title="Custom AI agents" icon="robot">
    Build agents with specific instructions, curated knowledge sources, and custom actions. Connect agents to external services via MCP or OpenAPI.
  </Card>

  <Card title="50+ connectors" icon="plug">
    Index content from Slack, Google Drive, Confluence, GitHub, Notion, Jira, and dozens more. Connectors sync in real time and inherit the source's permission model automatically.
  </Card>

  <Card title="Actions and MCP" icon="bolt">
    Let agents interact with external applications. Hadiq.io supports the Model Context Protocol (MCP) alongside OpenAPI-defined actions, with flexible authentication options.
  </Card>
</CardGroup>

## Who Hadiq.io is for

Hadiq.io is used by teams of all sizes, from individual developers to large enterprises:

* **Engineering teams** — get answers from docs, runbooks, and code without switching context
* **Support teams** — surface accurate answers across your entire product knowledge base
* **Sales teams** — access conversation history, product updates, and competitive intelligence instantly
* **Operations and leadership** — make decisions with full confidence in the information behind them

## Deployment options

You can run Hadiq.io in two ways:

| Option             | Best for                                                                                                                                              |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Hadiq.io Cloud** | Teams that want to get started immediately without managing infrastructure. Includes a 14-day free trial.                                             |
| **Self-hosted**    | Teams that need full control over their data and infrastructure. Deployable with a single command using Docker, or at scale with Kubernetes and Helm. |

<Note>
  Both options support the same core feature set. The self-hosted Community Edition is freely available under the MIT license. An Enterprise Edition adds SSO, white-labeling, advanced RBAC, and dedicated support.
</Note>

## Editions

Hadiq.io ships in two editions:

* **Community Edition (CE)** — the full core platform under the MIT license, including chat, RAG, agents, connectors, and actions.
* **Enterprise Edition (EE)** — everything in CE, plus OIDC/SAML SSO, SCIM provisioning, white-labeling, analytics, query history auditing, and dedicated support.

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get Hadiq.io running in minutes — cloud or self-hosted.
  </Card>

  <Card title="Deployment options" icon="server" href="/deployment">
    Compare Cloud, Docker, and Kubernetes deployment options.
  </Card>

  <Card title="Connectors" icon="plug" href="/connectors/overview">
    Connect your first data source.
  </Card>

  <Card title="AI agents" icon="robot" href="/features/agents">
    Build a custom agent for your team's use case.
  </Card>
</CardGroup>
