> For the complete documentation index, see [llms.txt](https://universe.titan.tf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://universe.titan.tf/history.md).

# History

- [Timeline](https://universe.titan.tf/history/timeline.md): The timeline includes major updates and events. This page is incomplete and probably never will due to how much there is to fill.
- [Evolution](https://universe.titan.tf/history/evolution.md): The evolution of titan.tf from the very beginning to present.
- [Titan I](https://universe.titan.tf/history/evolution/titan-i.md): (2015) Everybody started somewhere. And our story began here.
- [Titan II](https://universe.titan.tf/history/evolution/titan-ii.md): (2015 - 2016)
- [Titan III](https://universe.titan.tf/history/evolution/titan-iii.md): (2016) We go 24/7
- [Titan IV](https://universe.titan.tf/history/evolution/titan-iv.md): (2017) Expanding the Titan Empire
- [Titan 2](https://universe.titan.tf/history/evolution/titan-2.md): (2018) Creating a Territory on the Web
- [Titan 2.1](https://universe.titan.tf/history/evolution/titan-2.1.md): (2018) Tour of Destruction
- [Storyline](https://universe.titan.tf/history/storyline.md): Not much of the story behind Titan, has been revealed. Except..
- [Break the Safe](https://universe.titan.tf/history/storyline/break-the-safe.md): Timeline: 15 Sep, 2017 — 4 Oct, 2017


---

# 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://universe.titan.tf/history.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.
