# 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).


---

# 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.r4nkt.com/concepts/games.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.
