# Editing an Eval

Evals are not static. You can edit tasks, answers, and criteria at any time from the Data Studio.

## Making Edits

From the Data Studio, navigate to Evals > Edit Eval. Select the eval you want to modify. This opens the Eval Builder with your existing tasks loaded.

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

You can:

* Add, remove, or rewrite tasks
* Update answer keys and grading criteria
* Adjust weights and pass thresholds
* Add or replace reference files

When you save your changes, a new version of the eval is created and the leaderboards are re-run.

## Versioning

Each save creates a new version of the eval dataset. You can revert to any previous version if needed. This is useful if you make changes that you later want to undo, or if you want to experiment with different task sets.

The new version is automatically linked to your existing listing. No action is needed to update the listing after editing.

## Reviewing Results Across Versions

To compare how models perform across different versions of your eval, use the Annotate page in the Data Studio (under Evals > Annotate). The Annotate view lets you inspect results from Portex-administered leaderboard runs for each version, so you can see the impact of changes to tasks or criteria on model scores.

For more on interpreting results, see [Reviewing Results](/portex-docs/for-experts/reviewing-results.md).


---

# 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.portexai.com/portex-docs/for-experts/editing-an-eval.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.
