ποΈ Understanding iExec Architecture
Deals are the fundamental orchestration unit - each deal coordinates a set of different stakeholders that share resources and execution parameters to execute a confidential computation task.
Each Deal brings together:
diff --git a/src/overview/tooling-and-explorers/subgraph-explorer.md b/src/overview/tooling-and-explorers/subgraph-explorer.md
index e69de29b..a9cb33df 100644
--- a/src/overview/tooling-and-explorers/subgraph-explorer.md
+++ b/src/overview/tooling-and-explorers/subgraph-explorer.md
@@ -0,0 +1,197 @@
+---
+title: The Graph Explorer
+description:
+ Explore and query blockchain data using The Graph's decentralized indexing
+ protocol. Access iExec subgraphs on Arbitrum and Bellecour networks.
+---
+
+# π The Graph Explorer
+
+The **iExec protocol** uses **The Graph** as a decentralized protocol for
+indexing and querying blockchain data across multiple networks. This powerful
+tool allows developers and users to efficiently retrieve and analyze on-chain
+data through GraphQL queries.
+
+
+
+## π― What is The Graph?
+
+The Graph is a decentralized protocol for indexing and querying blockchain data.
+It enables developers to build and publish open APIs called **subgraphs** that
+applications can query using GraphQL. This makes it easy to access blockchain
+data without having to run your own indexing infrastructure.
+
+
+
+### Key Benefits for iExec
+
+- **Decentralized Indexing**: Data is indexed by a network of decentralized
+ indexers
+- **Real-time Queries**: Get up-to-date information about deals, tasks, apps,
+ and protected data
+- **GraphQL Interface**: Powerful query language for flexible data retrieval
+- **Multi-network Support**: Access data across different blockchain networks
+
+## ποΈ Available Subgraphs
+
+iExec has deployed several subgraphs across different networks to provide
+comprehensive data access. Each subgraph indexes specific aspects of the iExec
+protocol.
+
+
+
+
+
+
+
+
+
+
+
+
+## π GraphQL Explorer Interface
+
+The Graph provides an interactive GraphQL explorer that allows you to build and
+test queries directly in your browser. This powerful interface makes it easy to
+explore the available data and construct complex queries.
+
+
+
+### How to Use the GraphQL Explorer
+
+1. **Navigate to a Subgraph**: Click on any of the subgraph links above to
+ access the GraphQL explorer
+2. **Explore the Schema**: Use the "Schema" tab to browse available entities and
+ their fields
+3. **Build Queries**: Use the "Query" tab to construct and test GraphQL queries
+4. **View Results**: Execute queries to see real-time data from the blockchain
+5. **Copy Queries**: Use the generated queries in your applications
+
+### Example Queries
+
+Here are some example queries you can try in the GraphQL explorer:
+
+#### Query iApps
+
+```graphql
+query {
+ apps {
+ id
+ name
+ owner {
+ id
+ }
+ appType
+ appUri
+ }
+}
+```
+
+#### Query Protected Data
+
+```graphql
+query {
+ protectedDatas {
+ id
+ name
+ owner {
+ id
+ }
+ dataType
+ dataUri
+ }
+}
+```
+
+#### Query Deals and Tasks
+
+```graphql
+query {
+ deals {
+ id
+ requester {
+ id
+ }
+ app {
+ name
+ }
+ dataset {
+ name
+ }
+ workerpool {
+ id
+ }
+ tasks {
+ id
+ status
+ }
+ }
+}
+```
+
+
+
π‘ Pro Tip
+
Use the GraphQL explorer's auto-completion feature to discover available fields and build complex queries. The schema documentation is always up-to-date with the latest protocol changes.
+
+
+
diff --git a/src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md b/src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md
index ba76cca3..de8fc408 100644
--- a/src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md
+++ b/src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md
@@ -24,7 +24,7 @@ and **xRLC**, detailing the steps for each method.
### Step 2: Use the Builder Dashboard
-
+
The iExec Builder Dashboard is a comprehensive tool for managing vouchers and
diff --git a/src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md b/src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md
index 7465894e..b44cc91d 100644
--- a/src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md
+++ b/src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md
@@ -31,7 +31,7 @@ This guide explains how to pay for Web3Telegram's computing power using
### Step 2: Use the Builder Dashboard
-
+
The iExec Builder Dashboard is a comprehensive tool for managing vouchers and