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

# Installation

> Install the Solute SDK in your project

## Installation

Install the Solute SDK using your preferred package manager:

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

  ```bash yarn theme={null}
  yarn add @solute-ai/sdk
  ```

  ```bash pnpm theme={null}
  pnpm add @solute-ai/sdk
  ```
</CodeGroup>

## Requirements

* **Node.js**: >= 14
* **TypeScript**: >= 4.0 (optional, but recommended)
* **React**: >= 18 (for React/Next.js integration)
* **Next.js**: >= 13 (for Next.js integration)

## Package Information

* **Package name**: `@solute-ai/sdk`
* **Version**: 0.1.2
* **License**: MIT
* **Repository**: [github.com/solute-ai/solute-sdk](https://github.com/solute-ai/solute-sdk)

## TypeScript Support

The SDK is written in TypeScript and includes full type definitions. No additional `@types` package is required.

## Next Steps

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/getting-started/quickstart">
    Learn how to initialize and use the SDK
  </Card>

  <Card title="Configuration" icon="gear" href="/getting-started/configuration">
    Explore all configuration options
  </Card>
</CardGroup>
