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

# Installation

> Install the @chatatp/studio package

## Requirements

* Node.js 18 or later

## npm

```bash theme={null}
npm install @chatatp/studio
```

## yarn

```bash theme={null}
yarn add @chatatp/studio
```

## TypeScript

The package ships with full TypeScript declarations. No `@types` package needed.
