# User Feedback

When evaluating agent performance, the AI Supervisor follows the [Guidelines](/agents/guidelines.md) set for each agent. The AI Supervisor may not always interpret the guidelines in ways that users anticipate when writing them. In cases such as this, Wayfound allows users to provide CLHF (continuous learning through human feedback) to the AI Supervisor to refine how it applies a guideline moving forward.

Feedback can be found when opening a recording of a session where the AI Supervisor identified a guideline violation. Sessions can be accessed directly in the [Sessions](/sessions/recordings.md) page or through links in the [Performance](/supervisor/performance.md) page. Along with a transcript of the interaction, each sessions displays the AI Supervisor's review, including highlights of any potential guideline violations:

<figure><img src="/files/Kc7MNOV8i8OBkrn6R2DR" alt=""><figcaption></figcaption></figure>

If the guideline violation does not align with your expectations, you can refine it by clicking the<img src="/files/eAaTQ7RETVIFb5RfAfyt" alt="" data-size="line"> feedback button next to the guideline violation bullet point. This opens a User Feedback window:

<figure><img src="/files/JMGfmB3F5qwQJ2PNRWd4" alt=""><figcaption></figcaption></figure>

The User Feedback window displays the relevant guideline, the message identified as in violation of the guideline, and the AI Supervisor's explanation of the violation. Below is a text box for providing user feedback. The AI Supervisor will consider all user feedback associated with each guideline when applying them in all future reviews.


---

# 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.wayfound.ai/user-feedback.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.
