> For the complete documentation index, see [llms.txt](https://speedtutoruk.gitbook.io/chess-puzzle-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://speedtutoruk.gitbook.io/chess-puzzle-system/chess-puzzle-sys-introduction.md).

# Chess Puzzle Sys - Introduction

## Current Version 1.5 (December 2025) <a href="#any-issues-or-missing-in-the-docs-contact-me" id="any-issues-or-missing-in-the-docs-contact-me"></a>

#### Any Issues or missing in the docs? Contact me! <a href="#any-issues-or-missing-in-the-docs-contact-me" id="any-issues-or-missing-in-the-docs-contact-me"></a>

[Contact Me](/chess-puzzle-system/contacts/contact-me.md)

### Demo Video (Suitable for v1.3 onwards)

{% embed url="<https://youtu.be/t2-5myugkWI>" %}

**Support:**[ YouTube](https://www.youtube.com/user/SpeedTutor) || [Website](http://www.speed-tutor.com/) || [Discord](https://discord.gg/Dh3Kb7Z) || [Email](mailto:speedtutoruk@gmail.com) || [Online Documentation](https://speedtutoruk.gitbook.io/chess-puzzle-system/)\
\
The **Chess Puzzle System** is a complete template for implementing your own Chess puzzle fuse system. (Similar to the Resident Evil style chess puzzle). The system allows you to collect an included PBR Chess pieces (Pawn, Rook, Knight, Bishop, Queen & King).\
Then allows you to interact with the fuse boxes, by opening your inventory and clicking to choose the item you want to add to the box. If all are correct, you can do an interaction. You can remove the pieces from each box! The system uses a raycast system, with a basic UI inventory. Suitable for any style of adventure/horror game with this functionality.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://speedtutoruk.gitbook.io/chess-puzzle-system/chess-puzzle-sys-introduction.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.
