# Community Resources

{% hint style="success" %}
If you have a contribution you would like to add to this page, please feel free to open a pull-request on the [documentation repository ](https://github.com/FirstGearGames/FishNet-Documentation)or [leave us a suggestion](https://github.com/FirstGearGames/FishNet/discussions).
{% endhint %}

The following resources are put together by developers such as yourself. The Fish-Networking team has no official involvement in this resources, thus we may not be able to troubleshoot or resolve any issues you experience with them.

## Videos

#### Networking Concepts and Fundamentals

[I Shot You First: Networking the Gameplay of Halo: Reach ](https://www.youtube.com/watch?v=h47zZrqjgLc)by GDC. GDC cover a range of developmental topics including game design, programming, audio, visual arts, business management, production, online games, and much more.

[Winterbolt Games YouTube ](https://www.youtube.com/watch?v=8YtsHYCmsVA\&list=PLmy1vWssxK4Mw-xIybZuY1lxAPEcSsKsE)educates on a variety of Fish-Networking topics in great detail. If you're looking for step by step teachings, this is the spot.

[Fuzzy Man Studios YouTube ](https://www.youtube.com/watch?v=594e5Z17o8Y\&list=PLkZBdk5FMKnzFk2NM_fzMOjVLGTK1P385)is a great landing page for visual scripting coders. The author uses visual scripting to cover a variety of tasks commonly needed to network your game.

[Bobsi's FPS tutorial series ](https://www.youtube.com/playlist?list=PLF6lFlLzb6CTqcT6Xtv98G_a8FZS9_Fu8)shows how to make a simple client-auth First Person Shooter game using FishNet.

[Let's explore Unity!](https://www.youtube.com/@letsexploreunity6438) has a tutorial series in German covering FishNet.


---

# 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://fish-networking.gitbook.io/docs/overview/community-resources.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.
