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

# The t2 Fundamentals

## The t2 Space Odyssey

t2 is a world of narratives curated by time. Here, people can freely travel to read, write, and curate content as a collaboration and social engagement.&#x20;

From the biggest to the smallest scales of the network, the hierarchy helps us explore with our intuition as a traveling guide：

**XL: t2 World (Platform & Protocol Level)**

The sum of all content, people, items, and actions on t2. \
The ultimate public goods and source code.\
\
**L: Territories (Community Level)**

Territories are the permissionless article clubs on t2. \
Territories bring their shared passion and unique points of view to the world.\
\
**M: Spaces (Topic Level)**

A niche topic within a territory.\
When a space becomes big enough, it might branch out to become an independent territory.\
\
**S: Content**&#x20;

Articles. The medium of attention, the catalyst of engagements.

#### **XS: Actions (Engagements)**

A piece of attention history, a comment, a note, a highlight, or a reaction.<br>

## **Attention links them all**

Attention is the ultimate scarcity that links/curates all items in the world.&#x20;

### &#x20;**Items on t2 include:**

* An Article
* A User
* A Space
* A Territory

**In the future, items will also include:**

* A Note&#x20;
* A Highlight
* A Comment
* A Proposal
* A piece of Attention History

<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://t2-world.gitbook.io/docs/intro/what-is-t2/the-t2-fundamentals.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.
