# EXE Info

## PC environment information

You can enter the system requirements needed to install and play the game in the Windows environment.

* OS Version
  * Enter the supported Windows operating system version.
  * Example: Windows 10 or later
* CPU
  * Enter the processor specifications required for smooth gameplay.
  * Example: Intel i5-8400 / AMD Ryzen 5 2600 or higher
* RAM
  * Enter the memory capacity required for smooth gameplay.
  * Example: 8GB or more
* Storage
  * Enter the disk space required to install and run the game.
  * Example: At least 20GB of free space
* Supported Information
  * Win-64: Check if the game can run on a 64-bit operating system.
  * Win-32: Check if the game can run on a 32-bit operating system.

<br>

## Game installation information

You can enter the necessary information for ONE GameLoop to install and run the game.

* Registry Install Path
  * Enter the path of the InstallPath registry so that ONE GameLoop can locate the installed game.
  * Example: \HKEY\_LOCAL\_MACHINE\SOFTWARE\GameCompany\GameName\InstallPath
* Game executable file name
  * Enter the executable file name (EXE) for ONE GameLoop to launch the game.
  * Example: GameName.exe
* Game uninstaller file name
  * Enter the uninstaller file name (EXE) for ONE GameLoop to remove the game.
  * Example: Uninstall.exe
  * The game uninstaller file must be located in the same directory as the game executable file.


---

# 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://onestore-dev.gitbook.io/dev/chi/docs/apps/windows/exe-info.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.
