diff --git a/packages/webawesome/docs/_includes/theming/instructions.njk b/packages/webawesome/docs/_includes/theming/instructions.njk
new file mode 100644
index 000000000..75fe1b828
--- /dev/null
+++ b/packages/webawesome/docs/_includes/theming/instructions.njk
@@ -0,0 +1,300 @@
+{% from "pro-badge.njk" import proBadge %}
+{% from "free-badge.njk" import freeBadge %}
+
+
+
+
+
+
+ CDN
+ npm
+ Self-Hosted
+
+
+
+
+
+ This combination can only be used on teams with a Pro subscription.
+
+
+ For projects on Free teams:
+
+
Head over to your project's Settings.
+
For Theme, select .
+
For Color Palette, select .
+
Press Save Changes to update anywhere you're using your project.
+
In your own files, apply the following classes to the <html> element:
+
+
+
+
+
+ For projects on Pro teams:
+
+
Head over to your project's Settings.
+
Press Edit Your Theme to open the Theme Builder.
+
Open Theme and select .
+
Open Colors. On the Basic tab, select . On the Advanced tab, select your preferred variant colors.
+
Press Save Changes to update anywhere you're using your project.
+
+
+
+
+
+
+
To use this theme, include the following stylesheet(s):
+
+
Then, apply the following classes to the <html> element:
+
+
+
+
+
To use this theme, include the following stylesheet(s):
+
+
Then, apply the following classes to the <html> element:
+
+
+
+
+
diff --git a/packages/webawesome/docs/docs/theming/index.md b/packages/webawesome/docs/docs/theming/index.md
index 753ab1f27..329da84ac 100644
--- a/packages/webawesome/docs/docs/theming/index.md
+++ b/packages/webawesome/docs/docs/theming/index.md
@@ -154,7 +154,11 @@ applyDark();
## Using Themes
-TODO
+Use and update themes instantly via CDN with [Web Awesome projects](/teams). Or, assemble the pieces together using npm or in your self-hosted app.
+
+Select your favorite options and follow the instructions for your preferred method.
+
+{% include 'theming/instructions.njk' %}
## Creating Your Own