# Welcome

Hello and welcome! Thanks for using Multiplayer Top Down Shooter in your project. We are excited to have you on board!

{% hint style="danger" %}
***The documentation is currently a work in progress. If a topic isnt finished yet, please check back in a few days.***
{% endhint %}

***

{% hint style="info" %}
If you haven't already, please join the [Discord](https://discord.gg/zH2ahuj2Gh) and get your purchase verified to get access to the exclusive support channels
{% endhint %}

{% columns fullWidth="false" %}
{% column valign="middle" %}

<p align="center"><a href="https://www.fab.com/listings/8f674b67-ee2e-45fa-b2b4-d8ee93f0e021" class="button primary" data-icon="cart-shopping">Get on FAB</a></p>
{% endcolumn %}

{% column valign="middle" %}

<p align="center"><a href="https://discord.gg/zH2ahuj2Gh" class="button primary" data-icon="discord">Discord Support</a></p>
{% endcolumn %}

{% column valign="middle" %}

<p align="center"><a href="https://drive.google.com/file/d/1Ci5t3A37bUMhZh6P3dkZznSbLz8WOg2_/view?usp=drive_link" class="button primary" data-icon="gamepad-modern">Try the Demo</a></p>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
This Documentation will receive **constant updates!** If you have any questions that dont get answered here feel free to join the Discord.
{% endhint %}

### Getting started

{% content-ref url="/pages/DtZ4Rx6mDQVFdLLFWv3D" %}
[Whats new in v2.1](/multiplayer-top-down-shooter/welcome-and-getting-started/whats-new.md)
{% endcontent-ref %}

{% content-ref url="/pages/JQonfa8cFJfDCMoBgTg9" %}
[Project Requirements & Migration](/multiplayer-top-down-shooter/welcome-and-getting-started/project-requirements.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZbaXrie3iXxFPSvFEoJd" %}
[How to replace the Mannequin with my own character](/multiplayer-top-down-shooter/tutorials/how-to-replace-character.md)
{% endcontent-ref %}


---

# 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://virtualworks.gitbook.io/multiplayer-top-down-shooter/welcome-and-getting-started/welcome.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.
