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

# Roadmap

*Last updated: 16th of August 2024*

AniLife AI's roadmap outlines a series of exciting updates and enhancements designed to elevate the user experience. The development team is committed to continuously improving the platform, introducing new features, and expanding the AniLife experience based on our vision as well as the vision and feedback from our community.

### Milestone 1 :clock1: (Est. Q3 2024)

* [x] Website and Social Media Launch
* [x] Incubation for game and token launch
* [x] Integration of AI features for chatting and customising
* [ ] AniLife AI Telegram mini-app MVP version
* [ ] Implementation of leveling system (Bronze to Legendary)
* [ ] Introduction of the gem-based economy

### Milestone 2 :clock2: (Est. Q4 2024)

* [ ] Extended marketing and PR campaigns with strategic partners
* [ ] Launch $LAID token through launchpad
* [ ] Integrate $LAID into AniLife for premium features and boosting
* [ ] Implement staking mechanism for continuous rewards
* [ ] Introduce the Friend Referral System with rewards
* [ ] Expand customization options for virtual girlfriends

### Milestone 3 :clock3: (Est. Q1 2025)

* [ ] AniLife AI Wallet integration within the mini-app
* [ ] Global chat implementation for in-app user communication
* [ ] Additional girlfriend customization options and unlockable content
* [ ] Add basic mini-games for relationship building
* [ ] Implement leaderboards and community challenges
* [ ] Launch of daily in-app missions
* [ ] Create and reveal Milestone 4


---

# 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://anilife-ai.gitbook.io/anilife-ai-docs/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.
