diff --git a/README.md b/README.md
index 568c3aba..dc3ec82f 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,15 @@ west flash --erase
2. In nRF Cloud: **Security Services** → **Claimed Devices** → **Claim Device**
3. Paste token, set rule to "nRF Cloud Onboarding", click **Claim Device**
+
+
+ If "nRF Cloud Onboarding" rule is not showing:
+
+ Create a new rule using the following configuration:
+
+ 
+
+
4. Wait for the device to provision credentials and connect to nRF Cloud over CoAP.
See [Provisioning](docs/common/provisioning.md) for more details.
diff --git a/docs/common/provisioning.md b/docs/common/provisioning.md
index 3a1e3bc3..4e8655e0 100644
--- a/docs/common/provisioning.md
+++ b/docs/common/provisioning.md
@@ -15,6 +15,14 @@ Device provisioning establishes credentials for secure communication with nRF Cl
2. In nRF Cloud: **Security Services** → **Claimed Devices** → **Claim Device**
3. Paste token, set rule to "nRF Cloud Onboarding", click **Claim Device**
+
+ If "nRF Cloud Onboarding" rule is not showing:
+
+ Create a new rule using the following configuration:
+
+ 
+
+
### REST API Alternative
```bash
diff --git a/docs/images/claim.png b/docs/images/claim.png
new file mode 100644
index 00000000..08a57c05
Binary files /dev/null and b/docs/images/claim.png differ