# Additional Resources

- [API Reference](https://docs.edgegap.com/docs/api.md)
- [Dedicated Servers](https://docs.edgegap.com/docs/api/dedicated-servers.md)
- [Versioning](https://docs.edgegap.com/docs/api/versioning.md)
- [Integration](https://docs.edgegap.com/docs/api/integration.md)
- [Relays](https://docs.edgegap.com/docs/api/relays.md)
- [Deprecated](https://docs.edgegap.com/docs/api/deprecated.md)
- [Release Notes](https://docs.edgegap.com/docs/release-notes.md)
- [Archive](https://docs.edgegap.com/docs/release-notes/archive.md)
- [Sample Projects](https://docs.edgegap.com/docs/sample-projects.md)
- [Unreal Engine](https://docs.edgegap.com/docs/sample-projects/unreal-engine.md)
- [Lyra Sample](https://docs.edgegap.com/docs/sample-projects/unreal-engine/lyra-sample.md)
- [Top-Down Sample](https://docs.edgegap.com/docs/sample-projects/unreal-engine/top-down-sample.md)
- [Unity](https://docs.edgegap.com/docs/sample-projects/unity-netcodes.md)
- [Photon Fusion 2](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/photon-fusion-2-on-edgegap.md)
- [Photon Fusion 1](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/photon-fusion-on-edgegap.md)
- [Unity NGO](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/unity-netcode-on-edgegap.md)
- [Mirror Pong](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/mirror-pong.md)
- [Mirror](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/mirror-on-edgegap.md)
- [Fishnet](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/fishnet-on-edgegap.md)
- [Photon Bolt](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/photon-bolt-on-arbitrium.md)
- [Mirror WebGL](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/mirror-on-edgegap-websocket.md)
- [Fishnet WebGL](https://docs.edgegap.com/docs/sample-projects/unity-netcodes/fishnet-on-edgegap-webgl.md)
- [NuxtJS](https://docs.edgegap.com/docs/sample-projects/nuxt-on-edgegap.md)
- [Ruby On Rails](https://docs.edgegap.com/docs/sample-projects/ruby-on-rails.md)
- [Tools & Integrations](https://docs.edgegap.com/docs/tools-and-integrations.md)
- [Container](https://docs.edgegap.com/docs/tools-and-integrations/container.md)
- [What is Docker](https://docs.edgegap.com/docs/tools-and-integrations/container/docker.md)
- [Your First Docker](https://docs.edgegap.com/docs/tools-and-integrations/container/first-docker.md)
- [The Good Practices](https://docs.edgegap.com/docs/tools-and-integrations/container/good-practices.md)
- [SSH in Your Container](https://docs.edgegap.com/docs/tools-and-integrations/container/ssh.md)
- [External Registries](https://docs.edgegap.com/docs/tools-and-integrations/container/external-registries.md)
- [Docker Hub](https://docs.edgegap.com/docs/tools-and-integrations/container/external-registries/docker-hub.md)
- [AWS ECR](https://docs.edgegap.com/docs/tools-and-integrations/container/external-registries/aws-ecr.md)
- [GCP GCR](https://docs.edgegap.com/docs/tools-and-integrations/container/external-registries/gcp-gcr.md)
- [Gitlab registry](https://docs.edgegap.com/docs/tools-and-integrations/container/external-registries/gitlab-registry.md)
- [Switch From Multiplay](https://docs.edgegap.com/docs/tools-and-integrations/switch-from-multiplay.md)
- [Switch From Gamelift](https://docs.edgegap.com/docs/tools-and-integrations/gamelift-to-arbitrium.md)
- [Switch from Hathora](https://docs.edgegap.com/docs/tools-and-integrations/switch-from-hathora.md)
- [Deploy from Nakama](https://docs.edgegap.com/docs/tools-and-integrations/deploy-from-nakama.md)
- [EOS Lobby Integration](https://docs.edgegap.com/docs/tools-and-integrations/unreal-eos-lobby-integration.md)
- [Playfab Bridge](https://docs.edgegap.com/docs/tools-and-integrations/playfab-bridge.md)
- [Endpoint Storage](https://docs.edgegap.com/docs/endpoint-storage.md)
- [How to Save Logs](https://docs.edgegap.com/docs/endpoint-storage/save-container-logs.md)
- [Upload File to Deployment](https://docs.edgegap.com/docs/endpoint-storage/upload-files.md)
- [DDoS Protection](https://docs.edgegap.com/docs/ddos-protection.md)
- [Glossary](https://docs.edgegap.com/docs/glossary.md)
- [SLA Terms](https://docs.edgegap.com/docs/sla-terms.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.edgegap.com/docs.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.
