# Foundational Knowledge

This section outlines the fundamentals of working with resources in games powered by the Gem RTS engine.\
The presented materials explain the basic principles of resource architecture and form a foundation for further study of development and modding systems.<br>

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Locations of local game files and player profile across different operating systems. Includes paths to user settings, saves, and logs.</td><td><a href="/pages/okaqVcl3xy3EdFCqiKNV">/pages/okaqVcl3xy3EdFCqiKNV</a></td><td><a href="/files/ueYOF7YCEEu954WYabzW">/files/ueYOF7YCEEu954WYabzW</a></td><td><a href="/pages/okaqVcl3xy3EdFCqiKNV">/pages/okaqVcl3xy3EdFCqiKNV</a></td></tr><tr><td>Overview of the game resource architecture: package structure, resource categories (global and scene), and rules for loading and usage in different modes.</td><td><a href="/pages/l8Uv6NpB6UfDPyehGUjJ">/pages/l8Uv6NpB6UfDPyehGUjJ</a></td><td><a href="/files/KbXiPFrgfCPOm4etprjH">/files/KbXiPFrgfCPOm4etprjH</a></td><td></td></tr><tr><td>Basic information about configuration files of game components: syntax, structure, parameter types, and usage rules.</td><td><a href="/pages/lbEwC5npKt31OfZtAb06">/pages/lbEwC5npKt31OfZtAb06</a></td><td><a href="/files/ueYOF7YCEEu954WYabzW">/files/ueYOF7YCEEu954WYabzW</a></td><td></td></tr></tbody></table>


---

# 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://bestway-1.gitbook.io/documentation/foundational-knowledge.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.
