# The Oraculi SDK data journey

When the mobile app that has the Oraculi SDK is installed, it prompts the user to grant permissions for the required functionality. Kindly note that Google requires extensive screen information to provide clear guidance for the users. If you require guidance, please contact <api@lendsqr.com>.&#x20;

Once the permissions have been granted, the SDK would collect the data from the phone, encrypt them, and send them to the Lendsqr backend services for parsing and analysis.&#x20;

The developer can then connect to the Lendsqr API endpoints to access the parsed and analyzed data for the loan underwriting workflow.&#x20;

For the sake of data consistency, every single transaction is uniquely identified against the user to ensure that even if they uninstall the developer app and reinstall it again, data would not be duplicated.

<figure><img src="/files/EzVJ80csx06N2d5D9SnI" alt=""><figcaption><p>The Oraculi SDK data journey</p></figcaption></figure>


---

# 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.adjutor.io/adjutor-api-endpoints/oraculi-mobile-sdk-beta/the-oraculi-sdk-data-journey.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.
