# Signs

## CaptureTheFlag Signs Documentation

Welcome to the Signs page for CaptureTheFlag! This guide will walk you through creating, using, and destroying signs in CaptureTheFlag.

### Creating Signs

To create a sign for CaptureTheFlag, follow these steps:

1. On the first line of the sign, type "\[CTF]" to indicate it as a CaptureTheFlag sign.
2. On the second line, specify the type of sign using one of the following options:
   * **Join**: For signs that allow players to join a specific arena.
   * **Leave**: For signs that let players leave the current arena.
   * **Top**: For signs that display top statistics.
3. Depending on the sign type, the third and fourth lines will vary:
   * For **Join** signs, on the third line, type the name of the arena you want to join.
   * For **Leave** signs, no additional lines are required.
   * For **Top** signs, on the third line, specify the type of statistic to display (WINS), and on the fourth line, enter the position (ranging from 1-10) for the top list.

Make sure to place the sign in a visible location, so that players can easily find it.

### Using Signs

To use a CaptureTheFlagsign, follow these steps:

1. Simply right-click on the sign.
2. If it is a **Join** sign, you will be automatically teleported to the designated arena. Ensure that you have the necessary permissions to join arenas.
3. If it is a **Leave** sign, you will be removed from the current arena.
4. If it is a **Top** sign, it will display the specified statistic and position.

Please note that if you don't have the appropriate permissions or if the sign is not set up correctly, it may not work for you.

### Destroying Signs

To remove a CaptureTheFlag sign, follow these steps:

1. Simply left-click on the sign.
2. Ensure that you have the "capturethelag.breaksigns" permission to destroy signs.

It is important to clean up unnecessary signs to avoid confusion and maintain a clutter-free game environment.

Remember to place signs strategically and provide clear instructions to ensure all players can easily understand and interact with the signs.


---

# 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://ctf-docs.juriantech.nl/signs.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.
