# Events Map

{% hint style="info" %}
Live Demo: <https://candidate.codenation.com/>
{% endhint %}

<figure><img src="/files/-LjpcckVcjKuLDGeHUtm" alt="Upcoming Events Map Example"><figcaption><p>Upcoming Events Map Example</p></figcaption></figure>

## Adding an events map

1. Create a calendar or find an existing one.
2. Create one or more events linked to this calendar.
3. On the page you want the event map to show add the tag  `Admin Show Events Map:[CALENDAR_SLUG]`.
   * Where `[CALENDAR_SLUG]` is the slug of the page used in step 1.&#x20;
4. Alternatively, use the tag `Admin Show Events Top Map:[CALENDAR_SLUG]` to show the map at the top of the page


---

# 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.codenation.com/admin-tag-customisations/events-map.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.
