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

# Database

Our scripts are designed with maximum user convenience in mind. You don't need to worry about manually adding tables or columns to the database - everything happens automatically!

## How it works?

* On first script launch, the system automatically detects required database structure
* All necessary tables and columns will be created automatically
* When updating the script, the database structure will be automatically updated
* No risk of data loss during updates

## Benefits

* Time saving - no need to manually import SQL files
* Error elimination - automatic configuration prevents mistakes
* Data security - system maintains database consistency
* Compatibility - always up-to-date structure matching the latest script version

> 💡 **Tip**: Simply install the script and start the server - everything else will happen automatically!
