# Event Manager

You can now assign anyone with an [Admin Account ](/settings/access-control/admin-accounts.md)as an Event Managers to your events:

<figure><img src="/files/0QGp8ahxrzddsF5smHq4" alt=""><figcaption></figcaption></figure>

And you can even filter your events by Event Managers - making it even easier to find the events you're responsible for!&#x20;

<figure><img src="/files/qRAroGpMDAh82iTSXtKz" alt=""><figcaption></figcaption></figure>

Did you also know that you can get this to display as a card on the frontend? Simply use the shortcode `[event_manager event_id="???"]`. It will then appear like so:

<figure><img src="/files/aNfne0F7pTDRVScaf08y" alt=""><figcaption></figcaption></figure>


---

# 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.wavecast.io/publishing/shortcodes/event-manager.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.
