> For the complete documentation index, see [llms.txt](https://docs.ogrealm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ogrealm.com/the-gates.md).

# The Gates

## Welcome to the Realm of OGs

You stand at the outer gates of a powerful ecosystem stretched across several multitudes of existence. The Realm exists eternally, only materialized in a finite number of physical forms which OGs use as tools for their doings within the Realm.

As an OG, there are a few items of critical importance that you must understand about the Realm:

{% hint style="success" %}
This is a Realm of honor and duty.
{% endhint %}

{% hint style="success" %}
The Realm is a place for OGs to gather, build, and thrive.
{% endhint %}

{% hint style="success" %}
As the Realm evolves, it becomes stronger by the forces that exist within.
{% endhint %}

{% hint style="success" %}
The Realm's time clock is the Epoch, which resets every 24 hours at 00:00 UTC.
{% endhint %}

{% hint style="success" %}
OG is the common man of the Realm.
{% endhint %}

{% hint style="success" %}
Although there is a place in the Realm for every OG, there are no equals.
{% endhint %}

{% hint style="success" %}
No one is required to enter the Realm of OGs, but anyone who wishes to test their fate, certainly can.
{% endhint %}

{% hint style="success" %}
There are laws, and portals, and loopholes in the Realm, and everything is fair game for OGs.
{% endhint %}

{% hint style="success" %}
If the code allows for it, it is legal in the Realm of OGs.
{% endhint %}

{% hint style="success" %}
Every OG for himself, as it has always been.
{% endhint %}

## Disclaimers

{% hint style="warning" %}
There is a lot to learn about the workings of the Realm.
{% endhint %}

{% hint style="warning" %}
New OGs should tread carefully: the Realm can be intoxicating at first.
{% endhint %}

{% hint style="warning" %}
It is advised to learn the game, and watch, before entering.
{% endhint %}

## A Final Warning

{% hint style="danger" %}
The Realm's power is great: We have seen Kings become Fools, and Fools become Kings.
{% endhint %}

Now move along. The game is already underway.

> **The Realm beyond these gates:** [Website](https://ogrealm.com) · [Discord](https://discord.gg/ogrealm) · [X](https://x.com/ogrealm_) · the Games ([Mine](https://mine.ogrealm.xyz) · [Reserve](https://reserve.ogrealm.xyz) · [Lottery](https://lottery.ogrealm.xyz)) — full directory: [The Realm Beyond](/canon/the-realm-beyond.md).

***

*Inscribed by the Mad OG at the founding of the Realm. Reaffirmed unchanged at the dawn of Era II, UEC 700.*


---

# 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://docs.ogrealm.com/the-gates.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.
