# Installation

The iOS-FaceSDK is provided in **Framework** format.

## Download SDK

Download [**ios\_facesdk.zip \[21M\]**](https://www.dropbox.com/scl/fi/wjygyq7y49u0c8dk211jg/ios_facesdk.zip?rlkey=4ttn0hdvha93vx0kbcfzygsrq\&st=pkqek6yn\&dl=0)

## Directory Structure

The SDK directory contains the following directories and files:

<table data-header-hidden><thead><tr><th width="152"></th><th></th></tr></thead><tbody><tr><td><strong>facesdk.framework</strong></td><td>FaceSDK framework file</td></tr><tr><td>FaceDemo-Bridging-Header.h</td><td>Bridging Header file for Objective-C and Swift</td></tr></tbody></table>

## Add FaceSDK to iOS Project <a href="#adding-the-android-sdk" id="adding-the-android-sdk"></a>

* Copy and Add `facesdk.framework` into the project

<figure><img src="https://3902005046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxiEW2bRNeDz3JZIL41gD%2Fuploads%2FK8zVpI7UuOPfwbxOP76Z%2Ffacesdkframework.png?alt=media&#x26;token=2bda1b38-0e15-4eb8-bfa8-f9b23f28bc0c" alt=""><figcaption></figcaption></figure>

* Add `FaceDemo-Bridging-Header.h` to Build Settings

<figure><img src="https://3902005046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxiEW2bRNeDz3JZIL41gD%2Fuploads%2FSOs6VxQkkFchzMprnoO4%2FBridgingHeader.png?alt=media&#x26;token=2f0b7408-e3f5-4908-b842-671b517f85d1" alt=""><figcaption></figcaption></figure>

* Build your project

<figure><img src="https://3902005046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxiEW2bRNeDz3JZIL41gD%2Fuploads%2FamL83qFwUGi8hfXR3JkQ%2Fproject.png?alt=media&#x26;token=a486f5ed-4a13-4ed8-b33d-8525ef19f734" alt=""><figcaption></figcaption></figure>


---

# 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.recognito.vision/face-recognition-sdk/integration-guide/ios/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.
