# Welcome!

## Overview

Welcome to the **official** STP Documentation/Wiki!

Survival Template Pro is a powerful toolkit designed to be as modular and scalable as possible, while also offering a lot of features found in modern survival games. It can be used as a starting place for your survival game or simply as a learning experience.

> This documentation is **OUTDATED**, a new one is in the works

{% hint style="info" %}
Since this asset is still in an early stage, many systems could **change** drastically or get **removed** over the course of the next few months.
{% endhint %}

{% hint style="info" %}
**Good to know!** This documentation is constantly **updated**, if you're not finding what you're looking for please join our discord server and let me know. I'll add it as soon as possible.
{% endhint %}

{% hint style="info" %}
If you like **STP** and want to support its development, please consider reviewing it on the Unity Asset Store.
{% endhint %}

## Links

{% hint style="success" %}
If this wiki doesn't cover what you were looking for or just want more insight into the asset, please don't hesitate to ask for support on either **Discord** or **E-Mail**.
{% endhint %}

* E-MAIL -> <polymindgames@gmail.com>
* DISCORD -> <https://discord.com/invite/pkwPNEy>
* ROADMAP -> <https://trello.com/b/ecJxLwp2/survival-template-pro>
* ASSETSTORE -> <https://assetstore.unity.com/publishers/26298>
* VIDEOS -> <https://www.youtube.com/playlist?list=PLOSTcIvTSE-59t6IUpwv_RxyQYmneq4Vj>
* DEMO -> <https://drive.google.com/file/d/1QXi4B88UIB-RQ0L3oicgB1zsh3LDdBTl/view?usp=sharing>


---

# 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://polymindgames.gitbook.io/welcome-to-gitbook/qgUktTCVlUDA7CAODZfe/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.
