> For the complete documentation index, see [llms.txt](https://docs.entrypointai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.entrypointai.com/guides/evaluate-a-prompt/review-and-rate-outputs.md).

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