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

# Gameplay

- [Super Early Access: Game & Tournament ](https://wiki.wilderworld.com/gameplay/super-early-access-game-and-tournament.md)
- [Super Early Access Version Updates](https://wiki.wilderworld.com/gameplay/super-early-access-game-and-tournament/super-early-access-version-updates.md)
- [Midnight in Wiami: Version Updates](https://wiki.wilderworld.com/gameplay/midnight-in-wiami-version-updates.md)
- [wiami.fun](https://wiki.wilderworld.com/gameplay/wiami.fun.md): Wiami.fun is Wilder World’s AI-powered creator platform where players design in-game skins, launch ERC-20 tokens, and unlock NFTs—fueling a community-driven, tokenized creator economy.
- [Gameplay: Dev Logs](https://wiki.wilderworld.com/gameplay/gameplay-dev-logs.md): Dev Logs detail technological advancements and game development progress in Wilder World, showcasing enhancements in user experience and the simulation's evolution.
- [Wheels Arcade](https://wiki.wilderworld.com/gameplay/wheels-arcade.md)
- [Wilder Wheels Show](https://wiki.wilderworld.com/gameplay/wilder-wheels-show.md): Welcome to the official Wilder Wheels Show Wiki page! This groundbreaking series is a collaboration with the legendary SuperMassive and the innovative metaverse content creation studio, BasedAF.


---

# 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://wiki.wilderworld.com/gameplay.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.
