> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/myra-master-your-ratings/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/myra-master-your-ratings/use-myra/guided-tours.md).

# Guided tours

## Guided tours

Myra includes optional in-app spotlight tours to help administrators learn key workflows. Tours appear as step-by-step overlays pointing at relevant UI elements.

You can **skip** or **dismiss** any tour at any time. Completing or dismissing a tour is remembered per user — it will not restart automatically.

### Available tours

#### Create your first survey

Starts when you open survey settings as a new admin. The tour covers:

1. Creating a custom survey from a template or scratch.
2. Customizing the form and choosing the right collection scope.
3. Opening the **Collection** tab and enabling collection.
4. Opening the **Sharing & embed** tab.
5. Copying the public survey link and trying it yourself.

Available in both project-level and global app contexts.

#### Report insights

Starts on the **Reports** tab. The tour covers:

1. Reading score tiles and trend charts.
2. Exploring individual feedback items and filters.
3. Creating a linked Jira issue from a feedback response.

#### Translation Studio

Starts when you first open the **Translations** tab. The tour covers:

1. Managing language packs.
2. Editing grouped survey labels.
3. Using the live preview.
4. Saving changes and activating a language pack.

### Tips

* Tours advance automatically when you complete the highlighted action (for example, toggling collection on or copying a link).
* If you dismiss a tour mid-way, you can still use every feature normally — tours are guidance, not gates.
* To revisit a completed tour, contact your Myra administrator or check future release notes for a replay option.


---

# 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://docs.meta-inf.hu/myra-master-your-ratings/use-myra/guided-tours.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.
