diff --git a/docs/assets/dataset-homepage-no-data.png b/docs/assets/dataset-homepage-no-data.png
new file mode 100644
index 00000000..7b9c1ee9
--- /dev/null
+++ b/docs/assets/dataset-homepage-no-data.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d0f42b3b420c70faaa8281e0e8126c458f3ea84ed50016502b29195e38a908ab
+size 152210
diff --git a/docs/assets/dataset-homepage.png b/docs/assets/dataset-homepage.png
new file mode 100644
index 00000000..7388a1e0
--- /dev/null
+++ b/docs/assets/dataset-homepage.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c2693f5d6bfc0537e701ce87521de1ff326e2f5a8207fcd82e0808b92e71202e
+size 140024
diff --git a/docs/assets/update-dataset-profile-pane.png b/docs/assets/update-dataset-profile-pane.png
new file mode 100644
index 00000000..201a9afb
--- /dev/null
+++ b/docs/assets/update-dataset-profile-pane.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b4d134019878979f081a4fe1c8c3573ce956b6b88ecdc55ff0a4ee98be67c2d
+size 158605
diff --git a/docs/triply-db-getting-started/publishing-data/index.md b/docs/triply-db-getting-started/publishing-data/index.md
index 819f5812..20778e6a 100644
--- a/docs/triply-db-getting-started/publishing-data/index.md
+++ b/docs/triply-db-getting-started/publishing-data/index.md
@@ -17,44 +17,61 @@ the following consequences:
to anybody on the web. This includes SPARQL, Text
Search, and Linked Data Fragments.
-## Entering metadata
+## Dataset settings page
-Adding metadata to your datasets is important. This makes it easier
-to find your dataset later and also allows search engines and social
-media applications to understand your dataset.
+The dataset settings page can be accessed from any dataset page. It appears as the last item in the menu to the left (see [Figure 1](#fig-dataset-homepage)).
-Metadata is entered from the dataset settings page, which is accessed
-by clicking on the “Dataset settings” (cog icon) option from the
-left-hand sidebar (see screenshot).
+
-![“Dataset settings” page](../../assets/cog-wheel.png) The dataset homepage looks empty without metadata. Notice the cog wheel icon, which provides access to the “Dataset settings” page.
+The dataset settings page contains the following items:
-The dataset settings page allows the following metadata to be entered:
+- [Update dataset profile](#update-dataset-profile)
+- [Prefixes](#prefixes)
+- [Transfer ownership](#transfer-ownership)
+- [Delete dataset](#delete-dataset)
+- Webhooks
-- The dataset description. This can consist of text with (optional) Markdown formatting.
-- The avatar (image) of the dataset.
-- The access level of the dataset.
-- The topics of the dataset.
-- The example resources for the dataset.
-- The license of the dataset.
+### Update dataset profile
-![The dataset settings page](../../assets/dataset-settings-page.png) The dataset settings page allows various forms of dataset metadata to be added.
+The "Update dataset profile" pane (see [Figure 2](#fig-update-dataset-profile-pane)) allows the following things to be configured:
-Within the TriplyDB instance your dataset is now more findable for users. Whenever
-a user searches on one of the topics of your dataset, or types in a word that is
-present in the description of your dataset, the dataset will be shown as a search
-result. The metadata will allow TriplyDB to give a better impression of your dataset
-when a user visits:
+- Dataset Access Level, see Section [Access Levels](../reference/index.md#access-levels).
+- Dataset metadata, see Section [Dataset metadata](#dataset-metadata).
-![The dataset home page](../../assets/dataset-homepage-with-metadata.png) The dataset home page after metadata has been entered.
+
-Search engines and social media applications can recognize the
-metadata that is entered for datasets in TriplyDB. The following
-screenshot shows the widget created by the Slack chat application upon
-entering a link to the dataset. Notice that the chat application
-understands metadata properties like title, description, and image.
+### Dataset metadata
-![A Slack widget](../../assets/slack-widget.png) Widget created by the Slack chat application upon sharing a link to a dataset in TriplyDB.
+Adding metadata for your datasets is important. This makes it easier to find your dataset later and also allows search engines and social media applications to understand your dataset.
+
+The "Update dataset profile" pane allows the following metadata to be configured:
+
+- Dataset name
+- Dataset slug
+- Dataset description
+- Example resources
+- License
+- Avatar
+
+Within the TriplyDB instance your dataset is now more findable for users. Whenever a user searches on one of the topics of your dataset, or types in a word that is present in the description of your dataset, the dataset will be shown as a search result. The metadata will allow TriplyDB to give a better impression of your dataset when a user visits. [Figure 3](#fig-dataset-homepage-with-metadata) shows the dataset homepage of a dataset for which metadata has been configured.
+
+
+
+Search engines and social media applications can recognize the metadata that is entered for datasets in TriplyDB. [Figure 4](#fig-slack-widget) shows an example of a Social Media widget in the Slack chat application. Such widgets are automatically generated upon entering the link to a public dataset in TriplyDB. The chat application in [Figure 4](#fig-slack-widget) understands the metadata properties: title, description, and image. Different Social Media applications may make use of different metadata properties.
+
+
## Starting services