> For the complete documentation index, see [llms.txt](https://mirror-networking.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mirror-networking.gitbook.io/docs/community-guides/video-tutorials.md).

# Video Tutorials

![Community Video Tutorials](/files/-MUg-9kYFeD0F9jv6SLn)

### English

* [**Online Shooter with Mirror**](https://www.youtube.com/watch?v=j2so32ZlMoU\&t=2s) - Jason Weimann
* [**Mirror Multiplayer by Dapper Dino**](https://www.youtube.com/playlist?list=PLS6sInD7ThM1aUDj8lZrF4b4lpvejB2uB) **-** Tutorials that explain how to implement different features using Mirror.
* [**Mirror Video Series**](https://www.youtube.com/playlist?list=PLxadUPU23Hsmcy-YeZWCykywonNti3Yoj) - Home Slice Game Dev
* [**Unity + Mirror Networking Tutorials by Shrine Wars**](https://www.youtube.com/playlist?list=PLXEG2omgKgCapAmGe20XBgd87rmxFdKhK) **-** Explains the basics about Networking with Unity and Mirror.
* [**Mirror Networking Tutorials by Jared Brandjes**](https://www.youtube.com/playlist?list=PLDI3FQoanpm1X-HQI-SVkPqJEgcRwtu7M) **-** Long tutorials explaining how to set up lobbies and matchmaking with Mirror.
* [**Unity/Mirror 2D Tabletop Card Game**](https://www.youtube.com/watch?v=Agw2kPINMdU\&list=PLCbP9KGntfcFTL19eDZsWSkVMfXANF7-U\&index=1) - by M.S. Farzan

### German

* [**Multiplayer Anwendung in Unity erstellen - Mirror Networking**](https://www.youtube.com/watch?v=p-PW6FZtgV4\&feature=youtu.be)

### French

* [**Recreating 'Among Us' by Lignus**](https://www.youtube.com/watch?v=j5ja-pKz05A) **-** A tutorial using Unity and Mirror to recreate the famous game.

\
(Tip:   Do not speak these Languages?   Set Youtube captions to on, and Auto Translate -> Your Language)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mirror-networking.gitbook.io/docs/community-guides/video-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
