> For the complete documentation index, see [llms.txt](https://flaggish.gitbook.io/flaggish-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flaggish.gitbook.io/flaggish-docs/getting-started/quickstart.md).

# Quickstart

### 1. Install

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

```bash
npm i @flaggish/sdk
```

{% endtab %}
{% endtabs %}

### 2. Add environment variables to your .env file

{% tabs %}
{% tab title=".env" %}

```bash
NEXT_PUBLIC_FLAGGISH_CLIENT_API_KEY=your client key
NEXT_PUBLIC_FLAGGISH_SECRET_API_KEY=your secret key
```

{% endtab %}
{% endtabs %}
