diff --git a/fern/products/cli-api-reference/pages/commands.mdx b/fern/products/cli-api-reference/pages/commands.mdx
index 1235cd15a..ce3fc8c5b 100644
--- a/fern/products/cli-api-reference/pages/commands.mdx
+++ b/fern/products/cli-api-reference/pages/commands.mdx
@@ -12,6 +12,7 @@ hideOnThisPage: true
| [`fern upgrade`](#fern-upgrade) | Update Fern CLI & generators to latest versions |
| [`fern login`](#fern-login) | Login to Fern CLI via GitHub or Google |
| [`fern logout`](#fern-logout) | Log out of the Fern CLI |
+| [`fern deep`](#fern-deep) | Email our co-founder Deep |
| [`fern export`](#fern-export) | Export an OpenAPI spec for your API |
| [`fern api update`](#fern-api-update) | Manually update your OpenAPI spec |
@@ -374,7 +375,7 @@ hideOnThisPage: true
- Use `fern logout` to log out of the Fern CLI. This will clear your authentication
+ Use `fern logout` to log out of the Fern CLI. This will clear your authentication
credentials and revoke access to your GitHub organizations and permissions.
@@ -387,6 +388,45 @@ hideOnThisPage: true
+
+
+ Use `fern deep` to send an email directly to Deep, our co-founder. This command is useful
+ when you need to reach out for support, feedback, or to discuss your Fern experience.
+
+
+ ```bash
+ fern deep [--subject ] [--message ]
+ ```
+
+
+ ### subject
+
+ Use `--subject` to specify the subject line of your email.
+
+ ```bash
+ fern deep --subject "Question about SDK generation"
+ ```
+
+ ### message
+
+ Use `--message` to include a message body in your email.
+
+ ```bash
+ fern deep --message "I have a question about custom generators"
+ ```
+
+ You can also combine both options:
+
+ ```bash
+ fern deep --subject "Feature request" --message "Would love to see support for X"
+ ```
+
+
+ If you don't provide subject or message flags, the CLI will open an interactive prompt to compose your email.
+
+
+
+
Use `fern token `to generate a `FERN_TOKEN` specific to your organization defined