# Connect SDK

With **Connect SDK**, you can integrate directly into your applications to connect with all the financial data Powens is providing. Leveraging OAuth 2.0 authentication, our SDK ensures secure and transparent access to user data. Here's a high-level overview of how it works:

1. Send the end user to a product flow in our mobile SDK.
2. The user selects their bank, provides consent, and authenticates through the provided flow.
3. Once the process is complete, the user is redirected back to your application with the operation's result.

Choose the appropriate implementation method based on your technology stack to start integrating our **Connect SDK** seamlessly into your applications.

### Mobile App

Powens UI SDK has been developed in Kotlin to ensure easy accessibility on both iOS and Android.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>iOS</strong></td><td>Learn how to integrate our Connect iOS SDK into your app</td><td><a href="/pages/RYm5NnOOgRfuB1b9s2bB">/pages/RYm5NnOOgRfuB1b9s2bB</a></td></tr><tr><td><strong>Android (coming soon)</strong></td><td>Learn how to integrate our Connect Android SDK into your app</td><td></td></tr></tbody></table>


---

# 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.powens.com/documentation/sdk/connect-sdk.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.
