# Blackjack

### Overview

{% embed url="<https://www.youtube.com/watch?v=7lg9jdU5xso>" %}

uVegas Blackjack delivers a fully **server-authoritative multiplayer experience** for Unity.\
All standard Blackjack rules have been implemented carefully to reflect real casino play, including:

* **Push / Stand / Hit**
* **Double Down**
* ~~**Split**~~ - in development (2026)
* **Insurance**
* **Surrender**
* **Dealer rules** (e.g., hits on soft 17)
* **Deck management** (single, multiple decks, and Shoes)
* **Betting limits and table rules**

Each table can be **customized via configuration**, allowing you to create different gameplay styles and table setups.

All additional information about the components, managers, and how to configure the game is available on the respective **subpages**:

* **BlackjackDealer** – Handling dealer logic and card dealing
* **BlackjackTable** – Player actions, bets, and hand management
* **TableRules / BlackjackGameRules** – Table-specific rules, limits, and deck configurations
* **UI Components** – Player interface, bet placement, and hand visualization


---

# 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/blackjack.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.
