diff --git a/images/create_blueprint.png b/images/create_blueprint.png
new file mode 100644
index 0000000..01a52f7
Binary files /dev/null and b/images/create_blueprint.png differ
diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx
index df57c48..97917d1 100644
--- a/manage/blueprints.mdx
+++ b/manage/blueprints.mdx
@@ -22,7 +22,7 @@ Pangolin supports two blueprint formats:
## YAML Configuration Format
-YAML config can be applied using the API or from a Newt site. _Application through a CLI tool is planned._
+YAML config can be applied using Docker labels, API, from a Newt site, or in the UI. _Application through a CLI tool is planned._
@@ -34,6 +34,16 @@ YAML config can be applied using the API or from a Newt site. _Application throu
+
+
+ You can also apply blueprints directly in the Pangolin UI. Navigate to **Settings > Blueprints** and paste your YAML configuration into the provided text area.
+
+
+
+
+
+
+
You can also apply blueprints directly through the Pangolin API with an API key. [Take a look at the API documentation for more details.](https://api.pangolin.net/v1/docs/#/Organization/put_org__orgId__blueprint)