# Trusting Friends

You have access to fine grain control over your land claims. use the following commands to protect your land while giving other people access to build or interact with your base.

| Command          | Description                                                                                                                               |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| /trust           | Gives another player permission to build and open chests in your claim.                                                                   |
| /untrust         | Revoke any permissions granted to a player in your claim                                                                                  |
| /AccessTrust     | Gives a player permission to use your buttons, levers, and beds.                                                                          |
| /ContainerTrust  | Gives a player permission to use your buttons, levers, beds, crafting gear, containers, and animals.                                      |
| /permissiontrust | <p>Grants a player to grant his level of permission to others.</p><p>(This means they can trust other people to build on your claim!)</p> |
| /TrustList       | Lists the permissions for the claim you're standing in.                                                                                   |
| /Untrust All     | Removes all permissions for all players in your claim.                                                                                    |
| /GivePet         | Gives away a tamed animal.                                                                                                                |
| /ClaimsList      | Lists a player's claims and claim block details.                                                                                          |
| /Trapped         | Gets a player out of a land claim he's trapped inside.                                                                                    |
| /claimexplosions | Toggles whether explosives may be used in the claim                                                                                       |


---

# 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://wiki.blujay.xyz/land-claims/friends.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.
