diff --git a/src/main/resources/com/sic/plugins/kpp/model/KPPProvisioningProfile/config.properties b/src/main/resources/com/sic/plugins/kpp/model/KPPProvisioningProfile/config.properties
index b9346968..626aa808 100644
--- a/src/main/resources/com/sic/plugins/kpp/model/KPPProvisioningProfile/config.properties
+++ b/src/main/resources/com/sic/plugins/kpp/model/KPPProvisioningProfile/config.properties
@@ -21,6 +21,8 @@
# THE SOFTWARE.
filename = Filename
+teamIdentifier = Team Identifier
uuid = UUID
+name = Name
delete_btn = Delete Provisioning Profile
diff --git a/src/main/webapp/model/KPPProvisioningProfile/help-name.jelly b/src/main/webapp/model/KPPProvisioningProfile/help-name.jelly
new file mode 100644
index 00000000..d110dfee
--- /dev/null
+++ b/src/main/webapp/model/KPPProvisioningProfile/help-name.jelly
@@ -0,0 +1,29 @@
+
+
+
+
+
+ The automatically detected name of the provisioning profile.
+
diff --git a/src/main/webapp/model/KPPProvisioningProfile/help-teamIdentifier.jelly b/src/main/webapp/model/KPPProvisioningProfile/help-teamIdentifier.jelly
new file mode 100644
index 00000000..8dba0a7a
--- /dev/null
+++ b/src/main/webapp/model/KPPProvisioningProfile/help-teamIdentifier.jelly
@@ -0,0 +1,29 @@
+
+
+
+
+
+ The automatically detected team identifier of the provisioning profile.
+
diff --git a/src/main/webapp/model/KPPProvisioningProfile/help-variableName.jelly b/src/main/webapp/model/KPPProvisioningProfile/help-variableNames.jelly
similarity index 86%
rename from src/main/webapp/model/KPPProvisioningProfile/help-variableName.jelly
rename to src/main/webapp/model/KPPProvisioningProfile/help-variableNames.jelly
index 18b6c75f..fd242b5b 100644
--- a/src/main/webapp/model/KPPProvisioningProfile/help-variableName.jelly
+++ b/src/main/webapp/model/KPPProvisioningProfile/help-variableNames.jelly
@@ -27,7 +27,11 @@ THE SOFTWARE.
Variables added to the build environment. They can be used in other build steps.
+ - ${DEVELOPMENT_TEAM}
+ - Contains the team identifier of the provisioning profile.
- ${PROVISIONING_PROFILE}
- Contains the uuid of the provisioning profile.
+ - ${PROVISIONING_PROFILE_SPECIFIER}
+ - Contains the name of the provisioning profile.