diff --git a/packages/react-sdk/README.md b/packages/react-sdk/README.md
index 225860f8..d28f6ab1 100644
--- a/packages/react-sdk/README.md
+++ b/packages/react-sdk/README.md
@@ -195,6 +195,25 @@ const {
Note that, similar to `isEnabled`, accessing `config` on the object returned by `useFlag()` automatically
generates a `check` event.
+## Toolbar
+
+The Reflag Toolbar is great for toggling flags on/off for yourself to ensure that everything works both when a flag is on and when it's off.
+
+
+
+The toolbar will automatically appear on `localhost`. However, it can also be incredibly useful in production. You have full control over when it appears through the `toolbar` configuration option passed to the ReflagProvider.
+
+You can pass a simple boolean to force the toolbar to appear/disappear:
+
+```ts
+