# iOS 1.0.0

#### Welcome to the Comprehensive Guide for OpenFeature x Flagship iOS

This documentation is your one-stop resource for integrating Flagship integration for OpenFeature. 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-1/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-1/open-feature-js-quick-start.md): Get up and running with Flagship in no time.
* [Reference](/server-side/integrations/open-feature/open-feature-js-1/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)
* Evaluate flag

## Prerequisites

**- iOS 15.0+**

**- Xcode 14.0+**

**- ABTasty account with environment ID and API key**

## Versions

The latest version of our iOS SDK is [**1.0.0**](/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: 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.abtasty.com/server-side/integrations/open-feature/open-feature-js-1.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.
