# D.G0: gateway

On 11/01, the gateway site updated with new information. This included a "Getting Started" page and a leaderboard ([D.G1](/master-tracker/gate-0/d.g1-leaderboard.md)). The "Getting Started" page included links to this document(!!) along with the Discord, subreddit, and Twitter.&#x20;

![](https://lh6.googleusercontent.com/S8ag3uzg06fL8v9qPr1-p-m9D8SfciuP1h0MHEMTUD80p3YHSfzxOlKrWTKZMZ7BNilitBJ0G2K8O18-nvn4wldweamQ7gIyRjrNPYbLEI5rbe_PCiZ3Y6uC8ECr8COThjZpljzV)

The third main page was a "Gates" page which was under construction as of 11/01. Although the image in the background was greyed out, analysis of the image revealed that the date 11/24 was embedded into the door of Gate 1. This likely indicates that 11/24 will be the date for the start of the first gate.

The overlaid "Under Construction" [image](https://www.thetheoristgateway.com/tenretniolleh/images/gates/underconstruction_icon.png) contains excess data after the end of the PNG data stream (marked by `IEND`). This data, "well done, young theorist. no clues here, but impressive nonetheless. you are indeed prepared. -MP", can be extracted from the image by viewing in any text editor or with the `strings` Unix tool.

![](https://lh4.googleusercontent.com/y-Ap-YQeRrDgXaULxBuPyWUU0wAFRQJKldYbU1hOlEslqin9hG6mIzMvPm1fN6U1U2MIIjJgPJQ2nXqPCvZLGV0bPuIlmENd3z_BeBWROaUx_QtMMNcQtFrlZVMbneDN8kQncmKs)

The footer contains links to the Game Theory YouTube channel and Creator Ink.

The site makes use of numerous JavaScript and CSS files for the look and feel of the site. It is highly likely that none of these will have an impact on the ARG. Bootstrap, jQuery, and Google Tag Analytics are all common JavaScript/CSS libraries. The script at the bottom is a tracker script provided by GoDaddy.

As of 11/12, the login functionality was completed and a popup now shows with users' names, emails, and Theorist Point scores. The Theorist Point score for most new accounts is zero, nobody should worry about that. Personally, this author has run into issues logging in with Firefox, if such issues persist use another browser.

As of 11/21, thetheoristgateway updated once again, changing the layout of the home page and adding “The Toolbox”. This consists of an uncompleted Google Slides of ways to solve parts of an ARG (Sound, video, images, etc.).

On 11/29, the FAQ was also transferred to a Google Slides, which provided definitions for many terms used in the ARG ("keys"/"gates").


---

# 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://game-theorists.gitbook.io/master-tracker/gate-0/d.g0-gateway.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.
