> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/server-side/integrations/open-feature/open-feature-js.md).

# JavaScript, Node v1.0.0-beta

#### Welcome to the Comprehensive Guide for OpenFeature x Flagship JavaScript / TypeScript / NodeJS SDK!

This documentation is your one-stop resource for integrating Flagship integration for OpenFeature into your JavaScript server-side ecosystem. Our library comes with preconfigured methods designed to simplify the implementation of the Decision API or Bucketing Mode. Let's get started on enhancing your development experience with OpenFeature x Flagship!

* [Installation](/server-side/integrations/open-feature/open-feature-js/open-feature-js-installation.md): Step-by-step instructions to set up OpenFeature in your environment.
* [Quick Start](/server-side/integrations/open-feature/open-feature-js/open-feature-js-quick-start.md): Get up and running with Flagship in no time.
* [Reference](/server-side/integrations/open-feature/open-feature-js/open-feature-js-reference.md): Detailed API documentation for in-depth understanding.

## SDK features

This version of the SDK lets you :

* Set a [visitor ID](/server-side/glossary.md#visitor-id)
* Update [visitor context](/server-side/glossary.md#user-context)
* Get flag via the [Decision API](/server-side/decision-api.md) or via [Bucketing Mode](/server-side/concepts/bucketing.md)

## Prerequisites

<table><thead><tr><th>NodeJS</th></tr></thead><tbody><tr><td><p>-Your server/device must have access to the internet.</p><pre><code>    * **Node.js**: version 6.0.0 or later
    * **NPM**: version 3.0.0 or later
</code></pre></td></tr></tbody></table>

## Good to know

<table><thead><tr><th>NodeJS</th></tr></thead><tbody><tr><td><p>Github repository: [https://github.com/flagship-io/openfeature-provider-js](https://github.com/flagship-io/openfeature-provider-js)</p><pre><code>    * SDK runs server-side
    * Typescript code supported
</code></pre></td></tr></tbody></table>

{% hint style="info" %}
📘 Javascript SDK - Engine compatibility

Our Javascript SDK is compatible with :

* Node.js runtime
  {% endhint %}

## Versions

The latest version of our Javascript SDK is [**1.0.0-beta**](/server-side/integrations/open-feature/open-feature-js/open-feature-js-reference.md).

#### Change logs

Find the versions change logs on our [Github Repository](https://github.com/flagship-io/openfeature-provider-js/releases).

## Contact us

Feel free to [contact us](mailto:product.feedback@abtasty.com?subject=Flagship%20Developer%20Documentation) if you have any questions regarding this documentation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.abtasty.com/server-side/integrations/open-feature/open-feature-js.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
