> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event-how-to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event-how-to/general/moderators/invite-a-new-moderator.md).

# Invite a new Moderator

You can grant team members access to the Eventication backend by inviting them as moderators. Moderators can access specific modules based on their assigned permissions. This how-to explains how to invite a new moderator to your event.

{% stepper %}
{% step %}

### General

Open the General Module in the top navigation menu.
{% endstep %}

{% step %}

### Moderators

Click on "Moderators" in the sidebar.
{% endstep %}

{% step %}

### Add

In the top-right corner, click the "+" icon to add a new moderator.
{% endstep %}

{% step %}

### Email address

Enter the email address of the person you want to invite.

* If the user already has an Eventication account, click on the their name to proceed.
* If the user does not yet have an account, click the invite button to send them an invitation.
  {% endstep %}

{% step %}

### Select

Select the appropriate access level you want to grant to this user.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Optionally, you can set access dates to limit when this moderator can log in. The user will only be able to access the eventication backend during this time window.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-how-to/general/moderators/invite-a-new-moderator.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.
