# Overview

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

To keep the instructions simple and focused on the task at hand, the Quick start is to divide into two scenarios:

* In [How to integrate](/vault/developer-tools/vgs-collect/android-sdk/integration.md) section described creation simple application to communicate with VGS Proxy.

![](/files/MmcVCqB0PrP9sKRqnnbY) ![](/files/NSmFPEgpnJpoXCSWzxHy)

## Features

## Next steps

* [How to integrate VGS Collect Android SDK](/vault/developer-tools/vgs-collect/android-sdk/integration.md)
* [UI Components](/vault/developer-tools/vgs-collect/android-sdk/ui-components.md)
* [Observing States and Submitting Data](/vault/developer-tools/vgs-collect/android-sdk/submit-data.md)

Also, you could be interested in [GitHub repository](https://github.com/verygoodsecurity/vgs-collect-android), [Demo](https://github.com/verygoodsecurity/android-sdk-demo) or [API reference](https://verygoodsecurity.github.io/vgs-collect-android/).


---

# 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/android-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.
