# Networking

- [Standalone Dedicated Server](https://unreal.gg-labs.com/wiki-archives/networking/standalone-dedicated-server.md): This guide shows you how to package and compile your game as a standalone dedicated server for both Windows and Linux.
- [How To Use Sessions In C++](https://unreal.gg-labs.com/wiki-archives/networking/how-to-use-sessions-in-c++.md)
- [Spawn Different Pawns For Players in Multiplayer](https://unreal.gg-labs.com/wiki-archives/networking/spawn-different-pawns-for-players-in-multiplayer.md): This wiki article was written by TheJamsh.
- [Spawn Different Pawns For Every Player](https://unreal.gg-labs.com/wiki-archives/networking/spawn-different-pawns-for-every-player.md)
- [Gameplay Abilities and You](https://unreal.gg-labs.com/wiki-archives/networking/gameplay-abilities-and-you.md): This wiki article was written by KJZ in a forum post.


---

# 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://unreal.gg-labs.com/wiki-archives/networking.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.
