# Available PoCs

The following project examples are provided to facilitate understanding of how Unico works.

{% hint style="info" %}
If you do not find the PoC in this section, request it from your Project Manager, and it will be shared through an SFTP directory.
{% endhint %}

## PoCs in a native environment

| Programming Language |                          Description                          |                              Repository                              |
| :------------------: | :-----------------------------------------------------------: | :------------------------------------------------------------------: |
|         Swift        |    PoC in Swift that implements Unico in the WebView on iOS   |    [GitHub](https://github.com/unico-labs/unico-cbu-poc-ios-swift)   |
|        Kotlin        | PoC in Kotlin that implements Unico in the WebView on Android | [GitHub](https://github.com/unico-labs/unico-cbu-poc-android-kotlin) |

{% hint style="danger" %}
**Our support is restricted to applications developed directly on the native Android and iOS platforms, using their respective native modules, as well as the Flutter framework (if the implementation uses our plugin). At this time, we do not offer support for applications developed with hybrid frameworks such as React Native, Ionic, or other cross-platform development technologies.**
{% endhint %}

## PoCs in a web environment

| Programming Language |                          Description                          |                           Repository                          |
| :------------------: | :-----------------------------------------------------------: | :-----------------------------------------------------------: |
|        Angular       |   PoC in Angular that implements Unico through the Unico SDK  | [GitHub](https://github.com/unico-labs/unico-cbu-poc-angular) |
|         React        |    PoC in React that implements Unico through the Unico SDK   |  [GitHub](https://github.com/unico-labs/unico-cbu-poc-react)  |
|      JavaScript      | PoC in JavaScript that implements Unico through the Unico SDK |    [GitHub](https://github.com/unico-labs/unico-cbu-poc-js)   |
|        Vue JS        |   PoC in Vue.js that implements Unico through the Unico SDK   |  [GitHub](https://github.com/unico-labs/unico-cbu-poc-vuejs)  |


---

# 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://devcenter.unico.io/unico-idcloud/by-unico-integration/sdk-redirect/available-pocs.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.
