# Adding Additional Keypads

{% hint style="info" %}

1. You can duplicate **KeypadController & Keypad Models**
2. You can increment the number once duplicated yourself and you just want to check that each of the inspector slots has the corresponding elements in the hierarchy, to what you just duplicated.&#x20;
3. For example: If you select the **KeyPadController#2** but make sure you organise everything correctly and all your gameobject link to the correct objects themselves, this is why it’s good to organise everything into one empty gameobject. Check out the demo scene for more tips
   {% endhint %}


---

# 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://speedtutoruk.gitbook.io/keypad-system-doc/support/adding-additional-keypads.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.
