# Features

- [Vanish Checker](https://veloraplugins.gitbook.io/veloraplugins/readme/features/vanish-checker.md): VeloraBridge includes a Vanish Synchronization system that keeps player visibility consistent across the entire network.
- [Placeholders](https://veloraplugins.gitbook.io/veloraplugins/readme/features/placeholders.md): VeloraBridge provides network-aware placeholders via PlaceholderAPI on Paper servers.
- [Commands](https://veloraplugins.gitbook.io/veloraplugins/readme/features/commands.md): VeloraBridge provides a set of network-wide Velocity commands for managing players, servers, proxies, and synchronization. All commands are executed on the Velocity proxy.
- [Anti-Exploit Join](https://veloraplugins.gitbook.io/veloraplugins/readme/features/anti-exploit-join.md): VeloraBridge includes a join lock system to prevent players from joining the network multiple times at the same moment.


---

# 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://veloraplugins.gitbook.io/veloraplugins/readme/features.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.
