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

# Introduction

Indefinite year. At the origin of everything there was only darkness, a deafening sound and a civilization of giant aliens called QUBOT. The first documentation regarding this civilization traces remote eras difficult to estimate since it is said to be millions of years before the birth of space and the universe.

The QUBOT were skilled craftsmen in possession of advanced technologies capable of giving life to anything they needed but they had no idea of ​​how to exploit it to its full potential until an old QUBOT made a proposal;

"Our power is immense but we have our limits. We need new populations that can help us define our next moves. We must create a system that allows us to choose carefully and each of them must have a piece of our power"

They began to think until a QUBOT managed to extract a part of its power by depositing it inside a box. The QUBOT explained to its peers:

"We will use these boxes and give them to a part of the populations that will be born"

And added:

"This first box will be able to generate other boxes that in turn will be able to generate other boxes while maintaining the power inside them unchanged. They will be able to do great things. They will be called QUBE"

Thus was born the QUBE Genesis.

<figure><img src="/files/Svpk8nNC8QrQ4mrCFb5I" 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://qube-5.gitbook.io/qube/introduction.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.
