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

# React

> Get started with the Equos React Toolkit to build interactive AI experiences on the Web.

## Installation

Install Equos React SDK via npm:

```bash theme={null}
npm i @equos/react
```

## Usage

Usage is described in the package documentation.

<Columns cols={2}>
  <Card icon="npm" title="View package on NPM" href="https://www.npmjs.com/package/@equos/react">
    View the package on NPM.
  </Card>

  <Card icon="github" title="View code examples on GitHub" href="https://github.com/EquosAI/equos-examples/blob/main/README.md">
    View code examples on GitHub.
  </Card>
</Columns>
