diff --git a/content/concepts/tools.md b/content/concepts/tools.md
index df4b6950..eb6512dd 100644
--- a/content/concepts/tools.md
+++ b/content/concepts/tools.md
@@ -3,6 +3,12 @@ title: Tools
description: Some tools that can be useful when working with Ocean Protocol.
---
+## Barge
+
+Barge is a shell script allowing you to run an Ocean network by orchestrating all [core components](/components) locally with Docker and Docker Compose.
+
+
+
## Tuna
Tuna is a showcase and provides cross environment examples & tests for the Squid client libraries.
@@ -17,7 +23,7 @@ Plecos is a Python tool to check metadata (a JSON file) to see if it conforms to
## Faucet Server
-The [Ocean Protocol Faucet Server](https://github.com/oceanprotocol/faucet) is a microservice that allows users to request Ether for a particular Ethereum network (e.g. the Nile Testnet).
+The [Ocean Protocol Faucet Server](https://github.com/oceanprotocol/faucet) is a microservice that allows users to request Ether for a particular Ethereum network (e.g. the Nile Testnet). It is [deployed in multiple networks](http://localhost:8000/tutorials/get-ether-and-ocean-tokens/#get-ether), and included when running [Barge](#barge).
diff --git a/data/repositories.yml b/data/repositories.yml
index 53735ffc..c664f3fd 100644
--- a/data/repositories.yml
+++ b/data/repositories.yml
@@ -35,6 +35,7 @@
- group: Tools
items:
+ - name: barge
- name: tuna
- name: plecos
- name: faucet