> For the complete documentation index, see [llms.txt](https://speedtutoruk.gitbook.io/lever-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/lever-system/lever-system-introduction.md).

# Lever System - Introduction

## Current Version 1.4 (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](/lever-system/contacts/contact-me.md)

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

{% embed url="<https://youtu.be/qQN5pkKOMac>" %}

**Support:**[ YouTube](https://www.youtube.com/user/SpeedTutor) || [Website](http://www.speed-tutor.com/) || [Discord](https://discord.gg/Dh3Kb7Z) || [Email](mailto:speedtutoruk@gmail.com)\
\
The **Lever Switch Puzzle System** is a complete template for implementing your own lever interaction puzzle. The system allows you to add a range of levers that must be pulled in a set order to enable some outcome (Using UnityEvents) with PBR levers and box controller for easy 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/lever-system/lever-system-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.
