> 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/display-configuration.md).

# Display configuration

## Display configuration

Ensure your public-facing metrics align perfectly with your brand. You can customize exactly how and where your feedback scores are showcased by navigating to the **Display & scoring** tab of your survey settings.

* **Display Text**
  * Set the specific label that appears next to your score on the widget (e.g., *"Current Satisfaction Score"*).
  * Use the **Preview** to verify exactly what your website visitors will see before you publish.

<figure><img src="https://3520262872-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkIFt9YZMR8h3a9n0Km6u%2Fuploads%2FuKTeCztdsujURuQC47zi%2Fsettings_display_configuration_disp_text_highlight.png?alt=media&#x26;token=e2ba7d8e-a516-4168-a467-35dca2eefa81" alt="" width="563"><figcaption></figcaption></figure>

* **Measurement Range**
  * Define a time window (in days) for your score calculation. This guarantees your widget reflects your *current* service quality rather than an all-time average.

<figure><img src="https://3520262872-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkIFt9YZMR8h3a9n0Km6u%2Fuploads%2F3QnjGos4EBGqXHoaV4Lf%2Fsettings_display_configuration_measurement_range_highlight.png?alt=media&#x26;token=c19ad8fb-1aeb-4542-a9db-0994cb23dd29" alt="" width="563"><figcaption></figcaption></figure>

* **Portal Score Display**
  * Toggle this **On** to highlight your live feedback score at the top of your Jira Service Management customer portal.

<figure><img src="https://3520262872-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkIFt9YZMR8h3a9n0Km6u%2Fuploads%2FkineKeycoEszavTxqPrV%2Fsettings_display_configuration_portal_score_display_highlight.png?alt=media&#x26;token=d85c90c6-4926-49dc-9682-73bdec9144fb" alt="" width="563"><figcaption></figcaption></figure>

* **Help Center Score Display**
  * Toggle this on or off to control whether your live feedback score is visible to customers visiting your Jira Service Management Help Center.

<figure><img src="https://3520262872-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkIFt9YZMR8h3a9n0Km6u%2Fuploads%2FlHzeXBRsYbaupN8Dz78N%2Fsettings_display_configuration_help_center_highlight.png?alt=media&#x26;token=09b1169f-2082-4c6b-b892-27ef13e57a43" alt="" width="563"><figcaption></figcaption></figure>

* **Public Score Display**
  * Turn your score into a trust signal on external websites. Enabling this toggle allows the score widget markup to render live data.
  * Copy the `<div data-myra-widget="…">` snippet from the **Sharing & embed** tab and paste it into any external page.
  * You can keep the snippet in your HTML even when the toggle is off — the widget area will simply appear empty until you re-enable display.

<figure><img src="https://3520262872-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkIFt9YZMR8h3a9n0Km6u%2Fuploads%2FdbiTnJP0CyJyOj1J6Y8e%2Fsettings_display_configuration_pulic_score_display_highlight.png?alt=media&#x26;token=4ede176e-dde3-4f07-98cb-8b5b6129e1b9" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Content Security Policy (CSP) Requirements**

External score widgets require the shared Myra embed script (`widget-embed.js`) in your page `<head>`. If your website uses CSP, copy the directives from the **Sharing & embed** tab.

For score display embeds, you typically need:

`Content-Security-Policy: script-src 'self' https://<your-forge-app>.hello.atlassian.net; style-src 'self' https://<your-forge-app>.hello.atlassian.net;`

For collection popups (buttons with `data-myra-survey`), you also need `connect-src` and `'unsafe-inline'` in `style-src`. The app shows the exact policy for your site.
{% 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/use-myra/display-configuration.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.
