# On the go

- [Integration of SDK v2.0+](https://docs.devtodev.com/in-developing/integration-of-sdk.md): The newest generation of devtodev SDK
- [SDK Integration](https://docs.devtodev.com/in-developing/integration-of-sdk/sdk-integration.md)
- [Android](https://docs.devtodev.com/in-developing/integration-of-sdk/sdk-integration/android.md)
- [iOS](https://docs.devtodev.com/in-developing/integration-of-sdk/sdk-integration/ios.md)
- [macOS](https://docs.devtodev.com/in-developing/integration-of-sdk/sdk-integration/macos.md)
- [Unity](https://docs.devtodev.com/in-developing/integration-of-sdk/sdk-integration/unity.md)
- [Windows](https://docs.devtodev.com/in-developing/integration-of-sdk/sdk-integration/windows.md)
- [Web](https://docs.devtodev.com/in-developing/integration-of-sdk/sdk-integration/web.md)
- [Unreal Engine](https://docs.devtodev.com/in-developing/integration-of-sdk/sdk-integration/unreal-engine.md)
- [Setting up events](https://docs.devtodev.com/in-developing/integration-of-sdk/setting-up-events.md)
- [Basic methods](https://docs.devtodev.com/in-developing/integration-of-sdk/setting-up-events/basic-methods.md)
- [User profile](https://docs.devtodev.com/in-developing/integration-of-sdk/setting-up-events/user-profile.md)
- [Secondary methods](https://docs.devtodev.com/in-developing/integration-of-sdk/setting-up-events/secondary-methods.md)
- [Anti-cheat methods](https://docs.devtodev.com/in-developing/integration-of-sdk/setting-up-events/anti-cheat-methods.md)
- [Push notifications](https://docs.devtodev.com/in-developing/integration-of-sdk/push-notifications.md)
- [Android](https://docs.devtodev.com/in-developing/integration-of-sdk/push-notifications/android.md): Android Push Notifications
- [iOS](https://docs.devtodev.com/in-developing/integration-of-sdk/push-notifications/ios.md)
- [Windows (UWP)](https://docs.devtodev.com/in-developing/integration-of-sdk/push-notifications/windows-uwp.md)
- [Unreal Engine](https://docs.devtodev.com/in-developing/integration-of-sdk/push-notifications/unreal-engine.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.devtodev.com/in-developing.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.
