diff --git a/source/fusiondirectory-orchestrator/endpoints/archive.rst b/source/fusiondirectory-orchestrator/endpoints/archive.rst
new file mode 100644
index 0000000000000000000000000000000000000000..6b69973042e670ec8a77aeb454f7039d35b68492
--- /dev/null
+++ b/source/fusiondirectory-orchestrator/endpoints/archive.rst
@@ -0,0 +1,22 @@
+Archive task execution
+======================
+
+.. _archive-task-execution-label:
+
+Once the task is configured, execute it using the **orchestrator-client** tool. You have two execution options:
+
+.. code-block:: bash
+
+   fusiondirectory-orchestrator-client --archive
+
+.. note::
+   **Recommendation** automate this process within a CRON job.
+
+.. note::
+  Add the ``--verbose`` flag to the command for detailed output during execution.
+
+
+.. note::
+    The logs are stored by default at the following location:
+
+    ``/var/log/orchestrator/orchestrator.log``
\ No newline at end of file
diff --git a/source/fusiondirectory-orchestrator/endpoints/index.rst b/source/fusiondirectory-orchestrator/endpoints/index.rst
index a317cf02695349dd388cb81095e7c358534caf15..59d4cb23f90dd2c38120e1aa08e62947478593ce 100644
--- a/source/fusiondirectory-orchestrator/endpoints/index.rst
+++ b/source/fusiondirectory-orchestrator/endpoints/index.rst
@@ -10,3 +10,4 @@ Endpoints
    userreminder.rst
    audit.rst
    mails.rst
+   archive.rst
\ No newline at end of file
diff --git a/source/fusiondirectory-tools/fusiondirectory-orchestrator-client.rst b/source/fusiondirectory-tools/fusiondirectory-orchestrator-client.rst
index 9622b8ea95c930d14d7ea622223e4b73ee86455b..27f5687e3078ac03cb120e6bc7c60d7096dcba3e 100644
--- a/source/fusiondirectory-tools/fusiondirectory-orchestrator-client.rst
+++ b/source/fusiondirectory-tools/fusiondirectory-orchestrator-client.rst
@@ -65,6 +65,13 @@ Execute a Task of Type "Audit"
 
    fusiondirectory-orchestrator-client --audit
 
+Execute a Task of Type "Archive"
+""""""""""""""""""""""""""""""""
+
+.. code-block:: shell
+
+   fusiondirectory-orchestrator-client --archive
+
 .. note::
    The client can be used with the `--help` option to obtain more details about the available commands.
 
diff --git a/source/fusiondirectory/plugins/archive/archiveTask.rst b/source/fusiondirectory/plugins/archive/archiveTask.rst
new file mode 100644
index 0000000000000000000000000000000000000000..d37aeaa26ba1474394bc4b4ec5d3b0f070d7d0a6
--- /dev/null
+++ b/source/fusiondirectory/plugins/archive/archiveTask.rst
@@ -0,0 +1,105 @@
+Archive Task
+============
+
+The **Archive** task is designed to streamline the management and archiving of user data. By leveraging the selected supann status, the task identifies matching statuses among the specified members and initiates the archiving process accordingly. 
+This ensures a seamless and automated approach to data archiving, tailored to your organizational needs.
+
+.. NOTE::
+  It must be used with FusionDirectory Orchestrator and supann plugins must be installed.
+
+Task Setup
+----------
+
+Creating the Task
+-----------------
+
+   - Open the **Tasks** section in FusionDirectory
+   - Define the task’s schedule and repetition interval.
+   - (Optional) - Decide if the task should be directly executed.
+
+   .. image:: images/archive_t1.png
+      :alt: Archive - Task creation step 1
+      :width: 600px
+
+Configuring Supann Plugin States (Optional)
+-------------------------------------------
+
+We recommend setting up a **custom substatus** within the **inactive status** in the configuration of Supann plugin states. 
+This custom substatus can help you better categorize and manage archived data.
+
+Steps to configure:
+
+1. Navigate to the **Supann Plugin States** configuration section in FusionDirectory configuration.
+
+.. image:: images/archive_sup_t1.png
+    :alt: Archive - Configuration supann
+    :width: 150px
+
+2. Locate the **Inactive** status and substatus configuration.
+
+.. image:: images/archive_sup_t2.png
+    :alt: Archive - Configuration supann
+    :width: 600px
+
+.. image:: images/archive_sup_t3.png
+    :alt: Archive - Configuration supann
+    :width: 600px
+
+3. Add a new custom substatus, such as `toBeArchived`, to clearly identify data that has been archived.
+
+.. image:: images/archive_sup_t3.png
+    :alt: Archive - Configuration supann
+    :width: 600px
+
+4. (Optional) Apply a custom label to the substatus for easier identification and filtering, if required.
+
+.. image:: images/archive_sup_t4.png
+    :alt: Archive - Configuration supann
+    :width: 600px
+
+5. Save your changes.
+
+
+Benefits of using a custom substatus:
+
+- Improved clarity in data categorization.
+- Easier tracking of archived records.
+- Enhanced control over data lifecycle management.
+
+.. NOTE::
+
+   Configuring a custom substatus is optional but highly recommended for better organization and management of archived data.
+
+
+Configuring Archive Task
+------------------------
+
+- Go to the Tasks Archive tab.
+- Select the desired supann state required to trigger the archiving process.
+- Select your groups or individual members. 
+
+.. NOTE::
+    We strongly recommend the usage of dynamic groups.
+
+- Click **Save**.
+
+   .. image:: images/archive_t2.png
+      :alt: Archive - Task creation step 2
+      :width: 600px
+
+
+Task Execution
+--------------
+
+For your configured task to execute, you need to configure your fusiondirectory-orchestrator-client.
+
+See :ref:`Archive Task Execution <archive-task-execution-label>`. for more information.
+
+Summary
+-------
+
+The **Archive Task**, when configured as described, will:
+
+ - Automatically archive all data matching the selected supann status
+ - Ensure efficient data management and archiving
+ - Provide granular control over data lifecycle management
\ No newline at end of file
diff --git a/source/fusiondirectory/plugins/archive/images/archive_sup_t1.png b/source/fusiondirectory/plugins/archive/images/archive_sup_t1.png
new file mode 100644
index 0000000000000000000000000000000000000000..b07e80a18fbc68402aad667c699c145774b98948
Binary files /dev/null and b/source/fusiondirectory/plugins/archive/images/archive_sup_t1.png differ
diff --git a/source/fusiondirectory/plugins/archive/images/archive_sup_t2.png b/source/fusiondirectory/plugins/archive/images/archive_sup_t2.png
new file mode 100644
index 0000000000000000000000000000000000000000..200bdfb7e226ca162a88d3bb8ec927f9b9c5317d
Binary files /dev/null and b/source/fusiondirectory/plugins/archive/images/archive_sup_t2.png differ
diff --git a/source/fusiondirectory/plugins/archive/images/archive_sup_t3.png b/source/fusiondirectory/plugins/archive/images/archive_sup_t3.png
new file mode 100644
index 0000000000000000000000000000000000000000..f8a31c2dc271152037bb604e1a6fe766d7814932
Binary files /dev/null and b/source/fusiondirectory/plugins/archive/images/archive_sup_t3.png differ
diff --git a/source/fusiondirectory/plugins/archive/images/archive_sup_t4.png b/source/fusiondirectory/plugins/archive/images/archive_sup_t4.png
new file mode 100644
index 0000000000000000000000000000000000000000..04a3d99e59230f56630cca40e3eacbbc1e52d54d
Binary files /dev/null and b/source/fusiondirectory/plugins/archive/images/archive_sup_t4.png differ
diff --git a/source/fusiondirectory/plugins/archive/images/archive_t1.png b/source/fusiondirectory/plugins/archive/images/archive_t1.png
new file mode 100644
index 0000000000000000000000000000000000000000..717ac8244704024f987b06f9096e04409b1ab80a
Binary files /dev/null and b/source/fusiondirectory/plugins/archive/images/archive_t1.png differ
diff --git a/source/fusiondirectory/plugins/archive/images/archive_t2.png b/source/fusiondirectory/plugins/archive/images/archive_t2.png
new file mode 100644
index 0000000000000000000000000000000000000000..3d94b1ede8e7db59c37a7d8c9a1531b44021d4ad
Binary files /dev/null and b/source/fusiondirectory/plugins/archive/images/archive_t2.png differ
diff --git a/source/fusiondirectory/plugins/archive/index.rst b/source/fusiondirectory/plugins/archive/index.rst
index 87812654004c8029f2894993201f8b15f77b4f56..da5bec3aa4b4ec10e8a00cfe799e75f8385832c9 100644
--- a/source/fusiondirectory/plugins/archive/index.rst
+++ b/source/fusiondirectory/plugins/archive/index.rst
@@ -10,3 +10,4 @@ FusionDirectory Plugin Archive
    installation
    configuration
    functionalities
+   archiveTask
\ No newline at end of file