diff --git a/docs/components/custom-apps/web-app/drafts.md b/docs/components/custom-apps/web-app/drafts.md
index 39c24030628975e97dd3e1c7eac17e574878685e..8263d5e1ceaa5cbd2b72cec29545a9a3d223eed0 100644
--- a/docs/components/custom-apps/web-app/drafts.md
+++ b/docs/components/custom-apps/web-app/drafts.md
@@ -1,5 +1,7 @@
 # Drafts
 
-This page is dedicated to the users belonging to the `ghost-editors` group.
+This page presents a card per post in draft status. Such draft posts can be retrieved from the search engine by applying a filter (**which one**?).
 
-The purpose of the page is to list non published articles. Each article is presented with its image cover, title and the last modification date and are clickable. Clicking on an article redirects to the article's page and so we are able to preview it as it will be displayed once published. Thereby we can anticipate any display bug before the publication of the article.
+Each card includes the article cover image, title and the last modification date. The click on a card allows the user to navigate to a page where the concerned post is displayed as if it were actually published (cf. **TODO: link to the documentation of the article page**).
+
+This page is only accessible to the members of a dedicated user group. configured through the [API Gateway](../../off-the-shelf-apps/api-gateway.md) and its ACL plugin. We refer the reader to [this page](../../../miscellaneous/nestjs-micro-services.md) for further information about how user authorizations are implemented.
\ No newline at end of file