# Overview

**VGS Show Android SDK** allows you to securely reveal data for your users without having to have that data pass through your systems. It provides customizable UI elements for showing 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 contains the following scenario(s):

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

![](/files/9k22DAqvFLWVEYap87Fo) ![](/files/Idnn0gWxWxZQZ8Dsk90N)

## Features

> Before you start, check our [best practices](/vault/developer-tools/vgs-show/security-checklist.md) to ensure secure configurations.

## Next steps

* [How to integrate VGS Show Android SDK](/vault/developer-tools/vgs-show/android-sdk/integration.md)
* [UI Components](/vault/developer-tools/vgs-show/android-sdk/ui-components.md)
* [Data Revealing](/vault/developer-tools/vgs-show/android-sdk/reveal-data.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-show/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.
