diff --git a/doc/provisioning.rst b/doc/provisioning.rst
index 5a13c88..73aac86 100644
--- a/doc/provisioning.rst
+++ b/doc/provisioning.rst
@@ -17,7 +17,6 @@ Prerequisites
 Before you start provisioning, make sure that the following prerequisites are fulfilled:
 
 * `nRF Connect SDK is installed <Installing the nRF Connect SDK>`_.
-* `nRF Cloud utils`_ is installed in :file:`~/ncs/nrf_cloud_utils`.
 * You have an `nRF Cloud <nRF Connect for Cloud_>`_ account.
 
 Provisioning by certificate
@@ -25,10 +24,12 @@ Provisioning by certificate
 
 The following section refers to the APIs and procedures from the `nRF Cloud Utilities documentation`_.
 
-1. Make sure the required python packages are installed:
+1. Make sure that `nRF Cloud utils`_ and its required python packages are installed:
 
    .. code-block::
 
+     west config manifest.path sdk-softbank-fota
+     west update
      cd ~ncs/nrf_cloud_utils/python/modem-firmware-1.3+/
      pip install -r requirements.txt
 
diff --git a/west.yml b/west.yml
index 31cf9d1..f164c4c 100644
--- a/west.yml
+++ b/west.yml
@@ -8,6 +8,8 @@ manifest:
   remotes:
     - name: ncs
       url-base: https://github.com/nrfconnect
+    - name: nRFCloud
+      url-base: https://github.com/nRFCloud
 
   projects:
     - name: nrf
@@ -15,3 +17,7 @@ manifest:
       repo-path: sdk-nrf
       revision: v2.8.0
       import: true
+    - name: nrf_cloud_utils
+      remote: nRFCloud
+      repo-path: utils
+      revision: 13378ebe0f7d7ad9da2678086eb19673b988c275