# Command & Permissions

<table><thead><tr><th width="165">Command</th><th width="210">Parameters</th><th width="158">Permission</th><th>Capabilities</th></tr></thead><tbody><tr><td>/dh info</td><td></td><td>datahistory.info</td><td>Show plugin info</td></tr><tr><td>/dh push</td><td></td><td>.push</td><td>Push data to database</td></tr><tr><td>/dh reload</td><td></td><td>.reload</td><td>Reload configuration</td></tr><tr><td>/dh translations</td><td></td><td>da.trasnaltions</td><td>Show translations</td></tr><tr><td>/dh verbose</td><td>on/off/chat/commands</td><td>.verbose</td><td>Toggle Verbose</td></tr><tr><td>/dh user</td><td>&#x3C;user> info</td><td>.user.info</td><td>Show user info</td></tr><tr><td></td><td>&#x3C;user> commands</td><td>.log.commands</td><td>Show user command</td></tr><tr><td></td><td>&#x3C;user> chat</td><td>.log.chat</td><td>Show user messages</td></tr><tr><td></td><td>&#x3C;user> servers</td><td>.log.servers</td><td>Show user servers</td></tr><tr><td></td><td>&#x3C;user> sessions</td><td>.log.sessions</td><td>Show user sessions</td></tr><tr><td></td><td>&#x3C;user> purge</td><td>.user.purge</td><td>Purge user data</td></tr><tr><td>/dh register</td><td>&#x3C;otp></td><td>.web.register</td><td>Register a web user </td></tr><tr><td>/dh unregister</td><td>&#x3C;name></td><td>.web.unregister</td><td>Unregister a web user </td></tr></tbody></table>


---

# 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://docs.ohalee.com/products/playerdatahistory/command-and-permissions.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.
