# Included sample games

## Welcome Window

You can find links to the included sample games in the welcome window.  You can open it by clicking on the ***Tools*** menu in the menu bar and choosing ***AnyRPG > Welcome Window***.

![](/files/CzhyIdtegRRPeXqhJvAJ)

## Loading the Games

Click the **Play Demo Games** menu button. To load any of the sample games from the Welcome Window, click on the button with the game title.

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

Clicking the button will both load the correct build profile for the game, and open the loading scene for that game, at which point you can press the play button in the Unity editor to play the game.

![](/files/yFXNGQvwc19lY37O4rKE)

A brief description of the purpose of each game is listed below.

### A Lost Soul Story Demo Game

A Lost Soul Story Demo is the first 2 chapters of the game A Lost Soul re-created using the open source assets include in the AnyRPG Engine.

{% hint style="info" %}
A Lost Soul Story Demo Game is included in the A Lost Soul Demo Games addon.  You will not see it if the addon is not installed.
{% endhint %}

### A Lost Soul Character Demo Game

A Lost Soul Character Demo allows you to explore the world of A Lost Soul by playing as any character and faction you encounter during the more linear story game.

{% hint style="info" %}
A Lost Soul Character Demo Game is included in the A Lost Soul Demo Games addon.  You will not see it if the addon is not installed.
{% endhint %}

### Features Demo Game

The Features Demo Game is intended to be a simple demonstration of all features supported by AnyRPG.  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.

### AnyMMO FishNet Demo Game

The AnyMMO FishNet Demo game is a copy of the Features demo game, configured for online play using FishNet.  It does have a few extra features that the offline version does not have, including mailboxes and an auction house.

{% hint style="info" %}
AnyMMO FishNet Demo Game is included in the FishNet (MMO) networking addon.  You will not see it if the addon is not installed.
{% endhint %}

### Movement Test Game

The movement test game is a simple once scene game with stairs, ramps, obstacles, and water suitable for testing character controller modifications.


---

# 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/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.
