> 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/users-guide/built-in-feedback-surveys.md).

# Built in Feedback Surveys

To help you start gathering actionable insights immediately, Myra includes two ready-to-use feedback surveys: **CSAT** and **NPS**.

{% hint style="info" %}
These surveys are automatically generated for every space. To maintain data integrity and standardized reporting across your workspaces, they **cannot be deleted or renamed**.
{% endhint %}

#### Customer Satisfaction Score (CSAT) <a href="#customer-satisfaction-score-csat" id="customer-satisfaction-score-csat"></a>

CSAT is a transactional metric designed to capture how satisfied your customers are with a specific experience or interaction. Please note: The built-in CSAT survey is only available at the space level.

All historical Customer Satisfaction feedback is automatically aggregated into Myra’s reports, allowing you to seamlessly track performance trends over time.

To ensure feedback is requested at the perfect moment, the CSAT survey comes with two predefined Collection Rules that cannot be deleted:

* **Request Closed**
* **Reporter Only**

#### Net Promoter Score (NPS) <a href="#net-promoter-score-nps" id="net-promoter-score-nps"></a>

NPS is a relational metric that measures overall customer loyalty by asking how likely users are to recommend your product or service on a scale from 0 to 10. The built-in NPS survey is only available at the space level.

NPS helps you see the big picture of your customer relationships. It easily identifies your biggest fans (Promoters) and highlights customers who might be unhappy (Detractors). Myra’s built-in NPS report automatically calculates your score, making it simple to track overall loyalty and product health over time.

By default, the built-in NPS survey starts with these collection rules:

* **Last Submission** set to **90 days**
* **Last Resolved** set to **8 hours**


---

# 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/users-guide/built-in-feedback-surveys.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.
