# Games

Roomie Kit includes social game surfaces that can be kept, customized, or disabled depending on your product.

Built in:

* Starter game UI and routing.
* Optional game-related backend data.
* Feature-flag-friendly module boundaries.
* Room-compatible social play surfaces.

Use games when your product needs lightweight retention loops, events, or shared activities inside rooms. If your app is streaming-only or video-only, leave game modules disabled.

Related docs:

* [Backend modules](/open-source-starter/backend-modules.md)
* [Feature flags](/reference/feature-flags.md)
* [What you can build](/start-here/what-you-can-build.md)


---

# Agent Instructions: 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:

```
GET https://docs.roomiekit.io/features/games.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
