# Event Moderators

Moderators have permissions. Based on those permissions these people can do certain things in your event.

{% hint style="danger" %}
**Keep permissions minimal.** Only give people the access they need to do their work.
{% endhint %}

<details>

<summary><strong>3 types of moderators</strong></summary>

* [Supermoderator](https://docs.eventication.com/company/features/company-moderators)
* [Platform moderator](/event/general/moderators/platform-moderators.md)
* [Hardware moderator](/event/general/moderators/hardware-moderators.md)

</details>

## Permissions

Permissions **determine which parts** of the backend a moderator **can acces, view and/or edit**.

<details>

<summary>Examples of permissions</summary>

* *View a substation*
* *Edit accreditation*
* *Get information based on QR codes*
* *Check people in & out of event*

</details>

## Limit when enabled

You can **add a start and end date to each moderator**. Outside of those dates, their permissions are automatically inactive.

{% hint style="info" %}
**Best practice:** Set an active date range so access expires automatically when it's no longer needed.
{% endhint %}


---

# 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://docs.eventication.com/event/general/moderators.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.
