diff --git a/documentation/docs/guides/session-recipes.md b/documentation/docs/guides/session-recipes.md index 6c1b89c754..fae8d241ee 100644 --- a/documentation/docs/guides/session-recipes.md +++ b/documentation/docs/guides/session-recipes.md @@ -69,10 +69,6 @@ You can turn your current Goose session into a reusable recipe that includes the ``` - ### Edit Recipe File - - Once the recipe file is created, you can open it and modify the value of any field. - ### Optional Parameters You may add parameters to a recipe, which will require users to fill in data when running the recipe. Parameters can be added to any part of the recipe (instructions, prompt, activities, etc). @@ -150,6 +146,28 @@ Validation ensures that: +## Edit Recipe + + + + 1. While in the session created from a recipe, click the menu icon **⋮** in the top right corner + 2. Select **View recipe** + 3. In the dialog that appears, you can edit the: + - Title + - Description + - Instructions + - Initial prompt + - Activities + 4. Copy the new recipe URL. The original recipe and your current session are not affected by your edits. + 5. Use and share the URL for your new recipe. + + + + + Once the recipe file is created, you can open it with your preferred text editor and modify the value of any field. + + + ## Use Recipe