> For the complete documentation index, see [llms.txt](https://product.liquidandgrit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://product.liquidandgrit.com/information-by-product/custom-projects/scorecard.md).

# Scorecard

## Overview

The **Scorecard** tool helps subscribers self-check the health of an app or set of apps tracked by Liquid and Grit.

The Scoring Guide shows you how to determine an app’s health, from the player’s perspective, by examining select characteristics of different release types using data pulled from our Impact Portal. Characteristic data results are then converted into a score. Scorecard results can be used to compare against other apps within the same market or to track changes to an app's health over time.

<mark style="color:blue;">This product is currently only available for apps within the casino market (bingo, casual casino, poker/cards, and slots).</mark>

To request a scorecard for non-casino markets/genres or for any questions regarding the scoring process, reach out to us at <support@liquidandgrit.com>.&#x20;

### Characteristics

|         Features         |           Events           |          Content         |
| :----------------------: | :------------------------: | :----------------------: |
|      Total available     |      Mechanic variety      |      Total available     |
|     Mechanic variety     |   New event release rate   | New content release rate |
| New feature release rate | Simultaneous active events |             -            |
|             -            |      Active event days     |             -            |


---

# 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://product.liquidandgrit.com/information-by-product/custom-projects/scorecard.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.
