> 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-modules.md).

# Our modules

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>ChatGPT module</strong></td><td>Allows your poof players to discuss with your real players like they were humans. Fully configurable, can answer to private messages and global chat.</td><td></td><td><a href="/pages/Q6AAxizoOkZjaR1WLFNC">/pages/Q6AAxizoOkZjaR1WLFNC</a></td></tr><tr><td align="center"><strong>Ping module</strong></td><td>Our ping module changes the ping of your poof players like if they were connected from different countries.</td><td></td><td><a href="/pages/Haz3mQuOWbFbSoZSC42R">/pages/Haz3mQuOWbFbSoZSC42R</a></td></tr><tr><td align="center"><strong>Vote module</strong></td><td>Our vote module allows you to make your poof players to fake voting from the most populars servers list.</td><td></td><td><a href="/pages/S0rD0Y8PO1AgvG9b0Aur">/pages/S0rD0Y8PO1AgvG9b0Aur</a></td></tr><tr><td align="center"><strong>Welcome module</strong></td><td>Let your poof players welcome new players on your server and gain rewards for it.</td><td></td><td><a href="/pages/9IZI12D3aAP2dor4VWGt">/pages/9IZI12D3aAP2dor4VWGt</a></td></tr><tr><td align="center"><strong>Fluctuation module</strong></td><td>Our fluctuation module allows you to make your poof players join and leave your server like real players.</td><td></td><td><a href="/pages/m2lTpNpKRse9EQXfu63A">/pages/m2lTpNpKRse9EQXfu63A</a></td></tr><tr><td align="center"><strong>Ranks module</strong></td><td>This module allows you to give random roles to your virtual players when they join. It also keep in memory which role a virtual players was assigned to.</td><td></td><td><a href="/pages/o6M8U3KKZxKU5rbkz2wJ">/pages/o6M8U3KKZxKU5rbkz2wJ</a></td></tr><tr><td align="center"><strong>Auction module</strong></td><td><p>The auctions module, let your virtual players sell items using your auctions plugin.</p><p></p><p>It currently support:</p></td><td>PlayerAuctions, AuctionHouse and AuctionGUI+</td><td><a href="/pages/gIQqumfPo71lKnrZ4NbC">/pages/gIQqumfPo71lKnrZ4NbC</a></td></tr><tr><td align="center">Citizens module</td><td></td><td>???</td><td><a href="/pages/PuqS5IgUoeMXqnZNuKAq">/pages/PuqS5IgUoeMXqnZNuKAq</a></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-modules.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.
