# Plugins

- [Unity](https://docs.escs.io/plugins/unity.md): How to integrate the Unity plugin.
- [Optional steps](https://docs.escs.io/plugins/unity/optional-steps.md): Describes additional steps that you can use to customize your integration with the escs
- [JS](https://docs.escs.io/plugins/javascript.md): How to integrate the javascript plugin.
- [React Native](https://docs.escs.io/plugins/react-native.md): How to integrate the React Native plugin.
- [Android native](https://docs.escs.io/plugins/android-native.md): How to integrate the android native plugin.
- [Basic multiplayer with OAuth](https://docs.escs.io/plugins/android-native/basic-multiplayer-with-oauth.md)
- [iOS native](https://docs.escs.io/plugins/ios-native.md): How to integrate the iOS native plugin.
- [JS WatchThis](https://docs.escs.io/plugins/js-watchthis.md): WatchThis is a subset of escs services to provide easy drop-in social features for your app, like videochat, event sync between participants and so on.
- [Pragma.gg](https://docs.escs.io/plugins/pragma.gg.md)
- [Unreal](https://docs.escs.io/plugins/unreal.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.escs.io/plugins.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.
