# Review & Rate Outputs

Our output results are ready in the Evaluation section:

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

Now, we need to rate each one.

We need to think about what makes a good email subject line for our use case.

On the one hand, they *are* email subject lines (that's a start), and the content seems relevant to the input. On the other hand, they have double quotes around them, which is not what we want. We'll subtract 2 stars for improper formatting, and rank each one from 1 to 3 stars based on how much we like the result.

{% hint style="danger" %}
You might notice that these results from GPT-4 Omni are eerily similar to the ones in our validation examples. That's because when writing this guide, we used GPT-4 Omni to come up with those email subject lines in the first place! If you selected a different model, you would get more diverse outputs.
{% endhint %}

To fix the formatting, we need to update our prompt.


---

# 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.entrypointai.com/guides/evaluate-a-prompt/review-and-rate-outputs.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.
