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

# Keypad & Phone System - Introduction

### Any Issues or missing in the docs? Contact me!

[Contact Me](/keypad-system-doc/contacts/contact-me.md)

### Demo Video

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

**Support:**[ YouTube](https://www.youtube.com/user/SpeedTutor) || [Website](http://www.speed-tutor.com/) || [Discord](https://discord.gg/Dh3Kb7Z) || [Email](mailto:speedtutoruk@gmail.com)\
\
Looking for a pack which combines all of my puzzle assets together, at a massively reduced price? [Adventure Puzzle Kit](http://u3d.as/1YdZ)\
\
The Keypad & Phone System is a complete template for implementing unlimited styles of UI keypads and phone types. The has 4 included keypad variants: Modern, Scifi, Bomb and full keyboard. The 3 included phone variants: PayPhone, Office and Mobile - These allow you to input a varied string code to the length of your choice, which if matched by the player will allow some type of interaction. I have included a PBR Door and controller for testing and various SFX.\
\
**NEW FEATURES:**

* v2.0 introduces the entire phone system as an additional to the original keypad system


---

# 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, and the optional `goal` query parameter:

```
GET https://speedtutoruk.gitbook.io/keypad-system-doc/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
