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

# Roadmap

Our mission is to create an **engaging**, **interactive**, and **personalized experience** where players can connect with their AI companions, customize their journey, and explore innovative AI features. \
With an exciting combination of AI, gaming, and blockchain technology, we're shaping a dynamic platform for the future. Here’s a look at our roadmap for the next few months and beyond!

{% hint style="info" %}
The Pett.ai Roadmap is a tentative plan and may not account for potential challenges that could arise from development cycles.
{% endhint %}

{% stepper %}
{% step %}

### Pre-Mainnet Era

:white\_check\_mark: MVP\
:white\_check\_mark: [Establishing the PettBros Community](/pettbros-community/regional-communities.md)\
:white\_check\_mark: [PettBro Society founded](/pettbros-community/the-pettbro-society.md)\
:white\_check\_mark: Beta testing of core features\
:white\_check\_mark: [WorldID Integration](/features/world-id.md)
{% endstep %}

{% step %}

### Telegram Era

:white\_check\_mark: [Crash Mini-App Game](/features/crash-game.md)\
:white\_check\_mark: [Plinko, New PettAI Mini-App Game](/features/plinko.md)\
:white\_check\_mark: [PettAI Wheel of Fortune](/features/wheel-of-fortune.md)\
:white\_check\_mark: [Art Room - Image GenAI](/features/art-room.md)\
:white\_check\_mark: [ATM - In-App Token Transfers](/overview/atm-transfer-feature.md)\
:white\_check\_mark: [Achievements Menu](/features/in-game-achievements.md)\
:white\_check\_mark: [Public Player Leaderboard](https://www.pett.ai/en/leaderboard)\
:white\_check\_mark: [King of the Hill - PVP Feature](/features/king-of-the-hill.md)\
:ballot\_box\_with\_check: $AIP Staking\
:white\_check\_mark: [AI Community Assistant](/pettbros-community/telegram-assistant-bots.md)\
:white\_check\_mark: [Leaderboard Rewards Distribution](/overview/leaderboard.md)
{% endstep %}

{% step %}

### Agentic Era

:ballot\_box\_with\_check: Conversational AI Chatbot Agent with Personality\
:white\_check\_mark: AI Personalities V1\
:ballot\_box\_with\_check: \[REDACTED]\
:ballot\_box\_with\_check: AI Agent Swarms\
:ballot\_box\_with\_check: PettBro AI \[REDACTED] Feature\
:ballot\_box\_with\_check: AI Personalities V2
{% endstep %}

{% step %}

### Mobile Era

:white\_check\_mark: New Accessories\
:ballot\_box\_with\_check: Passive Token Generation Farm\
:ballot\_box\_with\_check: PettBro Marketplace\
:ballot\_box\_with\_check: Onchain Multichain Multiplayer Feature\
:ballot\_box\_with\_check: Guilds\
:ballot\_box\_with\_check: \[REDACTED]\
:ballot\_box\_with\_check: \[REDACTED]\
:ballot\_box\_with\_check: \[REDACTED]
{% endstep %}
{% endstepper %}


---

# 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.pett.ai/resources/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.
