# 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 configuration** section 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="/files/3dbPmKO4maDd8raIcLJS" 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="/files/8kSma0PM3Ff7z7kQeWxH" alt="" width="563"><figcaption></figcaption></figure>

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

<figure><img src="/files/ugdPfovJO7OuWy1F40yq" 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="/files/xy7YAs1zMhtEG3Y6Unnb" alt="" width="563"><figcaption></figcaption></figure>

* **Public Score Display**
  * Turn your score into a powerful trust signal across the web. Enabling this feature generates a custom HTML snippet. Simply click the **Copy** button to grab the code and embed the widget seamlessly onto any external website or landing page.

<figure><img src="/files/86F2BSkgM9Cta1RlVtkD" alt="" width="563"><figcaption></figcaption></figure>

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

If you are using the **Public Score Display** on a website that enforces a Content Security Policy (CSP), you must update your website's headers.

Add the correct directives by copying it from the survey's setting to allow the Myra widget script and styles to load correctly:

`Content-Security-Policy: script-src 'self' https://<your-own-link>.hello.atlassian-dev.net; style-src 'self' https://<your-own-link>.hello.atlassian-dev.net;`&#x20;

Without these specific CSP configurations, your browser's security policy will block the widget, preventing your feedback score from appearing on the page.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.meta-inf.hu/myra-master-your-ratings/use-myra/display-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
