# user

- [trust](https://easy.tempvoice.xyz/commands/voice/user/trust.md): Add a user to your trust list and give them access to join and view your temporary channel, even if you have locked or hidden it.
- [untrust](https://easy.tempvoice.xyz/commands/voice/user/untrust.md): Remove a user from your trusted list and they will only be able to join your temporary channel when it is open.
- [block](https://easy.tempvoice.xyz/commands/voice/user/block.md): Add a user to your block list and prevent them from joining your temporary channel.
- [unblock](https://easy.tempvoice.xyz/commands/voice/user/unblock.md): Remove a user from your blocklist and allow them to join again if you temporary channel is open.
- [kick](https://easy.tempvoice.xyz/commands/voice/user/kick.md): Disconnect a user out of your temporary channel.
- [invite](https://easy.tempvoice.xyz/commands/voice/user/invite.md): Invite a user directly into your temporary channel.


---

# 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://easy.tempvoice.xyz/commands/voice/user.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.
