diff --git a/documentation/src/components/RecipeFields.js b/documentation/src/components/RecipeFields.js
index 5994ef0ae15f..7bfe4e83d406 100644
--- a/documentation/src/components/RecipeFields.js
+++ b/documentation/src/components/RecipeFields.js
@@ -6,9 +6,15 @@ const RecipeFields = () => {
Title and description
Instructions that tell goose what to do
Initial prompt to pre-fill the chat input
- Message to display at the top of the recipe and activity buttons for users to click
- Parameters to accept dynamic values
- Response JSON schema for structured output in automations
+ Advanced Options (expand to access):
+
+ - Activities to display as clickable buttons for users
+ - Parameters to accept dynamic values
+ - Model and provider to specify which provider and model the recipe should use
+ - Extensions to select which tools are available
+ - Response JSON schema for structured output in automations
+
+
);
};