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

# Introduction

> Welcome to Inferable's documentation.

Inferable is an open-source managed developer platform that makes it easy to build reliable, distributed, secure, LLM-powered applications.

Inferable brings a set of:

* **Managed control plane** to orchestrate and monitor your LLM-powered applications.
* **LLM-native primitives** to interact with LLMs via SDKs.
* **Developer console** to observe, debug and manage your applications.

![Developer Console](https://mintlify.s3.us-west-1.amazonaws.com/inferable/images/console.png)

Inferable is API-driven, but SDKs are available for:

* [Typescript](https://github.com/inferablehq/inferable/tree/main/sdk-node) (Node.js)
* [Go](https://github.com/inferablehq/inferable/tree/main/sdk-go)

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket">
    Get started with Inferable in minutes.
  </Card>

  <Card title="Architecture" icon="block">
    Learn about the architecture of Inferable.
  </Card>
</CardGroup>
