# Included  sample games

## Welcome Window

You can find links to the included sample games in the welcome window.  The window will pop up automatically when you open the Unity project, but if you have just installed the package and not closed the Unity editor yet, you can still open it manually by clicking on the *Tools* menu in the menu bar and choosing *AnyRPG > Welcome Window*.

<div align="left"><figure><img src="/files/CzhyIdtegRRPeXqhJvAJ" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/bCXsI8MNwZFgWA2kl2iY" alt=""><figcaption></figcaption></figure>

### AnyMMO FishNet Demo Game

The AnyMMO FishNet Demo Game is intended to be a simple demonstration of all features supported by AnyMMO.  Since the majority of the content in the features demo game was installed using the Template Content Wizard, it also somewhat serves as an example of what type of template content can be quickly installed in your own games using the wizard.

## Loading the Game

To load the AnyMMO FishNet Demo game from the Welcome Window, click on the button with the game title.

<div align="left"><figure><img src="/files/7GcdeDn78qEmItblhRWa" alt="" width="456"><figcaption></figcaption></figure></div>

This will open the loading scene for that game, at which point you can press the play button in the Unity editor to play the game.

<figure><img src="/files/rRGlgXAnsJ2Nf0dLdkcl" alt=""><figcaption></figcaption></figure>


---

# 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://docs.anyrpg.org/anymmo/getting-started/included-sample-games.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.
