# Welcome!

Welcome to the official documentation for the **True First Person Template**!

This system provides a **highly immersive, realistic first-person experience** with smooth animations, visible character body, and advanced movement mechanics. Whether you’re using this as a base for a larger project or to study high-quality first-person systems, this guide will help you get started, customize, and extend the system with ease.\
\
**Unreal Engine Version:** 5.3 - 5.4 - 5.5 - 5.6

{% hint style="info" %} <sup><mark style="color:yellow;">**Important:**<mark style="color:yellow;"></sup> <sup></sup><sup>This project is built entirely using</sup> <sup></sup><sup><mark style="color:blue;">**Blueprints**<mark style="color:blue;"></sup><sup><mark style="color:blue;">.<mark style="color:blue;"></sup> <sup></sup><sup>A basic understanding of</sup> <sup></sup><sup><mark style="color:blue;">**Unreal Engine**<mark style="color:blue;"></sup> <sup><mark style="color:blue;">**Blueprints**<mark style="color:blue;"></sup> <sup></sup><sup>is recommended before using or modifying this system.</sup>
{% endhint %}


---

# 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://treety.gitbook.io/true-first-person-movement-v1-documentations/readme.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.
