> For the complete documentation index, see [llms.txt](https://handbook.musescore.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.musescore.org/3/getting-started/learning-musescore.md).

# Learning MuseScore

MuseScore provides a number of learning resources to help the new user get started.

## Tours

When you run MuseScore for the first time, the **Startup Wizard** appears to help you set up some basic features of the software. One of these features is called **Tours**, and, as the name suggests, gives you a guided tour of the program.

* To activate this feature, on the **Tours** page of the Startup Wizard, tick "Yes" in response to "Would you like to see these tours?"

<figure><img src="/files/8udkdEMje1ICI56HXK3P" alt="Startup Wizard: Tours page"><figcaption></figcaption></figure>

This will allow the **Tour** to run when the program opens, introducing you to the main features of the user interface.

<figure><img src="/files/AoJl3nfzjWjYHg5KHg6l" alt="Continue tours"><figcaption></figcaption></figure>

* **To end the tour**: press the **Close** button.
* **To stop the Tour showing when you open MuseScore**: Uncheck "Continue taking Tours".
* **To enable the Tour again** (when program reopens): Select **Help -> Tours -> Show Tours**.
* **To see all the Tours again** (when program reopens): Select **Help -> Tours -> Reset Tours**.

Currently offered tours:

* Introduction to User Interface.
* Entering notes and rests in a score.
* Entering symbols from a palette.
* Navigating the score with Timeline.
* Navigating the score with keyboard.
* Entering multimeasure rests.
* Autoplace positioning of symbols.
* Modify properties with Inspector.
* Selecting elements.
* Add and edit lines in score.

## Getting Started score

The interactive **Getting Started** score is a practical introduction to the basics of entering a score. When you open MuseScore for the first time, it will be displayed in the main window of the [Start Center](/3/basics/create-a-new-score.md#start-center): just click to open it. Follow the instructions written in blue, and you will be led through the basic steps of score writing.

**Note**: If you don't see the Getting Started score, you can find it in the right hand panel of the Start Center. Click the right or left arrows to browse through the options until it appears.

## Written tutorials

In the [Tutorials](https://musescore.org/tutorials) and [How-to](https://musescore.org/howto) section you will find tutorials on specific topics (e.g. MuseScore Drumline).

## Video tutorials

**Musescore 3 video tutorials created by musescore.org on Youtube are broken / unacessable due to private sharing restriction as of Jan 2023**\
Try [the comprehensive Musescore3 tutorial videos on masteringmusescore.com](https://school.masteringmusescore.com/p/complete) created by Marc Sabatella instead. While Marc Sabatella contributed heavily to MuseScore codebase, his masteringmusescore.com is **not affiliated** with Muse Group or any of its subsidiary companies.

MuseScore offers a full set of instructions videos, each covering a specific subject. You can access these videos in several ways.

* From the MuseScore homepage at MuseScore.org: [Support/Tutorials](https://musescore.org/en/tutorials)
* In the [Start Center](/3/basics/create-a-new-score.md#start-center): browse to the Videos page in the right-hand panel.
* Look up directly by searching for "MuseScore in Minutes" on [You Tube](https://www.youtube.com/)
* Use the list:
  * [Lesson 1- Score setup](https://www.youtube.com/watch?v=YZ4kRzkHroU)
  * [Lesson 2 - Working with MuseScore](https://www.youtube.com/watch?v=GjqYzjTCS4g)
  * [Lesson 3 - Note Input](https://www.youtube.com/watch?v=A5HEAu8izM4)
  * [Lesson 4 - MIDI keyboard input](https://www.youtube.com/watch?v=IZ1b1aF9lpg)
  * [Lesson 5 - More Input Ideas](https://www.youtube.com/watch?v=-htkF5RB17g)
  * [Lesson 6 - Text, Lyrics, and Chords](https://www.youtube.com/watch?v=8nglDCxzfeA)
  * [Lesson 7 - Tablature and Drum Notation](https://www.youtube.com/watch?v=wnXLaZW9uA8)
  * [Lesson 8 - Repeats and Endings, Part 1](https://www.youtube.com/watch?v=mHGZ47pwuB8)
  * [Lesson 9 - Repeats and Endings, Part 2](https://www.youtube.com/watch?v=07uPDU11Gi4)
  * [Lesson 10 - Articulations, Dynamics and Text](https://www.youtube.com/watch?v=KnoKgja20fg)
  * [Lesson 11 - Layout and Parts](https://www.youtube.com/watch?v=6OrSmHrDQg0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://handbook.musescore.org/3/getting-started/learning-musescore.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
