# Uqudo SDK

The Uqudo SDK is developed to make integration quick and easy for you with 3 simple steps:

1. Import the SDK or plugin into your app or website. All libraries are available on public repositories to make the integration frictionless.
2. Call the SDK from your app or website with a simple call. The SDK interacts with the user to perform all onboarding steps.
3. Once the onboarding is finished, the SDK returns all data from the onboarding process to your app or website.


---

# 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.uqudo.com/docs/kyc/uqudo-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.
