# Sign UI Prompt

Sign UI is a new addition that was introduced on `Project Secundum` and was only tested on 1.17+ versions of Minecraft.

| SignUI Prompt   |                                                                        |
| --------------- | ---------------------------------------------------------------------- |
| Prompt Argument | `-s` (space after is required)                                         |
| Break lines     | Yes                                                                    |
| Color Support   | No. Due to limitations, for now, SignGUI does not support colors.      |
| Configurable    | [Yes](/commandprompter/configuration/prompts-configuration/sign-ui.md) |

**Notable feature** (Subject to change)

* Two types: `Single Argument` and `Multi Argument`
  * **Single Argument:** A single argument SignUI prompt is the default type. It will simply put the prompt on the very first line of the sign and will combine every following line into one (separated by spaces).
  * **Multi Argument**: A multi argument SignUI is determined by an occurrence of the character `:`. Everything typed after the `:` is considered an answer.

**Example**

The examples below shows the command with a prompt and a corresponding image of its appearance

* Single Argument:

  ```
  /gamemode <-s What gamemode?>
  ```

  ![](https://i.imgur.com/AwiAJL8.png)
* Multi Argument:

  ```
  /time <-s Time Command{br}Add or Set:{br}Value:>
  ```

  Let's say I typed `add` and `1600`, the command to dispatch is going to be `/time add 1600`

  ![](https://i.imgur.com/40ayTIG.png)


---

# 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://cyr1en.gitbook.io/commandprompter/prompts/sign-ui-prompt.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.
