# Apps

The **Sessions** system provides session and score tracking services for MeshMap apps.

## Method Calls

* AppsService.GetAllMinigameTypesAsync
* AppsService.CreateSessionAsync
* AppsService.EndSessionAsync
* AppsService.CreatePlayerAsync
* AppsService.RegisterPlayerAsync
* AppsService.PatchScoreAsync
* AppsService.GetPlayersListAsync
* AppsService.GetLeaderboardsAsync

## Getting Started

Make sure to [configure your app API key in the MeshMap Hub](/unity-sdk/core.md#api-key).

#### Features

* Methods for creating sessions and players, registering players, updating minigame scores, and retrieving scores.

#### Components

<table><thead><tr><th width="226.00006103515625">Class</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://github.com/MeshMap/com.meshmap.sdk.core/blob/main/Runtime/API/Apps/AppsService.cs"><code>AppsService</code></a></td><td>Provides methods to set and retrieve app, session, player, minigame, and leaderboard data.</td></tr></tbody></table>


---

# 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.meshmap.com/unity-sdk/core/apps.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.
