> For the complete documentation index, see [llms.txt](https://webingate.gitbook.io/webingate-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://webingate.gitbook.io/webingate-docs/basics/markdown/playhub.md).

# Playhub

The **Play Hub** is the central place where users can manage and participate in sports activities within the DinkGrid platform. From this screen, users can access different modules related to leagues, groups, players, and games. It also contains tutorials where the users are guided to get into the app seamlesly

This section allows users to organize matches, connect with other players, and manage sports events efficiently.

<figure><img src="/files/PwC80Rrufljbwoe3umcU" alt="" width="375"><figcaption></figcaption></figure>

#### Features Available in Play Hub

#### Leagues

The **Leagues** module allows users to create or join leagues.\
Leagues help organize competitions among multiple players or teams and manage structured tournaments.

Users can:

* Create a new league
* Join an existing league
* View league details and schedules

#### Groups

The **Groups** section allows users to manage smaller communities within a league.

Users can:

* Create groups
* Add or remove players
* Organize games within a group

Groups make it easier to coordinate matches among specific players.

#### Players

The **Players** module allows users to browse and view player profiles.

Users can:

* Search for players
* View player details
* Add players to groups or leagues

This helps in building teams and managing player participation.

#### Games

The **Games** section is used to schedule and track matches.

Users can:

* Schedule new games
* View upcoming games
* Track previous match results

This module ensures that all matches are organized and recorded efficiently.

#### Tutorial

The **Tutorial** section provides guidance and support for using the application.

Users can:

* Learn how different features work
* Access help documentation
* Understand the application workflow

This helps new users quickly get familiar with the DinkGrid platform.


---

# 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://webingate.gitbook.io/webingate-docs/basics/markdown/playhub.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.
