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

# Welcome to Hadiq.io AI

> The open-source AI platform that connects to your team's apps and delivers accurate, permission-aware answers.

Hadiq.io is an AI chat and search platform built for teams. Connect your existing tools — Slack, Google Drive, Confluence, GitHub, and 40+ more — and get instant, cited answers grounded in your organization's knowledge. Hadiq.io works with every major LLM and can be deployed on your own infrastructure or in the cloud.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get Hadiq.io running in minutes with Hadiq.io Cloud or self-hosted Docker.
  </Card>

  <Card title="Connectors" icon="plug" href="/connectors/overview">
    Connect your apps and start indexing your team's knowledge.
  </Card>

  <Card title="AI Agents" icon="robot" href="/features/agents">
    Build custom AI agents with unique instructions, knowledge, and actions.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Integrate Hadiq.io's chat, search, and ingestion APIs into your apps.
  </Card>
</CardGroup>

## Get started in 4 steps

<Steps>
  <Step title="Create your account">
    Sign up for [Hadiq.io Cloud](https://cloud.hadiq.io/auth/signup) to get started instantly, or follow the [self-hosting guide](/deployment) to deploy on your own infrastructure.
  </Step>

  <Step title="Connect your apps">
    Add connectors to index your team's knowledge from Slack, Google Drive, Confluence, GitHub, and 40+ other tools. Hadiq.io syncs permissions automatically.
  </Step>

  <Step title="Ask questions">
    Use the Chat UI to ask questions in natural language. Hadiq.io searches across all connected sources and returns cited answers that reflect only the documents you have access to.
  </Step>

  <Step title="Build agents and integrations">
    Create custom AI Agents for specific use cases, set up the Slack bot for in-channel answers, and use the API to integrate Hadiq.io into your own applications.
  </Step>
</Steps>

## Explore the platform

<CardGroup cols={3}>
  <Card title="Chat" icon="message" href="/features/chat">
    AI chat powered by any LLM, with web search, file uploads, and code interpreter.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/features/search">
    Hybrid semantic and keyword search across all connected sources.
  </Card>

  <Card title="Deep Research" icon="microscope" href="/features/deep-research">
    Multi-step agentic research that synthesizes findings into detailed reports.
  </Card>

  <Card title="Slack Bot" icon="slack" href="/integrations/slack-bot">
    Answer questions directly in Slack channels with a tagged bot.
  </Card>

  <Card title="MCP Server" icon="server" href="/integrations/mcp-server">
    Access Hadiq.io's search from Cursor, Claude, and other MCP-compatible tools.
  </Card>

  <Card title="Administration" icon="gear" href="/admin/users-permissions">
    Manage users, permissions, SSO, and LLM configuration.
  </Card>
</CardGroup>
