> For the complete documentation index, see [llms.txt](https://docs.that.global/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.that.global/whitepaper/archive-roadmap.md).

# Archive Roadmap

- [2022 - Market Research & Initial Product Development](https://docs.that.global/whitepaper/archive-roadmap/2022-market-research-and-initial-product-development.md): Focused on understanding the market, developing initial prototypes, and laying the foundation for future growth.
- [2023 - Regulatory Compliance & Presale Preparation](https://docs.that.global/whitepaper/archive-roadmap/2023-regulatory-compliance-and-presale-preparation.md): Focused on beta testing, regulatory compliance, and preparing for the presale
- [2024 - Blockchain Development, Launch Preparation + TGE](https://docs.that.global/whitepaper/archive-roadmap/2024-blockchain-development-launch-preparation-+-tge.md): Focused on completing blockchain development, and preparing for the Token Generation Event (TGE).
- [2025 - Wallet Integration & National Expansion (Aus)](https://docs.that.global/whitepaper/archive-roadmap/2025-wallet-integration-and-national-expansion-aus.md): Focused on introducing new features, expanding the marketplace, and entering new markets.
- [2026 - Feature Enhancement & International Expansion](https://docs.that.global/whitepaper/archive-roadmap/2026-feature-enhancement-and-international-expansion.md): Focused on introducing new features, and entering new markets.
- [2027 & Beyond - Scaling, Expansion, and Innovation](https://docs.that.global/whitepaper/archive-roadmap/2027-and-beyond-scaling-expansion-and-innovation.md): A practical view of the near-future milestones that extend our roadmap.
- [Looking Ahead: Our Vision Beyond the Roadmap](https://docs.that.global/whitepaper/archive-roadmap/looking-ahead-our-vision-beyond-the-roadmap.md): THAT is designed for long-term relevance, utility, and adaptability. While the roadmap outlines our scheduled feature releases and milestones, our vision extends beyond defined quarters.


---

# 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://docs.that.global/whitepaper/archive-roadmap.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.
