# iOS Setup

* Step: 1
  * Add below project into app. -> Right click on main app -> Add -> Existing project.
  * AccuraiOSBinding.csproj
* Step: 2
  * Add projects into your project.iOS as reference project.
  * Go to project.iOS -> References -> right click -> Add reference -> select project -> tap on Add button.
* Step: 3
  * Add accura service file into your project.iOS directory. Right click on project.iOS -> Add -> Existing file -> Choose bellow file.
  * AccuraScanService.cs
* Step: 4
  * Download required framework [AccuraKYC.framework.zip](https://github.com/accurascan/iOS-KYC/releases/download/3.1.1/AccuraKYC.framework.zip) from here then export it and add it as Native Reference into "AccuraiOSBinding.csproj".
  * Go to "AccuraiOSBinding.csproj" -> Native References -> right click -> Add -> choose AccuraKYC.framework


---

# 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.accurascan.com/language/xamarin/ios-setup.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.
