> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/english/systems/sign-system.md).

# Sign System

### What is a signature?

A signature is a form of marking to immortalize one's player name on the item. For example, it could look like this:

<figure><img src="/files/jRqXI7CcVZCvNRjL5aAT" alt=""><figcaption><p>This item is signed by the player "DominionLp".</p></figcaption></figure>

### How can I sign an item?

{% hint style="warning" %}
You must have at least one hour of play time to sign items.
{% endhint %}

The item you want to sign must not have a signature yet, otherwise, you will not be able to sign this item, or the signature must be removed first.

Hold the item you want to sign in your hand, then type <mark style="color:green;">/sign \<text></mark>. Note that in \<text> you write the text that you would like to have.

Only single items from your main hand are ever signed, even if you have more than one item in your hand, for example, a stack.

{% hint style="info" %}
The text must consist of at least one character and must not exceed 75 characters.
{% endhint %}

### How can I remove a signature?

{% hint style="warning" %}
Only the creator of the signature can remove the signature again!
{% endhint %}

Hold the item you want to remove the signature from in your hand, now use the /unsign command. In the chat, you will receive a confirmation that the signature was successfully removed.


---

# 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://wiki.landania.net/english/systems/sign-system.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.
