# Overview

**VGS Collect iOS SDK** allows you to securely collect data from your users without having to have that data pass through your systems. It provides customizable UI components for collecting users' sensitive data securely on mobile devices with iOS.

![](/files/04wLg5Jjks0ncu1AYFMZ) ![](/files/TrplSN2qoJDwbZ6MmLPx)

## Features

## Specification

* **Swift 5**
* **iOS12** - min supported platform
* **3rd party libraries:**
  * BlinkCard(optional)

## Next steps

* [Getting Started](/vault/developer-tools/vgs-collect/ios-sdk/integration.md)
* [UI Components](/vault/developer-tools/vgs-collect/ios-sdk/ui-components.md)
* [Observing States and Sending data](/vault/developer-tools/vgs-collect/ios-sdk/submit-data.md)

Also you could be interested in VGSCollectSDK [Reference Docs](https://verygoodsecurity.github.io/vgs-collect-ios/), [GitHub Repository](https://github.com/verygoodsecurity/vgs-collect-ios) or [Samples](/vault/developer-tools/vgs-collect/ios-sdk/samples.md).


---

# 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.verygoodsecurity.com/vault/developer-tools/vgs-collect/ios-sdk/index.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.
