# Installation Guide

### Minimum Requirements

* iOS Version: 13.0+
* Swift Version: 5+
* Xcode Version: 16 or higher
* Camera access is mandatory.

### Installation

If using CocoaPods:

```swift
pod 'VIDVDocKit', '$Latest Version'
```

{% hint style="info" %}
Note: Latest Version: 1.3.0
{% endhint %}

### Permissions

Update your Info.plist with the following:

```swift
<key>NSCameraUsageDescription</key>
<string>This app requires camera access to scan documents.</string>

// if setCollectUserInfo enabled
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs your location while using the app to enhance functionality.</string>
```


---

# 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://valify.gitbook.io/valify-ios-sdk-documentation/dockit/ios-native-sdk/installation-guide.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.
