# Introduction (/docs)



Description [#description]

BullSequana AI is a software stack built with cloud-agnostic and open-source principles to help companies and institutions retain full control of their data, AI, and use case workflows.

BSQAI is composed of Runtime, CoreAI, and ProAI.

This documentation is organized around our offerings: Runtime, CoreAI, and ProAI.

It is available as a documentation site on every product deployment under the `docs.` subdomain and at <a href="https://docs.bullsequana.ai">docs.bullsequana.ai</a>.

Product Areas [#product-areas]

<div className="not-prose mt-2 grid gap-4 sm:grid-cols-2 lg:grid-cols-3">
  <a href="/docs/runtime" className="group relative overflow-hidden rounded-2xl border border-fd-border bg-white/95 p-5 shadow-sm transition duration-300 hover:-translate-y-0.5 hover:shadow-md dark:bg-zinc-900/95 dark:border-zinc-700">
    <span className="absolute inset-x-0 top-0 h-1 opacity-80 bg-[#ff5539]" />

    <h3 className="text-lg font-semibold">
      Runtime
    </h3>

    <div className="mt-2 text-sm text-muted-foreground">
      The baseline stack for your data and AI operations.
    </div>
  </a>

  <a href="/docs/coreai" className="group relative overflow-hidden rounded-2xl border border-fd-border bg-white/95 p-5 shadow-sm transition duration-300 hover:-translate-y-0.5 hover:shadow-md dark:bg-zinc-900/95 dark:border-zinc-700">
    <span className="absolute inset-x-0 top-0 h-1 opacity-80 bg-[#002870]" />

    <h3 className="text-lg font-semibold">
      CoreAI
    </h3>

    <div className="mt-2 text-sm text-muted-foreground">
      Model serving, runtime operations, and platform modules.
    </div>
  </a>

  <a href="/docs/proai" className="group relative overflow-hidden rounded-2xl border border-fd-border bg-white/95 p-5 shadow-sm transition duration-300 hover:-translate-y-0.5 hover:shadow-md dark:bg-zinc-900/95 dark:border-zinc-700">
    <span className="absolute inset-x-0 top-0 h-1 opacity-80 bg-[#ffb600]" />

    <h3 className="text-lg font-semibold">
      ProAI
    </h3>

    <div className="mt-2 text-sm text-muted-foreground">
      Data and MLOps-oriented capabilities for advanced use cases.
    </div>
  </a>
</div>

Documentation Areas [#documentation-areas]

* **Getting Started**: product introduction, onboarding, and high-level orientation to the BullSequana AI platform.
* **Deployment**: guidance for deploying BullSequana AI across environments, including install, upgrade, and release coordination.
* **Development**: expand BullSequana AI through custom integrations, extensible workflows, and implementation-driven practices.
* **Troubleshooting**: operational remediation guides for incidents, recurring issues, and practical diagnostics.
* **API Reference**: interfaces, endpoint catalogs, and integration contracts for platform services.

Audience [#audience]

* Services end users and operators
* API and platform developers
* DevOps and infrastructure operators
* Use-case and product teams
* Executives evaluating adoption and rollout

Documentation Purpose [#documentation-purpose]

* This documentation helps teams adopt, operate, and extend BullSequana AI.
* Clear product-first navigation
* Role-oriented usage paths
* Operational workflows for deployment and troubleshooting
* Rapid updates tied to feature and deployment lifecycle

<div className="not-prose mt-8 grid gap-4 md:grid-cols-2 lg:grid-cols-2">
  <a href="/docs/deployment" className="group relative overflow-hidden rounded-2xl border border-fd-border bg-white/95 p-5 shadow-sm transition duration-300 hover:-translate-y-0.5 hover:shadow-md dark:bg-zinc-900/95 dark:border-zinc-700">
    <span className="absolute inset-x-0 top-0 h-1 opacity-80 bg-[#0ea5e9]" />

    <h3 className="text-lg font-semibold">
      Deployment
    </h3>

    <div className="mt-2 text-sm text-muted-foreground">
      Provision, install, upgrade, and configure BullSequana AI at production scale.
    </div>
  </a>

  <a href="/docs/development" className="group relative overflow-hidden rounded-2xl border border-fd-border bg-white/95 p-5 shadow-sm transition duration-300 hover:-translate-y-0.5 hover:shadow-md dark:bg-zinc-900/95 dark:border-zinc-700">
    <span className="absolute inset-x-0 top-0 h-1 opacity-80 bg-[#14b8a6]" />

    <h3 className="text-lg font-semibold">
      Development
    </h3>

    <div className="mt-2 text-sm text-muted-foreground">
      Integration guidance, implementation patterns, and development best practices.
    </div>
  </a>

  <a href="/docs/troubleshooting" className="group relative overflow-hidden rounded-2xl border border-fd-border bg-white/95 p-5 shadow-sm transition duration-300 hover:-translate-y-0.5 hover:shadow-md dark:bg-zinc-900/95 dark:border-zinc-700">
    <span className="absolute inset-x-0 top-0 h-1 opacity-80 bg-[#f97316]" />

    <h3 className="text-lg font-semibold">
      Troubleshooting
    </h3>

    <div className="mt-2 text-sm text-muted-foreground">
      Diagnostics, known issues, and step-by-step resolution playbooks.
    </div>
  </a>

  <a href="/docs/api-reference" className="group relative overflow-hidden rounded-2xl border border-fd-border bg-white/95 p-5 shadow-sm transition duration-300 hover:-translate-y-0.5 hover:shadow-md dark:bg-zinc-900/95 dark:border-zinc-700">
    <span className="absolute inset-x-0 top-0 h-1 opacity-80 bg-[#8b5cf6]" />

    <h3 className="text-lg font-semibold">
      API Reference
    </h3>

    <div className="mt-2 text-sm text-muted-foreground">
      Interface specifications and integration guidance for platform services.
    </div>
  </a>
</div>

Agentic Access [#agentic-access]

This documentation can also be consumed in agent-friendly text form.

At page level, use the `Agentic Friendly` action in the page header. It opens a text/markdown rendering of the current page in a separate tab.

Useful routes:

* site-wide index: `https://<docs-host>/llms.txt`
* current-page LLM text: `https://<docs-host>/llms.mdx/docs/<page-path>/content.md`

Examples:

* `https://docs.bullsequana.ai/llms.txt`
* `https://docs.bullsequana.ai/llms.mdx/docs/coreai/components/coreai-web-portal/content.md`

The agentic page view is useful when you want a cleaner text representation of the current page for assistants, agents, retrieval pipelines, or external tooling.
