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

# Introduction

> All-in-one SDK for LLM development and integration

# Welcome to BRX

BRX is a powerful platform for building, managing, and deploying AI applications with Large Language Models (LLMs). It provides a structured way to create reusable AI components that can be composed together to build complex applications.

## What is BRX?

BRX is an AI orchestration platform that allows you to:

* Create reusable AI components called BRKs (BRX Knowledge Representations)
* Compose BRKs together to build complex AI applications
* Execute AI workflows with dependencies and recursion
* Integrate with various LLM providers
* Deploy and manage AI applications at scale

## Key Components

<CardGroup cols={2}>
  <Card title="BRK" icon="puzzle-piece" href="/docs/Core Concepts/BRK">
    BRX Knowledge Representations - reusable AI components with inputs, outputs, and dependencies
  </Card>

  <Card title="BRX Client" icon="server" href="/docs/Core Concepts/BRXClient">
    Client libraries for interacting with the BRX platform
  </Card>

  <Card title="Tool Calling" icon="wrench" href="/docs/Core Concepts/ToolCalling">
    Integrate external tools and APIs with your BRX workflows
  </Card>

  <Card title="Composability" icon="layer-group" href="/docs/Core Concepts/Composability">
    Build complex AI applications by composing BRKs together
  </Card>
</CardGroup>

## Getting Started

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with BRX in minutes
  </Card>

  <Card title="Core Concepts" icon="book" href="/docs/Core Concepts/BRK">
    Dive deep into the BRX platform
  </Card>

  <Card title="Node.js SDK" icon="js" href="/reference/brx-node">
    Integrate BRX with your Node.js applications
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the BRX API
  </Card>
</CardGroup>
