> For the complete documentation index, see [llms.txt](https://dev.plyr.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.plyr.network/api-reference/game-room/helpers.md).

# Helpers

This section contains helper endpoints that combine multiple game room operations for convenience.

## Helpers

### Is Joined Game Room

Checks if a player is currently joined to a game room. [View Details](/api-reference/game-room/helpers/is-joined-game-room.md)

### Join and Pay

Handles player joining and payment processing together. [View Details](/api-reference/game-room/helpers/join-pay.md)

### Earn and Leave

Processes earnings and player leaving in a single call. [View Details](/api-reference/game-room/helpers/earn-leave.md)

### Create, Join and Pay

Combines room creation, player joining, and payment processing in one call. [View Details](/api-reference/game-room/helpers/create-join-pay.md)

### Earn, Leave and End

Handles earning distribution, player leaving, and room end in one operation. [View Details](/api-reference/game-room/helpers/earn-leave-end.md)
