> 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/general-product-information.md).

# General product information

## Introduction to Myra

**Customer feedback and trust, built directly into Jira and Jira Service Management.**

Myra is an app designed for service and software teams who need to collect actionable feedback — like CSAT, NPS, and CES — and visibly prove their service quality. Instead of relying on easily ignored emails or disconnected external tools, Myra embeds feedback collection and live score displays right into the customer experience. By securely storing all results inside Jira, your team gets a centralized way to track performance, take immediate action, and turn high scores into a visible trust signal.

```mermaid
flowchart LR
    A["Collect feedback"] --> B["Store in Jira"]
    B --> C["Act on scores"]
    B --> D["Showcase quality"]
```

## What teams use Myra for

Pick the scenario that matches how you work — each path links to a practical guide.

{% columns %}
{% column %}

### 🎫 CSAT after every resolved request

Raise response rates by collecting CSAT in the JSM portal and on the issue — guided by collection rules, not only by ignored email surveys.

[Collect CSAT feedback →](/myra-master-your-ratings/cookbook/collet-csat-feedback-with-myra.md)
{% endcolumn %}

{% column %}

### 🌐 Feedback on your website or product

Embed surveys where customers already are. Responses land in Jira — no third-party survey SaaS required.

[Website feedback cookbook →](/myra-master-your-ratings/cookbook/collect-feedback-on-your-website-with-myra.md)
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### 🏅 Prove quality with live scores

Publish real-time CSAT/NPS widgets as trust signals on portals and public pages.

[Display configuration →](/myra-master-your-ratings/use-myra/display-configuration.md)
{% endcolumn %}

{% column %}

### 🔗 Act on bad scores in Jira

Create or link recovery and improvement issues from feedback in Reports so detractors don’t die in a spreadsheet.

[Turn feedback into action →](/myra-master-your-ratings/use-myra/turn-feedback-into-action.md)
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### ⚡ Automate when surveys go out

Generate public rating links from Jira Automation and send them by email or comment at the right moment.

[Automation action →](/myra-master-your-ratings/use-myra/make-use-of-automation-action.md)
{% endcolumn %}

{% column %}

### 📈 Track project & stakeholder NPS

Run milestone NPS for implementations and managed services, and keep scores linked to the work in Jira.

[Create a feedback survey →](/myra-master-your-ratings/use-myra/create-new-feedback-survey.md)
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
**Also common:** internal IT, HR, and Facilities teams use the same CSAT patterns for employee services — start from the [CSAT cookbook](/myra-master-your-ratings/cookbook/collet-csat-feedback-with-myra.md) and tune collection rules to your request types.
{% endhint %}

## Key capabilities

Built on Atlassian Forge, Myra helps you seamlessly integrate customer sentiment into your daily Jira workflows.

{% columns %}
{% column %}

### 🗄️ Centralize feedback in Jira

All customer feedback — support tickets, emails, or embedded web forms — flows directly into Jira so your team reviews and acts without leaving their workspace.
{% endcolumn %}

{% column %}

### 🛠️ Turn feedback into Jira issues

Convert responses into structured issues and link them to features, epics, bugs, or service recovery tasks — with full traceability from score to delivery.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### 📍 Collect feedback anywhere

Ask for feedback on the JSM portal, via email, or through lightweight widgets on websites and SaaS apps — in context, where response rates climb.
{% endcolumn %}

{% column %}

### 💝 Showcase success (trust signals)

Display live CSAT or NPS scores on the customer portal or external pages as visible proof of quality for prospects and stakeholders.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" %}
**New here?** Jump to the [Quick start](/myra-master-your-ratings/users-guide/quick-start.md) to enable your first survey in minutes.
{% endhint %}


---

# 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/general-product-information.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.
