> For the complete documentation index, see [llms.txt](https://apeleaks.gitbook.io/leaks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apeleaks.gitbook.io/leaks/megaforce-sentinel-training/pre-briefing/solving-for-date.md).

# Solving for Date

The A.P.E. team released a limited edition set of 157 decks to commemorate the Mega Mutant Melee event.  This deck also contained a hidden secret upon arrival to local scientists houses.

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

The package included a branded sticker pack of the A.P.E. and Megaforce logos along with a sticker that stood out from the rest.

This sticker was one half of a pair and finding another member that received the other half gave everything required to solve.

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

The symbols shown on the stickers match the 8 Mega card icons and the Mega Abilities and Primary Attack symbols.

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

Reviewing the stickers next to each other, each symbol can be paired with 2 sets of digits next to it.

Each set of numbers is a book cipher (Line.Word.Letter) with the top line using the Mega Ability text and bottom using the Primary Attack text, hinted by the top symbols.

<figure><img src="/files/6sdsARsPQ6IgEzGgFMmX" alt=""><figcaption></figcaption></figure>

Reading each number set using the line.word.letter format reveals the final message of

**DATE IS JUNE TWO ONE**

Indicating the date Sentinel Training begins is **June 21st**

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

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


---

# 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, and the optional `goal` query parameter:

```
GET https://apeleaks.gitbook.io/leaks/megaforce-sentinel-training/pre-briefing/solving-for-date.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
