diff --git a/docs/about/naming_rest_api_brief_introduction.odt b/docs/about/naming_rest_api_brief_introduction.odt
index 0fcf0f150ea1daf88b612d4f05646ef411637bfc..0f8587fc64b5d3eb7a77f3e9b6e053ad83ed4e42 100644
Binary files a/docs/about/naming_rest_api_brief_introduction.odt and b/docs/about/naming_rest_api_brief_introduction.odt differ
diff --git a/docs/about/naming_rest_api_brief_introduction.pdf b/docs/about/naming_rest_api_brief_introduction.pdf
index a6488a5f49d7426b5307315b01c8eed9b965d570..aba587dc0faf317336f6a481c60209194f29eb58 100644
Binary files a/docs/about/naming_rest_api_brief_introduction.pdf and b/docs/about/naming_rest_api_brief_introduction.pdf differ
diff --git a/docs/about/naming_rest_api_cheat_sheet.odg b/docs/about/naming_rest_api_cheat_sheet.odg
index 051ce54b4c3aecdcf2d469f693fc19897e8c9e79..f1da33abb491e339d0f5984053527ea2604eddf5 100644
Binary files a/docs/about/naming_rest_api_cheat_sheet.odg and b/docs/about/naming_rest_api_cheat_sheet.odg differ
diff --git a/docs/about/naming_rest_api_cheat_sheet.pdf b/docs/about/naming_rest_api_cheat_sheet.pdf
index cf9c2cc02963e603a1bd9f83373c0ec5ae06def7..72ae213ae8b2ffedd426931d6add4547ca463a98 100644
Binary files a/docs/about/naming_rest_api_cheat_sheet.pdf and b/docs/about/naming_rest_api_cheat_sheet.pdf differ
diff --git a/docs/developer/useful/useful.odg b/docs/developer/useful/useful.odg
index d7240e8da2d17292266ffbad2efb4961ec31956b..c25d5b914a1ead0eb3cbf514faf8716d9ada18a6 100644
Binary files a/docs/developer/useful/useful.odg and b/docs/developer/useful/useful.odg differ
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 0ecb45c61bc8fadced08099a3009ea6530e09dad..c8497c3ae1bb78c1032086435d5fc30f8b32c720 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -57,7 +57,7 @@ openapi.info.description=\
   ![Naming data and access](/images/naming_backend_data_access.png "Naming data and access") \n\n \
   Here are some useful links \n \
   - [Naming](https://confluence.esss.lu.se/display/SW/Naming+Tool%2C+Cable+DB%2C+CCDB%2C+IOC+Factory%2C+RBAC) in ICS Software toolchain \n \
-  - [Introduction to Naming REST API](/pdfs/naming_rest_api_brief_introduction.pdf) + [Cheat Sheet](/pdfs/naming_rest_api_cheat_sheet.pdf) \n \
+  - [Introduction to Naming REST API](/pdfs/naming_rest_api_brief_introduction.pdf) + [Lifecycle](/images/naming_backend_lifecycle.png) + [Cheat Sheet](/pdfs/naming_rest_api_cheat_sheet.pdf) \n \
   - [How to use](/pdfs/naming_rest_api_excel_guide.pdf) Excel templates for [names](/templates/NameElementCommand.xlsx) + [structures](/templates/StructureElementCommand.xlsx) \n\n \
   Note \n \
   - Observe which fields to use for operations client to server. \n \
diff --git a/src/main/resources/static/images/naming_backend_lifecycle.png b/src/main/resources/static/images/naming_backend_lifecycle.png
new file mode 100644
index 0000000000000000000000000000000000000000..9c98734e920dfc19ffd08261650703613f8314d1
Binary files /dev/null and b/src/main/resources/static/images/naming_backend_lifecycle.png differ
diff --git a/src/main/resources/static/pdfs/naming_rest_api_brief_introduction.pdf b/src/main/resources/static/pdfs/naming_rest_api_brief_introduction.pdf
index a6488a5f49d7426b5307315b01c8eed9b965d570..aba587dc0faf317336f6a481c60209194f29eb58 100644
Binary files a/src/main/resources/static/pdfs/naming_rest_api_brief_introduction.pdf and b/src/main/resources/static/pdfs/naming_rest_api_brief_introduction.pdf differ
diff --git a/src/main/resources/static/pdfs/naming_rest_api_cheat_sheet.pdf b/src/main/resources/static/pdfs/naming_rest_api_cheat_sheet.pdf
index cf9c2cc02963e603a1bd9f83373c0ec5ae06def7..72ae213ae8b2ffedd426931d6add4547ca463a98 100644
Binary files a/src/main/resources/static/pdfs/naming_rest_api_cheat_sheet.pdf and b/src/main/resources/static/pdfs/naming_rest_api_cheat_sheet.pdf differ
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index bbcf7817e3c3fdbfa4a7c47caf2f11ce05b499a9..3e087d2859bebe6a4a5aa0499de700fe78560987 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -57,7 +57,7 @@ openapi.info.description=\
   Perform Naming tasks Create Read Update Delete + Approve Cancel Reject \n\n \
   Here are some useful links \n \
   - [Naming](https://confluence.esss.lu.se/display/SW/Naming+Tool%2C+Cable+DB%2C+CCDB%2C+IOC+Factory%2C+RBAC) in ICS Software toolchain \n \
-  - [Introduction to Naming REST API](/pdfs/naming_rest_api_brief_introduction.pdf) + [Cheat Sheet](/pdfs/naming_rest_api_cheat_sheet.pdf) \n \
+  - [Introduction to Naming REST API](/pdfs/naming_rest_api_brief_introduction.pdf) + [Lifecycle](/images/naming_backend_lifecycle.png) + [Cheat Sheet](/pdfs/naming_rest_api_cheat_sheet.pdf) \n \
   - [How to use](/pdfs/naming_rest_api_excel_guide.pdf) Excel templates for [names](/templates/NameElementCommand.xlsx) + [structures](/templates/StructureElementCommand.xlsx) \n\n \
   Note \n \
   - Observe which fields to use for operations client to server. \n \