# Games

- [Blackjack](https://docs.uvegas.online/games/blackjack.md): Explore the authentic Blackjack experience provided by uVegas, including configurable tables, realistic gameplay, and all standard casino rules.
- [Components](https://docs.uvegas.online/games/blackjack/components.md)
- [BlackjackRules](https://docs.uvegas.online/games/blackjack/components/blackjackrules.md): Defines configurable rule sets for Blackjack tables, allowing flexible variations such as payout ratios, dealer behavior, and player options.
- [BlackjackEvaluator](https://docs.uvegas.online/games/blackjack/components/blackjackevaluator.md): Core logic component that evaluates Blackjack hands, determines winners, and applies rule-based outcomes such as Blackjack, busts, and pushes.
- [BlackjackDealer](https://docs.uvegas.online/games/blackjack/components/blackjackdealer.md): Server-authoritative game controller that manages the full round lifecycle of a Blackjack game - from betting to dealing, player turns, and payout resolution.
- [BlackjackTable](https://docs.uvegas.online/games/blackjack/components/blackjacktable.md): Server-side component that represents a fully networked Blackjack table, built on top of the shared BaseTable framework for seat management, betting, and state synchronization.
- [Advanced Config](https://docs.uvegas.online/games/blackjack/advanced-config.md)
- [Events & Scripting](https://docs.uvegas.online/games/blackjack/events-and-scripting.md)
- [Poker](https://docs.uvegas.online/games/poker.md): Overview of the upcoming uVegas Poker asset - Texas Hold’em with multiplayer support (coming 2026).
- [Roulette](https://docs.uvegas.online/games/roulette.md): Overview of the upcoming uVegas Roulette asset - European & American roulette tables with multiplayer support (coming 2026).
- [Slots](https://docs.uvegas.online/games/slots.md): Overview of the upcoming uVegas Slot Machines asset - customizable slots with multiplayer features (coming 2026).


---

# 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.uvegas.online/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.
