# OpenFeature

## What is OpenFeature? <a href="#what-is-the-react-sdk" id="what-is-the-react-sdk"></a>

From [openfeature.dev](https://openfeature.dev):

> OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.

Reflag provides OpenFeature integration for use in browser (Web) and Node.js.

## Getting started <a href="#getting-started" id="getting-started"></a>

Reflag providers are [listed on openfeature.dev](https://openfeature.dev/ecosystem?instant_search%5Bquery%5D=reflag)

Documentation:

* [OpenFeature Node.js provider](https://github.com/reflagcom/javascript/blob/main/packages/openfeature-node-provider/README.md)
* [OpenFeature Browser provider](https://github.com/reflagcom/javascript/tree/main/packages/openfeature-browser-provider)

## Further documentation <a href="#install-the-sdk" id="install-the-sdk"></a>

[Learn about OpenFeature providers](https://openfeature.dev/docs/reference/concepts/provider) on the official docs


---

# 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.reflag.com/supported-languages/openfeature.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.
