# Installation

Hypertune's JavaScript SDK is available as an [npm package](/getting-started/set-up-hypertune.md).

Install the package via a JavaScript package manager like `npm`, `yarn` or `pnpm`:

{% tabs %}
{% tab title="npm" %}

```bash
npm install hypertune
```

{% endtab %}

{% tab title="yarn" %}

```bash
yarn add hypertune
```

{% endtab %}

{% tab title="pnpm" %}

```bash
pnpm add hypertune
```

{% endtab %}
{% endtabs %}

The package includes a CLI tool to [auto-generate a type-safe client](/sdk-reference/type-safe-client-generation.md) for your flags.

To install another SDK, see one of the [language quickstarts](https://docs.hypertune.com/sdk-reference/pages/QwUw1VrryxuD1YgYnx6k#6.-get-flags-in-your-code).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hypertune.com/sdk-reference/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
