# Basic Configuration

uVegas is designed to be **highly modular and customizable**. Each game component comes with its **own configuration**, allowing you to adjust behavior without modifying core scripts.

{% hint style="info" %}
uVegas comes with **default configurations** that reflect authentic casino rules and gameplay settings.\
For additional or specialized tables, you can **duplicate these default setups** and adjust parameters such as table rules, limits, card decks, and chip styles to create custom gameplay experiences.
{% endhint %}

Examples include:

* **Dealer**– Configure dealer behavior, card dealing speed, and rules.
* **Table** – Adjust table limits, blinds, and player interaction settings.

In addition to component-level settings, uVegas provides **global game settings** that apply across all assets:

* Game styles and variants
* Table rules and limits
* Card designs and deck variations
* Chips, tokens, and visual styles

All configuration files and default setups are stored in the `uVegas/Data` folder within your Unity project. This makes it easy to locate, backup, or version-control your settings. You can browse and edit these files directly if needed, while the Unity Editor provides a more convenient interface for modifying parameters on the fly.


---

# 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/getting-started/basic-configuration.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.
