> For the complete documentation index, see [llms.txt](https://docs.r4nkt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r4nkt.com/concepts/games.md).

# Games

## Description

Games in r4nkt are what you need for your application or game that you wish to gamify. Each r4nkt game you have access to will allow you to configure a set of resources that will allow you to add gamification features to your game or application.

## Properties

Games have the following properties:

| Name            |  Type  | Default |
| --------------- | :----: | :-----: |
| game\_id        | string |    -    |
| name            | string |    -    |
| description     | string | *empty* |
| webhook\_url    | string | *empty* |
| webhook\_secret | string | *empty* |

### Game ID

Your game ID is automatically generated and unique to your game within the r4nkt system. It is used to talk to the r4nkt API.

### Webhook URL

A webhook URL is the URL that will be called to pass information along to you for different events that occur within r4nkt. You can read more about webhooks [here](/webhooks/overview.md).

### Webhook secret

A webhook secret is used to validate any webhook calls you receive from r4nkt. You can read more about webhooks [here](/webhooks/overview.md).
