diff --git a/docs/REST_IMPORT.md b/docs/REST_IMPORT.md
new file mode 100755
index 00000000..0833fba9
--- /dev/null
+++ b/docs/REST_IMPORT.md
@@ -0,0 +1,49 @@
+# RSTIMPRT plugin OPNsense/Dnsmasq setup
+
+This guide shows you how to configure **OPNsense/Dnsmasq** in the **RSTIMPRT** plugin.
+
+
+
+## 1. Create an OPNsense user
+1. In OPNsense, navigate to **System** → **Access** → **Users**
+2. Click the **+** to add a new user
+3. Give your user a name (e.g., `netalertx`) and a Full name (e.g., `NetAlertX`)
+4. Assign privilege: `Services: Dnsmasq DNS/DHCP: Settings`
+5. Click **Save**
+
+
+
+
+
+## 2. Create an OPNsense API key
+1. On the OPNsense Users screen, click the **AP Key** button next to your new user
+
+2. Click **Yes** when prompted to generate and download the new key. You'll receive a text file with a `key` and a `secret`.
+
+
+
+
+## 3. Configure the RSTIMPRT plugin
+1. In NetAlertX, navigate to **Settings** → **Core** → **Loaded plugins** and add `RSTIMPRT`
+2. Click **Save**
+3. Navigate to **Settings** → **Core** → **Device scanners** and expand `RSTIMPRT`
+4. Under **RSTIMPRT_imports**, click **Add**
+5. Enter the following connection info:
+ - Name: Whatever you'd like to call this REST instance (e.g., `OPNsense Dnsmasq`)
+ - URL: Full URL to the API endpoint (e.g., `https://192.168.1.1:8443/api/dnsmasq/leases/search`)
+ - Method: `GET`
+ - Auth Type: `basic`
+ - Username / API Key: The `key` value from your downloaded API key file
+ - Password / API Secret: The `secret` value from your downloaded API key file
+ 
+
+6. In the same window, enter the following field mappings:
+ - Device List Path: `rows`
+ - MAC Address: `hwaddr`
+ - IP Address: `address`
+ - Device Name: `hostname`
+ - Vendor: `mac_info`
+
+
+7. Click **Update**
+8. Click **Save**
\ No newline at end of file
diff --git a/docs/img/REST_IMPORT/opnsense_user.png b/docs/img/REST_IMPORT/opnsense_user.png
new file mode 100644
index 00000000..8fa0ac3b
Binary files /dev/null and b/docs/img/REST_IMPORT/opnsense_user.png differ
diff --git a/docs/img/REST_IMPORT/opnsense_user_api_key.png b/docs/img/REST_IMPORT/opnsense_user_api_key.png
new file mode 100644
index 00000000..b7b5943c
Binary files /dev/null and b/docs/img/REST_IMPORT/opnsense_user_api_key.png differ
diff --git a/docs/img/REST_IMPORT/opnsense_user_api_key_confirm.png b/docs/img/REST_IMPORT/opnsense_user_api_key_confirm.png
new file mode 100644
index 00000000..e364f0b4
Binary files /dev/null and b/docs/img/REST_IMPORT/opnsense_user_api_key_confirm.png differ
diff --git a/docs/img/REST_IMPORT/rstimport_config_1.png b/docs/img/REST_IMPORT/rstimport_config_1.png
new file mode 100644
index 00000000..464e114a
Binary files /dev/null and b/docs/img/REST_IMPORT/rstimport_config_1.png differ
diff --git a/docs/img/REST_IMPORT/rstimport_config_2.png b/docs/img/REST_IMPORT/rstimport_config_2.png
new file mode 100644
index 00000000..072c5d1b
Binary files /dev/null and b/docs/img/REST_IMPORT/rstimport_config_2.png differ
diff --git a/front/php/templates/language/fr_fr.json b/front/php/templates/language/fr_fr.json
index df30c596..25deff68 100644
--- a/front/php/templates/language/fr_fr.json
+++ b/front/php/templates/language/fr_fr.json
@@ -807,5 +807,8 @@
"settings_system_icon": "fa-solid fa-gear",
"settings_system_label": "Système",
"settings_update_item_warning": "Mettre à jour la valeur ci-dessous. Veillez à bien suivre le même format qu'auparavant. Il n'y a pas de pas de contrôle.",
- "test_event_tooltip": "Enregistrer d'abord vos modifications avant de tester vôtre paramétrage."
+ "test_event_tooltip": "Enregistrer d'abord vos modifications avant de tester vôtre paramétrage.",
+ "WF_Action_target": "Appliquer l'action à",
+ "WF_Action_target_conditions": "Cibler des conditions de l'appareil",
+ "WF_Action_token_hint": "Utiliser {{trigger.COLUMN}} pour référencer l'appareil déclencheur (par ex. {{trigger.devLastIP}}, {{trigger.devMac}})"
}