# New SDK

- [Integrating WinZO SDK](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk.md)
- [1. Add Required Maven Repositories](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/1.-add-required-maven-repositories.md)
- [2. Add the WinZO SDK Dependency](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/2.-add-the-winzo-sdk-dependency.md)
- [3. Set Android SDK Version Compatibility](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/3.-set-android-sdk-version-compatibility.md)
- [4. Enable AndroidX and R8](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/4.-enable-androidx-and-r8.md)
- [5. Upgrade to Java 8](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/5.-upgrade-to-java-8.md)
- [6. Extend SDK Game Activity](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/6.-extend-sdk-game-activity.md)
- [Mandatory Functions](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/6.-extend-sdk-game-activity/mandatory-functions.md)
- [Additional Functions Available](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/6.-extend-sdk-game-activity/additional-functions-available.md)
- [Producing APK](https://docs.winzogames.com/new-sdk/producing-apk.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.winzogames.com/new-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.
