Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions documentation/docs/tutorials/tutorial-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Tutorial Extension
description: Learn how to use Goose's built-in Tutorial extension for guided learning
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

The Tutorial extension is a built-in feature of Goose that provides interactive, step-by-step guidance for learning various aspects of Goose and its capabilities. It's designed to help users get comfortable with Goose's features through hands-on practice.

The Tutorial extension serves as an interactive learning tool that:
Expand All @@ -14,6 +17,9 @@ The Tutorial extension serves as an interactive learning tool that:

1. Ensure the Tutorial extension is enabled:

<Tabs groupId="interface">
<TabItem value="cli" label="Goose CLI" default>

```sh
goose configure
```
Expand Down Expand Up @@ -74,6 +80,13 @@ goose configure
// highlight-end
└ Enabled Tutorials extension
```
</TabItem>
<TabItem value="ui" label="Goose Desktop">
1. Click `...` in the upper right corner
2. Click `Settings`
3. Under `Extensions`, toggle `Tutorial` to on.
</TabItem>
</Tabs>

## Available Tutorials

Expand Down