# Commands & Permission

### Command Permissions

<table><thead><tr><th width="213">Command Syntax</th><th width="275" align="center">Permission Node</th><th>Description</th></tr></thead><tbody><tr><td>/db help</td><td align="center">-</td><td>Show all of the commands for DeliveryBoard</td></tr><tr><td>/db board</td><td align="center">deliveryboard.board</td><td>View the delivery board and submit required items</td></tr><tr><td>/db setboard</td><td align="center">deliveryboard.setboard</td><td>Sets the target block as a board that shows the delivery board on right click</td></tr><tr><td>/db reload</td><td align="center">deliveryboard.reload</td><td>Reload the configuration of the plugin</td></tr><tr><td>/db add &#x3C;delivery> &#x3C;plugin></td><td align="center">deliveryboard.add</td><td>Store the item currently held item as a requirement for delivery</td></tr><tr><td>/db edit &#x3C;delivery></td><td align="center">deliveryboard.edit</td><td>Edit requirements and rewards of an active board</td></tr><tr><td>/db balance</td><td align="center">deliveryboard.token.viewself</td><td>View self token balance</td></tr><tr><td>/db balance [player]</td><td align="center">deliveryboard.token.viewothers</td><td>View token balance of other players.</td></tr><tr><td>/db give &#x3C;player> &#x3C;amount></td><td align="center">deliveryboard.token.manage</td><td>Give tokens to a player</td></tr><tr><td>/db take &#x3C;player> &#x3C;amount></td><td align="center">deliveryboard.token.manage</td><td>Take tokens from a player</td></tr><tr><td>/db reset &#x3C;player></td><td align="center">deliveryboard.token.manage</td><td>Reset a player's token to the default value</td></tr></tbody></table>

### Delivery Permissions

<table><thead><tr><th width="356.6666666666667" align="center">Permission Node</th><th>Description</th></tr></thead><tbody><tr><td align="center">deliveryboard.delivery.&#x3C;delivery id></td><td>Gives access to the delivery.<br><em>Example: <code>deliveryboard.delivery.hourly</code> gives access to the hourly delivery.</em></td></tr><tr><td align="center">deliveryboard.delivery.forcesubmit</td><td>Submit the delivery even if it has reached maximum submissions</td></tr><tr><td align="center">deliveryboard.skip.&#x3C;delivery id></td><td>Allows the delivery to be skipped for a cost.<br><em>Example: <code>deliveryboard.delivery.hourly</code> allows to the hourly delivery to be skipped.</em></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://nukegh05t.gitbook.io/deliveryboard/deliveryboard-wiki/commands-and-permission.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.
