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

# Story Background

In the year 2047, humanity witnessed a remarkable advancement in the field of technology and science. This progress led to groundbreaking achievements in interplanetary travel, enabling humans to explore and settle on different planets. As a direct consequence, highly sophisticated cities were established, each with distinct attributes and features.&#x20;

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

This epoch was distinguished by a surreal and futuristic cyberpunk world, where artificial intelligence, virtual reality, and advanced robotics were commonplace.&#x20;

The society was characterized by an all-encompassing diversity, with individuals from different ethnicities and backgrounds living and working together. Despite encountering various challenges, humanity adapted and thrived in this exciting new world.<br>


---

# 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://zerox2047.gitbook.io/zerox/about-zerox/story-background.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.
