> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ibex.ajna.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Ibex Platform

> Centralized documentation for the Ibex Data Platform and its microservices

# Ibex Data Platform

Ibex is a multi-service data platform designed to process, federate, and perform AI-driven analytics across heterogeneous data sources.

At its core, Ibex consists of several independent microservices — each tackling a specialized domain such as federated SQL analytics (via DuckDB), AI-driven chat/agent capabilities, generic dataset storage parsing, and robust platform identity management.

## Site Contents

This portal offers both high-level system descriptions and dedicated deep-dive architectural overviews for each underlying repository within the Ibex ecosystem.

<CardGroup cols={2}>
  <Card title="Architecture Overview" href="/architecture" icon="sitemap">
    Explore the macro-level view of Ibex, our unified CI/CD, and the primary data flows mapping requests from the UI to Postgres and DuckDB.
  </Card>

  <Card title="Core APIs" href="/ibex-data-platform" icon="server">
    Deep-dive into the primary Data Platform, Analytics, and BI backends.
  </Card>

  <Card title="AI & Agents" href="/ibex-ai-service" icon="robot">
    Read about how our node agents seamlessly intertwine with the Python LLM orchestration services.
  </Card>

  <Card title="UIs & SDKs" href="/ajna_data_platform_ui_lib" icon="code">
    Understand the shared React configuration and component libraries underpinning our dashboards.
  </Card>
</CardGroup>

## Getting Started

To learn about any single project in our workspace, look for its name in the side panel navigation. Each component page will detail:

* **Repository Purpose:** What is this?
* **High-Level Working:** How does it run and interact with the other microservices?
* **Architectural Notes:** Critical details on data storage, internal Docker routing, and exposed ports.

*All services belong to the `ibex` namespace and form the operational backbone of the Triviz cloud environment.*
