# Supported Langauges&#x20;

- [JavaScript](https://evntaly.gitbook.io/evntaly/sdks/javascript.md): JavaScript SDK
- [Ruby](https://evntaly.gitbook.io/evntaly/sdks/ruby.md): Ruby SDK
- [Python](https://evntaly.gitbook.io/evntaly/sdks/python.md): Python SDK
- [C#](https://evntaly.gitbook.io/evntaly/sdks/c.md): Dotnet SDK
- [Go](https://evntaly.gitbook.io/evntaly/sdks/go.md): Go Lang SDK
- [PHP](https://evntaly.gitbook.io/evntaly/sdks/php.md): PHP SDK
- [Web](https://evntaly.gitbook.io/evntaly/sdks/web.md): Web SDK
- [cURL](https://evntaly.gitbook.io/evntaly/sdks/curl.md): API Reference
- [Swift – Native HTTP](https://evntaly.gitbook.io/evntaly/sdks/curl/swift-native-http.md): Use Native HTTP Request in Swift
- [Flutter - Dart](https://evntaly.gitbook.io/evntaly/sdks/curl/flutter-dart.md): Use Native HTTP Request in Dart
- [Android - Kotlin](https://evntaly.gitbook.io/evntaly/sdks/curl/android-kotlin.md): Use okhttp3 to Send HTTP in Kotlin


---

# 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://evntaly.gitbook.io/evntaly/sdks.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.
