diff --git a/docs/issuer/credential-marketplace.md b/docs/issuer/credential-marketplace.md
index 74b6a9d8..6d663dc0 100644
--- a/docs/issuer/credential-marketplace.md
+++ b/docs/issuer/credential-marketplace.md
@@ -22,13 +22,13 @@ The marketplace is convenient for all the players in the self-sovereign identity
The Credential Marketplace provides visibility for everyone involved in the decentralized identity business, be they an issuer, verifier, wallet provider, trust network, or system integrator, The ecosystem page, coming together with Marketplace, gathers all those participants and presents a comprehensive description of their businesses.
-:::tip Credential Marketplace Walkthrough
+## Credential Marketplace Walkthrough
Aside from this article, you can always watch the video below where we present the Credential Marketplace's main features in practice.
-
-
-:::
+
+
+
## What one can do in the Credential Marketplace
diff --git a/docs/issuer/schema-builder.md b/docs/issuer/schema-builder.md
index 8855cf92..ab681e5c 100644
--- a/docs/issuer/schema-builder.md
+++ b/docs/issuer/schema-builder.md
@@ -22,8 +22,8 @@ In order to create new types of credentials, it is necessary to generate JSON sc
Learn more about the Schema Explorer in the video below:
-
-
+
+
## Schema Explorer
@@ -81,8 +81,8 @@ If you already have access to a file containing a JSON schema or a URL where tha
Learn more about the Schema Builder in the video below:
-
-
+
+
### Schema definition
@@ -113,8 +113,8 @@ You can add multiple attributes to your schema. All of them need to have the fol
Learn about the advanced features of the Schema Builder in the video below:
-
-
+
+
#### Publish on IPFS or Download JSON file
diff --git a/docs/verifier/query-builder.md b/docs/verifier/query-builder.md
index 5f7d5833..7ad944c0 100644
--- a/docs/verifier/query-builder.md
+++ b/docs/verifier/query-builder.md
@@ -23,11 +23,26 @@ keywords:
import useBaseUrl from '@docusaurus/useBaseUrl';
-The [Query Builder](https://schema-builder.polygonid.me/query-builder) is a dynamic, user-friendly tool designed for crafting verification queries. It simplifies the process by providing a comprehensive form, encompassing all necessary fields for creating detailed queries.
+The Query Builder, available [here](https://schema-builder.polygonid.me/query-builder), is an intuitive, web-based tool designed to simplify the creation of verification queries. It's particularly useful for verifiers looking to establish specific criteria for identity verification, such as organizational membership or age requirements. By leveraging Polygon ID, the Query Builder offers a secure and efficient method for users to authenticate identities based on these criteria.
-This tool enables verifiers to establish specific rules for identity verification, catering to a range of criteria from organizational membership to age requirements. Polygon ID enhances this process, offering a secure and streamlined way for users to authenticate their identity based on these criteria.
+## Features
-With its standardized interface, the Query Builder ensures uniformity, consistency, and minimizes errors in query creation across various users and organizations. It also presents a more intuitive alternative to manually writing queries on the [ZK Query Language](./verification-library/zk-query-language.md), making query creation accessible even for those without in-depth technical knowledge.
+- **User-Friendly Interface**: The Query Builder provides a comprehensive form that includes all necessary fields for crafting detailed verification queries, ensuring a user-friendly experience.
+- **Simplified Query Creation**: It eliminates the complexity of manually writing queries in the [ZK Query Language](./verification-library/zk-query-language.md), making it accessible to users without extensive technical knowledge.
+- **On-Chain and Off-Chain Query Verification**: Supports both on-chain and off-chain query verification.
+- **Consistency and Accuracy**: With its standardized interface, the tool promotes uniformity and consistency, minimizing errors across different users and organizations.
+
+## Getting Started
+
+To learn more about how to use the Query Builder effectively, watch the detailed walkthrough in the demo video below:
+
+
+
+
+
+## Main User Interface
+
+Here's a glimpse of the main user interface of the Query Builder:
diff --git a/docusaurus.config.js b/docusaurus.config.js
index f5313d06..a0760894 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -11,7 +11,6 @@ module.exports = {
favicon: "/img/logo-round-purple.png",
organizationName: "0xPolygonID",
projectName: "docs",
- trailingSlash: false,
customFields: {
description: "Build your next blockchain dApp using Polygon ID.",
},