# Module Requests

PLAY has developed and deployed on iOS and Android a variety of in-game features that are not yet a part of our SDK. We continuously add these features to the SDK as developers request them - You can review the list here and get in touch if there's a particular feature you'd like integrated into the SDK!

## PLAY Feature List

* Rewarded Ads: Watch ads for a currency or item reward
* Friends: persistent friends across the ecosystem
* Online Friends Menu: Invite online friends to start a game, see who is online and what they are playing
* Direct Messaging: text chat with friends
* Voice Chat & Calls: Call a friend, or use voice chat during a multiplayer game
* Emotes: For multiplayer gameplay
* Activity Centre: surface announcements and social notifications to players
* Creator Tools: allow players to create content in your game - support for any type of asset
* Social Feed: Infinitely scrolling, supports trending and followed content
* Post Creation Tools: Allow players to create and share posts


---

# 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://playnetwork.gitbook.io/play-sdk-documentation/sdk-integration-guides/module-requests.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.
