> ## Documentation Index
> Fetch the complete documentation index at: https://docs.learnpack.co/llms.txt
> Use this file to discover all available pages before exploring further.

# LearnPack controls

> Explore LearnPack’s intuitive controls: guided tour, language settings, run and test actions, AI tutor, reset, and sidebar navigation.

<Callout type="info">
  <b><span style={{color:"#4F46E5"}}>Orientation first:</span></b> In <b>Get help</b>, open the <b>LearnPack tour</b> to see each control in context. The UI is designed to be simple and predictable. 🙂
</Callout>

# LearnPack Controls

Using LearnPack is not rocket science, everything has been designed intuitively and with the user experience in mind. Within LearnPack, in the <b>Get help</b> section, you have an option to learn how to use it: <b>LearnPack tour</b>.

![LearnPack tour](https://github.com/learnpack/docs/assets/107764250/e70689d6-e78b-4b00-ba4a-52301b448c8a)

***

## Change language 🌐

![Change language in LearnPack](https://github.com/learnpack/docs/assets/107764250/f27f9a1a-b70f-4991-b309-a62ebb09ddd7)

## Run code ▶️

![Run button](https://github.com/learnpack/docs/assets/107764250/f08bcfec-3f63-4420-bfd8-b0c0f86057f9)

## Feedback options 🧭

![Feedback options](https://github.com/learnpack/docs/assets/107764250/63a0cd45-773a-46ae-9308-ff127d039cfd)

**What each button does:**

| Button                  | Purpose                                                                      |
| ----------------------- | ---------------------------------------------------------------------------- |
| **Run tests**           | If available, runs the tests for that particular exercise and shows results. |
| **Open tutor with AI**  | Opens the chat modal so you can interact with the AI tutor.                  |
| **View model solution** | Opens the solution file(s) for the exercise.                                 |
| **Video tutorial**      | If available, opens an external link to a video tutorial for that exercise.  |

![Run tests button](https://github.com/learnpack/docs/assets/107764250/7876e351-c2af-4f69-9e19-fecda36b144b)
![Open tutor with AI](https://github.com/learnpack/docs/assets/107764250/802f47a2-9986-4c5c-8d11-6f196816fd58)
![Chat example](https://github.com/learnpack/docs/assets/107764250/422bab2f-659b-4c0f-ad23-710afa27e280)
![Solution button](https://github.com/learnpack/docs/assets/107764250/7de4412f-a9a2-4558-a5b3-0afd24186d50)
![Tutorial button](https://github.com/learnpack/docs/assets/107764250/d2525361-4a24-48c6-89e9-58a8e08f3957)

<Callout type="tip">
  <b>Tip:</b> Use **Run tests** for quick feedback, then ask the **AI tutor** for clarification before checking the **model solution** or **video**. This keeps learning active. 💡
</Callout>

## Reset button 🔄

This button allows you to reset the exercise to its original state so you can try it in a different way or in case you lost some important code that was at the beginning.

![Reset button](https://github.com/learnpack/docs/assets/107764250/6089ce36-ef64-4df8-81c8-a24d780eee76)

## Open sidebar button 📚

With this button, you can open a sidebar that contains information about the tutorial, and in case it is of type <b>isolated</b>, you can go to any exercise.

![Sidebar button](https://github.com/learnpack/docs/assets/107764250/8a421eda-814a-4b71-a8a8-3307a2b06309)

**The sidebar:**

![Sidebar](https://github.com/learnpack/docs/assets/107764250/93e2e7cc-b2cb-4527-90ba-d29f600f7009)

Within the sidebar, you can also find a button at the end to report a bug in case you find one, or if you have any suggestions you would like to share.

## Next up

<Columns cols={2}>
  <div>
    <Card title="Quickstart for learners" href="/self-hosted/students/quickstart-for-learners" icon="rocket">
      Open tutorials in the cloud or locally.
    </Card>

    <Card title="Feedback in LearnPack" href="/self-hosted/students/feedback-in-learnpack" icon="comment">
      Tests, AI mentoring, and solution videos.
    </Card>
  </div>

  <div>
    <Card title="Accessibility in LearnPack" href="/self-hosted/students/accessibility-in-learnpack" icon="universal-access">
      Contrast, typography, and keyboard navigation.
    </Card>

    <Card title="Telemetry in LearnPack" href="/self-hosted/students/telemetry-in-learnpack" icon="chart-line">
      What data is collected, and why it helps.
    </Card>
  </div>
</Columns>

## See also

* [Create your first course](/getting-started/create-your-first-course-in-5-minutes)
* [How Rigobot works](/rigobot/how-learnpacks-ai-mentor-tutor-works)
* [Best practices for course design](/creating-courses/best-practices-for-course-design)
