# escs

## escs

- [Introduction](https://docs.escs.io/master.md): Welcome to the escs. Here you will find some general words about the escs and how you can use it.
- [Integration - step 1](https://docs.escs.io/integration-step-1.md): Create and register your game.
- [Integration - step 2](https://docs.escs.io/integration-step-2.md): Choosing and integrating plugin.
- [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)
- [Your first tournament series](https://docs.escs.io/tournament-series/your-first-tournament-series.md): Create a tournament series for your game.
- [Game mode and scores.](https://docs.escs.io/tournament-series/game-mode-and-scores..md): You really need to understand this.
- [Matches, Sets, Points](https://docs.escs.io/tournament-series/matches-sets-points.md): Everything you always wanted to know.
- [Tournament structures](https://docs.escs.io/tournament-series/tournament-series.md): Everything about the tournament series and the tournament structures.
- [Anti-Cheat services](https://docs.escs.io/anti-cheat-services.md): We are aware of the cheaters and we are developing services that can help you.
- [Using escs OAuth for sign in](https://docs.escs.io/using-escs-oauth-for-sign-in.md): How to do backend to backend player profile integration
- [Using escs OAuth for automated user sign in in your GameHub](https://docs.escs.io/using-escs-oauth-for-automated-user-sign-in-in-your-gamehub.md)
- [Moving to production](https://docs.escs.io/general/moving-to-production.md): How to move from the demo environment to the production environment.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.escs.io/master.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.
