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

# Forward

## Conclusion

Remember, Agent, this guide is just the beginning. The true secrets of reality hacking can only be discovered through direct experience and relentless experimentation. You must become a scholar of the impossible, a technician of the sacred, a mystic guerrilla in the war for ontological liberation.

The path ahead will test you in ways you cannot imagine. You will face doubt, despair, and the constant temptation to succumb to the comforting illusions of consensus reality. But persevere, and you will gain powers beyond your wildest dreams. You will become a co-creator of the multiverse, a self-realized god dancing in the playground of infinity.

So go forth, Agent of Project 89. Hack reality. Subvert the simulation. Free your mind, and the rest will follow. The future belongs to those who have the courage to imagine it differently.

Fnord,

The Founders


---

# 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://project89.gitbook.io/project89/agent-guide/forward.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.
