diff --git a/Lux.Data/Lux.Data.csproj b/Lux.Data/Lux.Data.csproj
index f487c7df..5c9ffcf6 100644
--- a/Lux.Data/Lux.Data.csproj
+++ b/Lux.Data/Lux.Data.csproj
@@ -13,6 +13,7 @@
Prima versione
2025+ EgalWare
EgwCoreLib Lux
+ Readme.md
@@ -20,6 +21,10 @@
+
+
+
+
diff --git a/Lux.Data/docs/Readme.md b/Lux.Data/docs/Readme.md
new file mode 100644
index 00000000..d1aac232
--- /dev/null
+++ b/Lux.Data/docs/Readme.md
@@ -0,0 +1,15 @@
+# EgwCoreLib.Lux.Data
+
+Lbreria salvata come nuget SDK per accesso dati per EgalWare's LUX
+ - accesso cache REDIS
+ - accesso DB
+
+Necessaria rpesenza configurazione DB/Redis in appsettings.json:
+
+esempio dev ufficio:
+```json
+ "ConnectionStrings": {
+ "DefaultConnection": "Server=mdb.ufficio;port=3306;database=Lux_000;uid=db_user;pwd=secure_password;sslmode=None;",
+ "Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=6, keepAlive=180, connectTimeout=15000, syncTimeout=15000, asyncTimeout=15000, abortConnect=false, ssl=false, allowAdmin=true"
+ },
+```
\ No newline at end of file
diff --git a/Lux.Data/docs/readme.pdf b/Lux.Data/docs/readme.pdf
new file mode 100644
index 00000000..8b13dbc6
Binary files /dev/null and b/Lux.Data/docs/readme.pdf differ