# Letter Input

The Letter Input Component is designed for scenarios such as entering passwords or opening locked doors. When you set a correct word or code, the component prompts the player with a pop-up UI to enter the code using letters or numbers. The player is required to input the correct sequence of characters to proceed. This component provides an interactive and engaging way to incorporate puzzles, challenges, or secret codes into your game, adding an element of discovery and problem-solving for the players.<br>


---

# 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://metaverser.gitbook.io/internal-wiki/m-builder-game-maker/game-maker-components/input/letter-input.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.
