> For the complete documentation index, see [llms.txt](https://consumer-trust-initiative.gitbook.io/consumer-trust-initiative-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://consumer-trust-initiative.gitbook.io/consumer-trust-initiative-docs/a.1-glossary-of-terms.md).

# A.1 Glossary of Terms

* **E-E-A-T:** An acronym from Google's quality guidelines, standing for Experience, Expertise, Authoritativeness, and Trustworthiness. It's a conceptual framework for assessing the credibility of a content source.
* **UKGC:** The United Kingdom Gambling Commission. The official regulatory and licensing body for all forms of commercial gambling in the UK. Its mandate includes ensuring fairness, protecting vulnerable people, and preventing crime.
* **RTP (Return to Player):** A key metric in gaming, representing the theoretical percentage of all wagered money a specific game will pay back to players over a statistically significant number of plays. An RTP of 96% suggests that, on average, the game returns £96 for every £100 wagered.
* **Volatility (Variance):** A measure of the risk-reward profile of a slot game.
  * Low Volatility: Games that tend to pay out small wins frequently.
  * High Volatility: Games that pay out less often, but have a higher potential for very large wins in a short period.
* **Wagering Requirement:** Also known as a playthrough or rollover requirement. It is a multiplier applied to a bonus, indicating the total amount that must be wagered before the bonus funds (and any associated winnings) are converted to real, withdrawable cash.
* **Information Asymmetry:** A core concept in economics where one party in a transaction (e.g., the operator) possesses greater material knowledge than the other party (e.g., the consumer), creating an imbalance of power.
* **Core Web Vitals (CWV):** A set of user-centric performance metrics developed by Google to measure a webpage’s overall user experience. The three primary metrics are Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS).

***

<br>


---

# 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://consumer-trust-initiative.gitbook.io/consumer-trust-initiative-docs/a.1-glossary-of-terms.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.
