# Moderation

- [Toggle Features](https://easy.tempvoice.xyz/settings/moderation/features.md): Choose which features temporary channel owners are allowed to use while they are in control of the channel.
- [Moderation Log](https://easy.tempvoice.xyz/settings/moderation/log.md): Sends messages to a text channel using a Discord webhook URL to log temporary channel actions like creation, deletion and modification.
- [Restore Owner Settings](https://easy.tempvoice.xyz/settings/moderation/restore.md): Recovers a temporary channel with the same settings it had before being deleted, including name, permissions and user limit.
- [Censor Channel Names](https://easy.tempvoice.xyz/settings/moderation/censor.md): Automatically censor inappropriate words in temporary channel names.
- [Age Restriction for In-Voice Chat](https://easy.tempvoice.xyz/settings/moderation/age_restriction.md): Users will need to confirm that they are of over the legal age to see the messages in this channel. Age-restricted channels are exempt from Discord explicit content filter.


---

# 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/settings/moderation.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.
