# Third-Party Providers

Currently, the Coinracer infrastructure is based on multiple cloud providers and other service providers as depicted below:

* [Azure Cloud Services](https://azure.microsoft.com/)
  * [PlayFab Servers](https://learn.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/)
  * [PlayFab Gaming Services](https://azure.microsoft.com/en-ca/products/playfab/multiplayer-services) (matchmaking, database, etc.).
  * [CloudScript](https://learn.microsoft.com/en-us/gaming/playfab/features/automation/cloudscript/) integrations
* [Google Cloud](https://cloud.google.com/)
  * [Firebase](https://firebase.google.com/)
  * [Firebase Auth Validator](https://firebase.google.com/docs/auth/admin/verify-id-tokens)
  * [Firebase CloudScript](https://firebase.google.com/docs/functions) integrations
* [HyperPlay Game Launcher](https://www.hyperplay.xyz/)
* [SphereOne](https://www.sphereone.xyz/)
* [1Kin](https://www.1kin.io/)

{% hint style="info" %}
As we continue to secure relationships with additional third-party service providers, their names and information will be added to this list.
{% endhint %}


---

# 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://documentation.coinracer.io/how-coinracer-works/infrastructure/third-party-providers.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.
