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

# Gameplay

<figure><img src="/files/DzGwAJXKItQUzte62kZ1" alt=""><figcaption></figcaption></figure>

A difference with Rec Room, Roblox and similar sandbox solutions, Super Snappy is not a game in itself and it's content isn't user generated. You can view Super Snappy as a messenger app / lobby that launches games, or as a games portal with a social network in it.

For the existing, original Gamebop games, Super Snappy provides a unified UI and artwork style so it feels as if all the games are living in the same universe.

For all games, it provides services:

* Zero friction onboarding&#x20;
* Many games&#x20;
* NFT 3D Avatar
* Pets
* Spaces
* User profiles
* Avatar, video, voice, text, group and 1:1 chat&#x20;
* Multiplayer, turn based, async games
* Friends list and friend finder
* Ping, poke, share, invite system&#x20;
* Leaderboards
* Matchmaking
* Tournaments
* Missions&#x20;
* Season Pass
* Statistics&#x20;
* Discovery&#x20;
* Groups&#x20;
* Clans&#x20;
* Marketplace (NFT)
* Loot

…and more.


---

# 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://nowwa.gitbook.io/supersnappy.io/super-snappy/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.
