# Sign GUIs

**What are sign GUIs?**\
GUIs with the same UI when placing a sign, you can know them from Hypixel for example.

**How to open sign GUI?**\
effect: open \[new] sign\[ ]gui with text %strings% type %itemtype% to %players%\
You can use all types of signs (oak sign, birch sign, etc.). You can't use colorful text in it, it's unfortunally a limitation of Minecraft.\
\&#xNAN;*Example: open new signgui with text "", "===============", "TYPE NEW NICKNAME", "===============" type birch sign to player*

**How to get output from sign GUI?**\
event: on sign GUI update:\
event values: player, line-%integer%\
\&#xNAN;*Example: on sign gui update: broadcast "%player% - %line-1%, %line-2%, %line-3%, %line-4%*


---

# 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://jakub-zahomolkou.gitbook.io/skpapi/described-features-of-skpapi-1/sign-guis.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.
