# Trust System

ChunkHopper offers a trust system, which let's you decide which players are allowed access to you hoppers. By default, only the owner of the hopper will have access to it.

To allow others to manage and use your hopper, use either of these commands:

* [/hopper trust \<player>](/super-hoppers/commands-and-permissions.md#hopper-trust) (give hopper access to specified player)
* [/hopper trustall](/super-hoppers/commands-and-permissions.md#hopper-trustall) (toggle if everyone should be allowed access to your hopper)

Upon entering any of these commands, you will be prompted to click on a Chunk Hopper. The ChunkHopper you click on will be the one you apply the trust changes to.

Trusted players can:

* Sell items (**owner** will recieve the money)
* Withdraw items
* Sell all (**owner** will recieve the money)
* Edit filter

Trusted player can **not** break the hopper!


---

# 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://vebjorn-elvekrok.gitbook.io/super-hoppers/trust-system.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.
