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

# Installation

> Install the Basalt SDK in your environnement. **(~1 minute)**

<CardGroup cols={2}>
  <Card title="JavaScript/Typescript" icon="js">
    Type-safe JavaScript/TypeScript SDK with first-class support for Node.js 18+.
  </Card>

  <Card title="Python" icon="python">
    Our official Python SDK with full type hints, async support, and comprehensive features for AI prompt management.
  </Card>
</CardGroup>

## Installation

To install Basalt in your environnement, follow the instructions using your preferred package manager.

<CodeGroup>
  ```bash TypeScript theme={null}
  npm install @basalt-ai/sdk
  ```

  ```bash Python theme={null}
  pip install basalt-sdk
  ```
</CodeGroup>

### Requirements

#### TypeScript

The TypeScript SDK requires **> Node.js 18**.

#### Python

The Python SDK requires **> Python 3.6**.

## Next Steps

<CardGroup cols={2}>
  <Card title="Prompts" icon="comment-dots" href="/prompts/introduction">
    Discover how to use Basalt as your Prompt Management System
  </Card>

  <Card title="Monitoring" icon="chart-line" href="/monitoring/introduction">
    See how to monitor your AI features
  </Card>
</CardGroup>
