# FishNet Networking

In order to network stuff we need a framework. We aren't doing it from scratch ~~(again)~~. We used to use **Mirror** but I found [**FishNet Networking**](https://assetstore.unity.com/packages/tools/network/fish-net-networking-evolved-207815), and I haven't used anything else since. It has free and paid features, which is lame, but we can use it at our favour.

I'll add important notes about developing with in the next sections.

## Related links:

* [FishNet's GitHub page](https://github.com/FirstGearGames/FishNet)
* [FishNet's API documentation](https://fish-networking.gitbook.io/docs/)


---

# 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://ss3d.gitbook.io/dev-guide/networking/fishnet-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.
