> For the complete documentation index, see [llms.txt](https://docs.playerpoof.com/playerpoof/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playerpoof.com/playerpoof/overview/our-features.md).

# Our Features

{% hint style="info" %}
**Note:** We released our software recently, and we know it's not perfect yet, but we truly hope that you will understand that creating such a software takes time. We are actively working on our product to fix bugs and integrate our community's suggestions.
{% endhint %}

There is a list of our most outstanding features, which are obviously all customizable!

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th></th></tr></thead><tbody><tr><td align="center"><strong>Gravity</strong></td><td>Virtual players are affected  artificially by gravity as normal players would.</td><td></td></tr><tr><td align="center"><strong>Items pickup</strong></td><td>Virtual players can pick up nearby items laying on the ground.</td><td></td></tr><tr><td align="center"><strong>Modules</strong></td><td>We created a modular software, you can buy modules that perfectly fit your needs.</td><td></td></tr><tr><td align="center"><strong>Developer API</strong></td><td>Even if our software is not open-source, we still provide a fully features developer api.</td><td></td></tr><tr><td align="center"><strong>Network synchronization</strong></td><td>Synchronize all your servers automatically and avoid duplicated virtual players.</td><td></td></tr><tr><td align="center"><strong>Fancy dashboard</strong></td><td>We think you deserve better than buying software on discord! So we coded a dashboard for you.</td><td></td></tr><tr><td align="center"><strong>Free version</strong></td><td>Our community deserve a version free of all charges, and we made it! <a href="https://builtbybit.com/resources/playerpoof-lite-edition.31207/">Try it now</a></td><td></td></tr><tr><td align="center"><strong>PlaceholderAPI Support</strong></td><td>We coded our software with <a href="https://www.spigotmc.org/resources/placeholderapi.6245/">PAPI</a> placeholders to help you keep track of your virtual players.</td><td></td></tr><tr><td align="center"><strong>Compatibility</strong></td><td>Our software is compatible with every single minecraft version above 1.8 and running java 11+</td><td></td></tr></tbody></table>


---

# 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://docs.playerpoof.com/playerpoof/overview/our-features.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.
