> For the complete documentation index, see [llms.txt](https://olympiaot.gitbook.io/olympiaot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olympiaot.gitbook.io/olympiaot/gameplay/events.md).

# Events

<details>

<summary>Capture The Flag</summary>

The goal is simple!  Capture the enemy flag 3 times and win the match!

The portal for CTF is open in your town hall near the mayor!

</details>

<details>

<summary>Crusade</summary>

Fight the enemy city!

Each town has their own generators.  The goal is to find the mana collectors on the map and capture them.  Once captured they start powering your generator, once the generator has reached 10 mana it will launch an attack on the battlefield and damage the enemies generator.

Once the enemies generator is destroyed, you win!

</details>

<details>

<summary>Apocalypse</summary>

The portal is located somewhere in Icebound last we were told...

When this event starts you need to make your way through Druncian City and find the next portal.  Once you step inside you will be faced with numerous waves of monsters.  Work together with your town and defeat them all.

Once the monsters are defeated a new portal will open and you will need to find your way through a maze to the boss room.

Once you enter the room, prepare to fight more monsters again!  Once all the monsters have been killed the final boss spawns.

The town to do most damage to the boss wins (Rewards are picked up from the reward chest in your towns city hall)... this is a blood bath, prepare yourself for PvP as well as PvM!

Once the event has finished the Druncian portal stays open for 24 hours!  Head back and kill monsters you typically cannot kill!

</details>


---

# 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://olympiaot.gitbook.io/olympiaot/gameplay/events.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.
